Android :: Which GUI Framework Learn To Know Scripting / HCI?

Mar 6, 2010

I have some knowledge about Human computer interaction and some basic knowledge programming scripts (Python) that run from start to finish and automate some tasks I want to do or calculations. In the past I built interfaces in HTML with PHP behind it. I would like my python scripts to evolve from the command line and build some applications with GUIs that would allow the user to drag files and push buttons to initiate operations and check progress graphically. Since I write my scripts in Python I looked at some of the options (Tkinter, wxPython, PyQt) but I can't make a decision between them to invest my time learn one and not the other. My criteria: Has a introduction for programmers for GUI (what are the differences from a script, examples of some simple interfaces). A framework that would allow me to run my programs on the platforms I use most (Windows) but that can also run on Mac and maybe Linux, without too much modification. If not the same, similar to how you program GUI for Android and/or Nokia smartphones. I'm planning to write some programs for these platforms in the near future so I would like to carry over some of the lessons here onto those platforms, if possible. I did find this previous question but none of the answers are satisfactory. Does any of the frameworks fit these requirements better than the others or are they essentially similar and I would be happy with any of them?

Android :: Which GUI framework learn to know scripting / HCI?


Android :: How Can I Add Scripting To App?

Dec 30, 2009

I am searching for some method of extending Android application with scripting support. All I need is something similar to Lua's C api - I should be able to bind a few functions (classes not necessary) and run a script with a parameter to do some actions and produce result. Android api bindings are unnecessary (even unwanted for security reasons). I have searched this group and google for a lib like this, but no success. Sure there is Android Scripting Environment, but it runs Lua and Python normal interpreter as a separate C process. The Java port of Lua interpreter, which I could possibly compile for Android, doesn't seem to be ready yet, but I may be wrong. I have also looked at JRuby, which looks good except it is large and it may be hard to limit script's access to Java classes, or to set it up properly. Also, Android seems to have some Javascript interpreter (with Webkit) - maybe there is a way to use it inside app? So here is my question: How can I add scripting to my app?

View 3 Replies View Related

Android :: Need Scripting App Like Python

Nov 8, 2009

Hey I've been playing with my droid and I was wonder whether there are any scripting apps. Something like python on the phone? Is it possible? Is there anything like that?

View 4 Replies View Related

Android :: Way To Get A Scripting App For Web Browser?

Jan 22, 2010

Does anyone know of a web browser app, or a script for a web browser, that would allow an Android user to update all four of the windows in the web browser (from a pre-configured list of URLs) with a single input to the smartphone? With such an app, one could update four pages in the background, where 3G or "Edge" network speed would not be very important, and then. later on, quickly view/review all four web pages once the time-consuming data fill was complete. My job situation does not allow me to pull out the smartphone and play with it for several minutes to do this -- I could however start the process then come back in a few minutes and quickly toggle through four-screens of already loaded web info.

View 4 Replies View Related

Android :: How To Add Scripting To Ndroid App?

Mar 11, 2010

I have an XML based file format that I'm using to store and load instances of objects. I'm interested in adding some scripting support to those objects so that they can respond to events. That said, I also don't want to cripple performance. Are there any well known scripting options for Android - maybe even ones where while loading, I can pre-compile and cache the scripts?

View 2 Replies View Related

Android :: Interact With Scripting Environment From An App?

Oct 4, 2009

I'd like to use python scripts as plugins for an app I'm developing. This seems to be possible by interacting with android-scripting-environment (ASE), as is done by Locale, but I haven't found any documentation about this. How you execute ASE scripts from your own app?

View 1 Replies View Related

Android :: Bash Scripting On Droid Getting Error / Way To Fix?

Nov 24, 2009

Has anybody tried bash scripting on android? I tried to write a simple script on Android's bash shell through adb. Why do I get this error and is there a work around?

View 1 Replies View Related

Android :: Need Scripting Language To Use On Droid / IPhone

Aug 25, 2010

I've got an iphone app and I'm looking to port some of the data-layer objective-c code to a scripting language which can also run on an android phone. Any suggestions on what to use? I'd also like to be able to push new scripts to the app for bug fixes. Not sure if this is against the iphone SDK agreement or not.

View 4 Replies View Related

Android :: Scripting Environment For Application - No Way Of Accomplishing

Oct 13, 2009

I'm trying to make my app scriptable. Specifically, I need to expose a few Java APIs and make callbacks settable via user-written scripts. Ideally I'd like to hide some of the complexity away in a DSL, but there's no way of accomplishing what I want neatly without some form of user scripting, so I may accept another alternative if it meets my requirements. Initially I looked into Scala as that is my main language of choice, but the Scala interpreter is just a wrapper around its compiler, which I'm told won't run well if at all on the phone.

I've also tried JRuby, which worked under Cupcake. There appears to be a regression in the form of a Dalvik bug that prevents it from working under Donut, however:
http://code.google.com/p/android/issues/detail?id=4242
I've also seen the Android Scripting Environment. Am I correct in assuming that this only supports running full interpreters and not embedding scripting languages into apps?

View 4 Replies View Related

Android :: How To Download SL4A Scripting Layer For Droid?

Jul 19, 2010

I read an article from the web on SL4A (which is also known as Android Scripting Environment). The site from where i got an article is: http://infoworld.com/d/developer-world/php-development-comes-google-android-652. But i got the theoretical knowledge only for SL4A (ASE). Anybody having practical idea or practical example, pleas suggest to me. Which are the scripting language supported by ASE? How do i download script?

View 3 Replies View Related

Android :: Way To Get Extensible Apps With Scripting / Bytecode Downloading?

Sep 29, 2009

I'm looking into a solution that needs apps to be dynamically extensible. One way could be an extension language or scripting engine. I've seen the Android Scripting Environment, but this needs the actual C scripting engine (Python or Lua) running as a separate process. I would like the runtime to be a Java app itself, like JavaScript using Rhino (and not using a WebView). Another way is to download Java code dynamically. But, Android does not support jar downloading and dynamic classloading, since these bytecode class files are not used directly.

View 4 Replies View Related

Android :: How To Download Scripts For Droid Scripting Environment?

Jan 14, 2010

Downloaded ASE from Google code, and was looking through tutorials, and available scripts. I found a script I wanted to try, however copy pasting it is removing all whitespace (and this is a Python script. Is there a simple way to download a script from the Internet into the Android Scripting Environment?

View 1 Replies View Related

Android :: Where To Go To Learn Java?

Dec 26, 2009

Duplicate: Question 167179: Java Tutorial

I want to learn Java because I want to program for the Android but don't know the best place to look. Where did you go.

View 7 Replies View Related

Android :: Application Book To Learn

Nov 12, 2010

I want to buy a book about android, not just some demo samples, I want to learn real android app from the book, which book should I buy?

View 6 Replies View Related

Android :: Best Book To Learn Programming

Jun 25, 2010

Can anyone recommend a good Beginner Android programming book? When I was in college about 20 years ago I used to program a lot (Basic, Pascal, COBOL, Fortran). I dabbled a little bit in VisualBASIC about five years go, but it was really a hack. Now, I really have a burning desire to write some applications for my Android phone, but I really don't know anything about all the new programming technologies (OOP etc). I'm looking for a good book that will teach me modern programming using Java and the Android platform.

I've seen good books on learning Java 6 and some good books on programming Android (but they all seem to assume you know Java or C), but nothing that seems to combine the two. I'd really like to learn Java right on the Android platform to begin with if possible. I know there are a lot of resources available online but unfortunately much of the time that I will spend on this endeavor is when I won't have internet access so a good book would go a long way.

View 3 Replies View Related

Android :: OpenGL ES Lagging - Learn ES 1.0?

Jan 22, 2010

Why is support for OpenGL lagging so far behind with Android? I have ebooks that date OpenGL 1.0 ES back to 1997 or so. I don't understand why ~13 year old technology is what's being offered in the Android API. Could someone enlighten me? What's the best path for someone wanting to learn OpenGL ES 1.0? The ebooks I have are of course not oriented for Java/Android and most everything in them doesn't work when I try it. I can post some specific examples later but at this point I'm just wondering if I'm wasting time or if I should keep going and struggle through it. I have a tiny amount of OpenGL experience but it's with 2.0 and apparently things were very different back in the ES 1.0 world. I guess my question boils down to, is OpenGL ES 2.0 support coming to Android anytime soon? And what OpenGL ES 1.0 + Android learning resources already exist?

View 10 Replies View Related

HTC Desire :: Opinion About Scripting?

May 2, 2010

I know it should be possible, but I am new to android / linux and got no idea of scripting and such. Anyone help?

View 2 Replies View Related

Android :: Learn J2ME For IPhone Development

Oct 7, 2009

I want to learn mobile programming, specifically Android or iPhone programming, but not sure if it is necessary to learn J2ME before working with Android or iPhone. I know only core Java (and OOP concepts very well).

View 7 Replies View Related

Android :: Learn Mobile Programming On Platform

Nov 14, 2009

I'm beginning to learn mobile programming on the Android platform. I'm up for working with any particular base SDK. I just want to hear some suggestions from the community about what types of applications I should start with to help learn more advanced interactions with the platform.There are of course the Standard Hello World, calculator, etc. But by now I am bored with all of those.What do you all make when learning a new language?

View 10 Replies View Related

Android :: Way Of Learn What Triggering Apps To Launch?

Jul 3, 2010

I've noticed that no apps are running according to Task Killer. I do NOTHING on my phone and look at Task Killer again and see that several applications are NOW running in the background. Is there anyway of learning what is triggering them to launch ?

View 2 Replies View Related

Android :: Should I Learn Java Before Learning Droid?

Aug 16, 2010

Should I learn Java before learning Android or I can do both things in parallel? What is the best approach?

View 5 Replies View Related

Android :: How To Learn Droid Build System

Feb 4, 2010

Could anybody give me some suggestion about android build system? It is too difficult for read to me.

View 2 Replies View Related

Android :: Which Mobile Platform Would Be More Rewarding To Learn As Developer?

Oct 1, 2009

I am interested in getting my feet wet in PDA/mobile development.The only two drivers for me are the drive to learn cool (or at least, new) stuff, and may be to code some app that I felt I really needed but lacked. As such, I would like to know what the comparative benefits/downsides would be for me as a developer in choosing one of the three platforms (iPhone vs Palm Pre vs. Android.I will have access to any of the 3 but not to Windows mobile).This is not a duplicate of this question, since I do not care at all about that question's data points (cost of the handheld, popularity of the platform). Also, just to be clear, my goal is not financial at all - I don't plan to make money off of such development nor directly use the skills in the area I might obtain in my career (e.g. I work on stuff that has zilch mobile exposure and will remain so). So concerns such as "installed user base" are pretty irrelevant. All I care about are tangible (learning) and intangible (sheer joy of it) benefits to me as a developer.Also, please be positive and don't put down other platforms or otherwise use this as a holy platform war excuse. I have edit privileges and will mercilessly edit any un-backed-up-by-facts attacks on any platform that aren't downvoted.

View 8 Replies View Related

Android :: Help A Newbie Learn Eclipse / Debugging Best Practices

Jul 25, 2010

I am a newbie to Android and the Eclipse development environment and would like some advice on best practices for debugging my apps when they throw a Force Close.I have researched ADB, however, I can not get this to interact with my phone even though I have explicitly turned debug mode to true on my test handset.Obviously Android comes with a LOG method which I have seen utilized in many example apps, can someone please explain how to review these logs quickly and how to setup logging appropriately to determine the cause of a Force Close (always occurs when I push the Home button).Any advice on debugging effectively in Eclipse would be much appreciated!

View 2 Replies View Related

General :: Flashing Radio ROM With Edify Scripting?

Sep 14, 2011

My HTC Desire was on Gingerbread 2.3 and I then decided to root the phone with ClockWorkMod. I can flash any ROM fine but when I try to flash a radio it says 'Installation Aborted' and then tells me to use Edify Scripting?

View 3 Replies View Related

Android :: Want A Site / Book To Learn Using Http Methods For Phone?

Apr 28, 2010

As part of the college mini-project, I am developing a micro-blogging platform for Android. I am planning to use Django framework in python to handle the communication between Android and remote server so as to make database API independent. I heard its best practice to use HTTP methods for the communication. Which is the best site/book to learn using HTTP methods for Android?

View 1 Replies View Related

Android :: How To Learn IPhone Development From Perspective Of Droid Developer?

Jul 31, 2010

I consider myself an Android developer, after having created four apps and learned a lot by creating them. Now I've begun my venture into the iPhone app development world, and I don't remember the Android learning curve being this extreme. It doesn't help, though, that I was very familiar with Java and Eclipse whereas I hardly even know how to use OS X. I learn fast and I know exactly what I want to make, I just need the means to get there. I'm really floundering with Xcode and the new project templates (of which there are several, and I hardly know what they mean). I know there are many books and things out there for starting from scratch but I feel like my Android knowledge should count for something. Is there a good resource for learning the basics of iPhone development, given that I am quite familiar with the Android platform? I'm looking for anything that converts Android knowledge to iPhone knowledge; a table of UI element names in each platform, or of concept equivalents, or a compare/contrast of the frameworks involved, or anything that will increase the rate of learning given that I know the Android platform already.

View 2 Replies View Related

Android :: Try To Learn Java For Phone Devices / Update Function Not Working

May 14, 2010

I try to learn java for android devices. i have to create the update function. But still have one question: How?

in class root

public void update(){maindebug("update"); // This is my debug function}
public void run(){ while(isRunning){ // isRunning is a boolean variable
SystemClock.sleep(100);
update();}}

and inside onCreate run(); but it doesnt work.

View 2 Replies View Related

General :: How To Learn About Rooting On Nexus

Nov 24, 2013

I am considering rooting my phone because I like to tinker with things and learn new things, just for fun.Aside from learning new things, I would like to also install apps that require root permission like greenify... I'd also like to learn enough to remove crapware from my wife's gs3, but not until I learn how to do it with a level of confidence on my own phone.

I have a Nexus 4 right now, and a 5 on the way. I also have a 2012 nexus 7.Generally, how easy is to learn about rooting on a nexus? Good phone or tablet to start with? Easy to recover from mistakes?

View 3 Replies View Related

Android :: Learn Android And Quickly Start Developing Apps

Nov 24, 2010

I am getting out of time for the android app. I am not a lazy guy but I got indulged in some urgent problems. I am a recent computer science student and have intermediate knowledge of java. However I am good at PHP. Way to learn Android and start developing apps immediately.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved