An open API service indexing awesome lists of open source software.

https://github.com/diolor/android-library-cheatsheet

A compilation of useful libraries by category when developing for Android.
https://github.com/diolor/android-library-cheatsheet

Last synced: 6 months ago
JSON representation

A compilation of useful libraries by category when developing for Android.

Awesome Lists containing this project

README

        

#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](#bluetooth)
[Debugging](#debugging)
[Distribution](#distribution)
[Image loading](#image-loading)
[Injection](#injection)
[Inspiration apps](#inspiration-apps)
[Plugins](#plugins)
[REST](#rest)
[RX](#rx)
[Typography](#typography)
[UI](#ui)

---
##Bluetooth

+ **[android-beacon-library](https://github.com/AltBeacon/android-beacon-library)** by **AltBeacon**

##Debugging

+ **[ViewServer](https://github.com/romainguy/ViewServer)** by **romainguy**

##Distribution

+ **[clean-status-bar](https://github.com/emmaguy/clean-status-bar)** by **emmaguy**

##Image loading

+ **[ImageLoader](https://github.com/novoda/ImageLoader)** by **novoda**
+ **[ion](https://github.com/koush/ion)** by **koush**
+ **[picasso](https://github.com/square/picasso)** by **square**

##Injection

+ **[butterknife](https://github.com/JakeWharton/butterknife)** by **JakeWharton**
+ **[dagger](https://github.com/square/dagger)** by **square**
+ **[roboguice](https://github.com/roboguice/roboguice)** by **roboguice**

##Inspiration apps

+ **[google-io-2014](https://github.com/romainguy/google-io-2014)** by **romainguy**
+ **[iosched](https://github.com/google/iosched)** by **google**

##Plugins

+ **[AndroidDrawableFactory](https://github.com/tizionario/AndroidDrawableFactory)** by **tizionario**
+ **[gradle-retrolambda](https://github.com/evant/gradle-retrolambda)** by **evant**
+ **[gradleplease-workflow](https://github.com/eveliotc/gradleplease-workflow)** by **eveliotc**
+ **[jsonschema2pojo](https://github.com/joelittlejohn/jsonschema2pojo)** by **joelittlejohn**

##REST

+ **[jackson](https://github.com/FasterXML/jackson)** by **FasterXML**
+ **[okhttp](https://github.com/square/okhttp)** by **square**
+ **[retrofit](https://github.com/square/retrofit)** by **square**

##RX

+ **[Android-ReactiveLocation](https://github.com/mcharmas/Android-ReactiveLocation)** by **mcharmas**

##Typography

+ **[Calligraphy](https://github.com/chrisjenx/Calligraphy)** by **chrisjenx**

##UI

+ **[AndroidSwipeLayout](https://github.com/daimajia/AndroidSwipeLayout)** by **daimajia**
+ **[FadingActionBar](https://github.com/ManuelPeinado/FadingActionBar)** by **ManuelPeinado**
+ **[ListViewAnimations](https://github.com/nhaarman/ListViewAnimations)** by **nhaarman**
+ **[PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip)** by **astuetz**
+ **[SlidingMenu](https://github.com/jfeinstein10/SlidingMenu)** by **jfeinstein10**
+ **[SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar)** by **castorflex**
+ **[Swipecards](https://github.com/Diolor/Swipecards)** by **Diolor**
+ **[android-circlebutton](https://github.com/markushi/android-circlebutton)** by **markushi**
+ **[android-times-square](https://github.com/square/android-times-square)** by **square**
+ **[floatlabelededittext](https://github.com/wrapp/floatlabelededittext)** by **wrapp**