Otto – Guava-based Event Bus
The Otto library is an event bus which is used to separate the various components of an app, although they still should be able to communicate with each other. Check it out here: https://github.com/square/otto
This is the stack of the Android library recommendations available on AppShocker. Feel free to browse through them and learn more about Android libraries useful for your Android projects. Remember, try to shock the world with your amazing programming skills.
The Otto library is an event bus which is used to separate the various components of an app, although they still should be able to communicate with each other. Check it out here: https://github.com/square/otto
Anyone who knows dealing with Android’s ListViews and how to use headers will like this library. As its name already indicates it, it is a library helping out with creating and managing “sticky list headers.” Check it out here: https://github.com/emilsjolander/StickyListHeaders
The Android Saripaar library is useful for UI validation. For example, if you need to validate that the credentials of a user are correct, you can use this. It is also very easy to integrate. Check it out here: https://github.com/ragunathjawahar/android-saripaar
This Joda Convert library offers the functionality of providing a set of classes helping to do conversion. Namely, converting between objects and strings. Very helpful! Check it out here: http://www.joda.org/joda-convert/
The Joda Time Android library is very helpful dealing with dates, such as for Android apps handling calendars. In particular for Android developers, this library offers the solution for stale timezone data. This means that if you need your app to change its built-in timezone depending on the location of the user, then this is…