I'm looking for a way to code on a Galaxy Tab, running Android 2.2. I'm not very particular on the language, as long as it can do loops, rando开发者_C百科m number generation, and output. Is there a way to currently do this?
For "development on the go" and you don't care about the language take a look at JRuby for Android. Its more for scripts but it may fit the bill for your question. Alternatively use ConnectBot to SSH into your own server for doing development work but does require a data connection.
http://innovator.samsungmobile.com/galaxyTab.do Get the galaxy emulator and follow the step to develop on galaxt tab.
But before doing that visit http://developer.android.com/guide/developing/eclipse-adt.html
Hope this helps u get started development on android, particularly on Galaxy Tab
Check out developer.Android.com , there you should be able to find a good start on writing code for Android devices.
You got full Java SE at your disposal.
精彩评论