GlassActionBar
This GlassActionBar library offers you a mechanism to add a glass-like effect to the action bar. Very nice and shiny. Check it out here: https://github.com/ManuelPeinado/GlassActionBar
This GlassActionBar library offers you a mechanism to add a glass-like effect to the action bar. Very nice and shiny. Check it out here: https://github.com/ManuelPeinado/GlassActionBar
The library FadingActionBar gives you the mechanism to create action bars with a fading effect. This is pretty helpful if you are looking for implementing this feature in your app. Check it out here: https://github.com/ManuelPeinado/FadingActionBar
The Picasso library is probably one of the most used libraries for handling images. Anyone who knows how to develop apps managing images may like this library. This library helps you out with the tedious and time-consuming work to find out the best way how to download and cache the images you need in your…
The OkHTTP library offers the possibility to test HTTP, HTTPS, HTTP/2.0, and SPDY clients. A very useful tool for checking those protocols in combination with a server. Check it out here: https://github.com/square/okhttp
The OrmLite library offers the functionality for persisting Java objects to SQL databases. As you might know, writing Android apps handling databases is quite tedious and time-consuming. If you want to reduce the amount of time dealing with SQL statements and other issues related to databases in Android apps, check out this library: Check it…