#Android Library Cheatsheet
This is a compilation of useful libraries on Github by category when developing for Android. It entails some of the best practices or most popular libraries. For me, it helps me have all those interesting links in one place.
I will try to keep it updated.
####Table of Contents
The topics are in alphabetical order.
Bluetooth
Debugging
Distribution
Image loading
Injection
Inspiration apps
Plugins
REST
RX
Typography
UI
##Bluetooth
- android-beacon-library by AltBeacon
##Debugging
- ViewServer by romainguy
##Distribution
- clean-status-bar by emmaguy
##Image loading
- ImageLoader by novoda
- ion by koush
- picasso by square
##Injection
- butterknife by JakeWharton
- dagger by square
- roboguice by roboguice
##Inspiration apps
- google-io-2014 by romainguy
- iosched by google
##Plugins
- AndroidDrawableFactory by tizionario
- gradle-retrolambda by evant
- gradleplease-workflow by eveliotc
- jsonschema2pojo by joelittlejohn
##REST
##RX
- Android-ReactiveLocation by mcharmas
##Typography
- Calligraphy by chrisjenx
##UI
- AndroidSwipeLayout by daimajia
- FadingActionBar by ManuelPeinado
- ListViewAnimations by nhaarman
- PagerSlidingTabStrip by astuetz
- SlidingMenu by jfeinstein10
- SmoothProgressBar by castorflex
- Swipecards by Diolor
- android-circlebutton by markushi
- android-times-square by square
- floatlabelededittext by wrapp