Are there any frameworks out there which make it even more easy than it is to build Android applications and would you be interested in one?
|
Soon there will be! I am working on DroidFu, an Android shared library which will give you:
I plan to make this available on GitHub. stay tuned. update (Feb 2013) Sorry to say that no one is working on this anymore. All people involved in the project have moved on, and since the lib was mostly used in the Qype app, no one feels like maintaining it anymore (Qype got acquired by Yelp btw, so I'm not even sure if we would be allowed to, since most of it was developed during my working hours at Qype.) For anyone who feels like salvaging it, sources are here. |
|||||||||
|
Not really a 'software framework', but a tool to create simple apps easily (that's what Google says): http://appinventor.googlelabs.com/about/ I don't use this tool since I'm not a big fan of this approach, but you could give it a try.
|
|||
There's also phonegap, which you can use to write android apps using html+javascript. |
|||
|
One of the best right now IMHO is Appcelerator Free and open-sourced, develop one app for all major platforms (cross-platform), compiles the app to native code, has a rich API... I enjoyed playing with it.. very easy to learn :) Hope this help! P.S.: even though it sounds like I work there, I don't... unfortunately for me :( |
|||||||||||||
|
http://www.motherapp.com/ apparently converts 'HTML' to 'applications'. |
|||
|
There are several frameworks of different scope and purpose to make mobile application development faster, or cross-platform, or code-free. Technology thrives on competition and new ideas, so please don't take the presence of several other solutions as a deterrent from making your own if you think you can build a rounder wheel. |
|||
|
The Simple framework is fully compatible with Android. Its an annotated approach for XML serialization and data binding, and is fully bi-directional. So you can read or write XML on the Android platform. Whats more is its really lightweight and has no external dependencies. In essence its like a JAXB substitute for the Android platform. For more information check out the Tutorial. |
|||
|
I just found out about App Dev Wiki. As described on its website:
Currently listed android frameworks are: |
|||||
|