Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of useful Android libraries for android development and applications [closed]

Tags:

android

Android is not only a framework/SDK but also a big constellation of libraries and tools that can be more or less useful when developping Android apps. I am always looking for better tools to help me improve my coding or improve my apps design so, If you don't mind sharing your discoveries, I'll add them to my short list :

android-annotations : Helps you reduce the amount of code in your android classes by using annotations to generate usual code for you.

Spring android

Sensor emulator : Simulates accelerometer, compass, and orientation sensors, as well as a temperature sensor

Droid@Screen : Jar that can be used to display phone screen on a desktop/laptop. Very handy for presentations for instance.

SQLITE Database Browser Browse your exported database from Eclipse on your desktop, execute some requests or update manually some values. No update since 2009 but still handy.

If you think any tool you know is better (more options, works better/quicker) or could be added here don't hesitate to particpate. I would have be thrilled to find such a list when I started Android, so I hope It will help some people...

like image 339
Sephy Avatar asked Mar 06 '12 13:03

Sephy


1 Answers

ORM lite: lightweight Object Relational Mapping framework for persisting java objects to DB's (free)
Active Android: ORM framework like ORM lite, a bit smaller, but requires a license

like image 172
Andreas Avatar answered Nov 14 '22 23:11

Andreas