[Q] some sort of compiler or scripting program inside android - Android Software Development

Hey all!
Remember a python program on simbian where you could script and run your programs right on the device? Is there something similar to that in android (any language)?

I don't know the answer to your question, but I've been wondering if perhaps Firefox on Android (currently in beta) may allow us to use Google's App Inventor on the phone to build apps.

SL4A
How about: http://code.google.com/p/android-scripting/

Related

HOWTO start MIDP Application development - some questions ..

Hey guys,
Currently I am Java programmer (applications and applets for PCs), but I want to try something new, and so I am instersted in developing apps for cellphones. Hope you can answer my questions:
1) MIDP 2.0 does support animated gifs and allows me to access the phones memory (for loading files) when the phone supports this, right? Whats the name of the API that allows me to access the phones memory?
2) Whats the best free development platform for MIDP 2.0 at the moment? Currently I use Eclipse, but I guess I need something else for mobile development.
3) Are there any websites with tutorials that give me a lil introduction to MIDP? Any links are welcome.
Just started to look at this myself, though not fully understanding it yet, managed to get a MIDP helloworld class compiled and .jar created just using javac / command line so far, but haven't managed to get it working on the device yet, need to look into preverifying so i'm told.
2) J2ME toolkit perhaps, free with registration on java.sun.com, explanation of it is in the link in reply (3), might be worth a look first to see if it's what you're after.
3) http://www.codeguru.com/Cpp/W-P/ce/networking/article.php/c7911/
If anyone has any further info, please respond.
http://today.java.net/pub/a/today/2005/02/09/j2me1.html?page=2
works

[Q] Tool for Android Application testing

Hi,
I am Tushar. I am working on android automation testing. I want to know is there automation testing tool is available for android.
Thanks and regards,
Tushar
Hi
Hi Tushar,
Am also in android automation testing but doing tool developement. even i wanna know is there any idea of how to do the key events capture of an android mobile. with what application you gonna test. amay i know.. And i dont find any tool automation testing tool for android.
There is a software provided by the Android SDK to do interface testing: Monkey.
The program simulates randrom key/touch inputs, gestures and a couple of system events (like orientation change). This tool can be used to find errors in your app, that don't pop up during the "expected" workflow.
You can find more information about the tool on Android Developers (google keyword: "UI/Application Exerciser Monkey"; first link). (Sorry can't post links yet)
Hope this helps.

[Q] Repository for Android AVD

Hi,
just developing my first app and I was wondering if there is something like a repository to download AVDs, so that I dont have to create them myself. I would like to test if my application is running properly on various devices (resolutions, density ... )
thanks in advance

[Q] Importing into Eclipse + emulator

Hi guys,
I'm interested in this dev world focused on Android ROMs. However, I'm far way to be an expert and I need some help to start.
- I've successfully built an Omni ROM nightly (homemade) by myself.
- I created a new project in Eclipse, pointing to ~/android/omni
- When I run the project I got some errors and different errors if I run with JUnit3 or 4 (what should I use?)
- How do I run this project in an emulator?
I didn't find much about those questions, mostly about developing apps or building ROMs.
Thanks!

Softwares required for Android App Development

Hi All,
I am a Software developer(Database Developer) and now i want to dabble in Android app making.
What are the necessary softwares required and programming language.
Please provide me the links for download too.I am on windows 8 pc 32 bit.
PS:I know the basics of Core Java with syntax and can write small programmes like Add,Subtract,Etc:laugh:
There are active threads about IDEs in this subforum ("IDE of choice for newcommers" for instance). I would recommend downloading Eclipse with the Android Development Tools directly from
developer.android.com/sdk/index.html
This package comes with a full Eclipse IDE, which provides the Android SDK including the build tools for Android. For me that has been everything necessary for developing for Android.
I suggest to you to use Android Studio, it is getting an Android Standard.
If you are more familiar with Eclipse you can start with it, but then you should move to Android Studio.
As AVD (Android Emulator) you can use the integrated emulator or use genymotion, that is much faster!
Just download the ADT from Google, it has the SDK and Eclipse in one package.
Hi for a pretty simple way to query databases and display you could have a look at GoAppzone, using the developer notes you can write a functioning app that can query write and delete, to Oracle, MySQL, SQL and OBDC databases,
You can test it out on your phone using Go Appzone showtime. Only downside is you have to pay for the ability to publish apps, The upside is that you can deploy them on all the major phone operating systems, without having to alter your code.
You can also try Unity3D - for a trial run. Unity has the possibility to publish your apps to Android, iOS, etc
raydekk said:
You can also try Unity3D - for a trial run. Unity has the possibility to publish your apps to Android, iOS, etc
Click to expand...
Click to collapse
Yep, Unity3d for Mobile is Free, you can publish on every mobile OS out there.
rahulraj.1 said:
Hi All,
I am a Software developer(Database Developer) and now i want to dabble in Android app making.
What are the necessary softwares required and programming language.
Please provide me the links for download too.I am on windows 8 pc 32 bit.
PS:I know the basics of Core Java with syntax and can write small programmes like Add,Subtract,Etc:laugh:
Click to expand...
Click to collapse
In my case I use Android Studio for Apps Development .It is very good as easy to use.You should download it from http://tools.android.com instead of http://developers.android.com. Current Release is 1.0 RC2 in canary channel. It also have SDK inbuilt. You should have JDK installed and JAVA_HOME defined.
Basic Java and Android Documentation is enough but if you want to use native code you may install NDK.
Unity is only needed for Game Development I use Unity free and my basic knowledge of C# for game development.
---------- Post added at 04:59 AM ---------- Previous post was at 04:51 AM ----------
Crichton333 said:
Just download the ADT from Google, it has the SDK and Eclipse in one package.
Click to expand...
Click to collapse
With release of Android Studio RC2 I don't think ADT will be preferred.Google itself is promoting Android Studio and now it have offline maven repository.Gradle plugin is 1.0 RC1 and studio is very stable now.
---------- Post added at 05:05 AM ---------- Previous post was at 04:59 AM ----------
raydekk said:
You can also try Unity3D - for a trial run. Unity has the possibility to publish your apps to Android, iOS, etc
Click to expand...
Click to collapse
He is asking for Apps Development and Unity is a game engine and only needed for game development.Anyway Unity free is enough for learning as a beginner is not going to use its pro functions like linear lighting.
just SDK(has Eclipse) and NDK from android official site and Java sdk(jre)
Hello
Necessary IDE are Android Studio or Eclipse (with Android SDK). Language (native) is java.
Just download the Android Studio bundle from Google. You will get the IDE and the latest SDK you need to start off. You also need to download the latest JDK as the native language to code is Java here.
You may need to use Adobe Photoshop or Illustrator to design icons or other app graphics as needed.
If you have to develop a videogame, use ide like Unity, it is the best way to begin

Categories

Resources