I just want to know is there any way to compile and run my android application codes 开发者_开发技巧online, without installing the SDK on the computer ?
Thanks!
Abhinav.
Nitobi, the company behind Phonegap, has an online compiler for Phonegap applications.
It enables you to compile native applications based on HTML/Javascript, with some APIs to access device functions such as camera and accelerometer.
It supports Android, Symbian, Palm and Blackberry. It's a closed beta at the moment, but you can sign up for an invitation - apparently new users are invited weekly.
For any kind of development you will need an SDK to develop / compile the programs.
Are you looking for a Demo collection? To run these, you might try : http://developer.android.com/resources/samples/ApiDemos/
Are you looking for a way to test an app on multiple platforms? Maybe have a look at this: http://www.perfectomobile.com/portal/cms/Services/android
Not really, I don't think so. Even if there were such a location, you would not be able to use Android debugging tools, which are very handy for development.
You may want to look into App Inventor . It is probably as close to an install-free development environment as you get. Of course, it is also much more limited than native Android programs.
精彩评论