List of useful Android development libraries and Android applications

Android is not only a framework / SDK, but also a large constellation of libraries and tools that can be more or less useful when developing applications for Android. I am always looking for the best tools that will help me improve my coding or improve the design of my applications, so if you do not mind sharing my discoveries, I will add them to my short list:

android androids : helps reduce the amount of code in your Android classes, using annotations to generate regular code for you.

Spring android

Sensor Emulator : simulates accelerometer, compass and orientation sensors, as well as a temperature sensor

Droid @Screen : Jar, which can be used to display the phone screen on the desktop / laptop. Very handy for presentations, for example.

SQLITE Database Browser View the exported database from Eclipse on the desktop, execute some queries, or manually update some values. No update since 2009, but still convenient.

If you think that any tool that you know is better (more options, works better / faster) or can be added here, feel free to participate. I would be delighted to find such a list when I started Android, so I hope this helps some people ...

+8
android
source share
1 answer

ORM lite : lightweight relational object map structure for storing Java objects in DB (free)
Active Android : ORM framework like ORM lite is slightly smaller but requires a license

+1
source share

All Articles