Skip to content

Instantly share code, notes, and snippets.

@deepakshrma
Last active June 20, 2018 17:04
Show Gist options
  • Select an option

  • Save deepakshrma/6256615d8e6e9c84ef43c0dc6b67c54e to your computer and use it in GitHub Desktop.

Select an option

Save deepakshrma/6256615d8e6e9c84ef43c0dc6b67c54e to your computer and use it in GitHub Desktop.
Android Studio
## Networking
https://loopj.com/android-async-http/
https://github.com/koush/ion
https://github.com/square/okhttp
https://github.com/square/retrofit
## Images:
https://github.com/bumptech/glide
https://github.com/koush/ion
http://square.github.io/picasso/
https://github.com/nostra13/Android-Universal-Image-Loader
http://frescolib.org/docs/index.html
## Injectors:
https://google.github.io/dagger/users-guide
http://www.vogella.com/tutorials/Dagger/article.html
https://github.com/JakeWharton/butterknife
https://github.com/androidannotations/androidannotations
## JSON
https://github.com/google/gson
## OR Mapper:
https://bitbucket.org/littlerobots/cupboard/wiki/browse/
https://github.com/greenrobot/greenDAO
https://github.com/chennaione/sugar
https://github.com/Raizlabs/DBFlow
https://github.com/square/sqlbrite
## Event based:
https://github.com/greenrobot/EventBus
https://github.com/ReactiveX/RxAndroid
## Background Process:
http://square.github.io/tape/
## Fonts:
https://github.com/chrisjenx/Calligraphy
## Players:
https://github.com/google/ExoPlayer
## Reactive:
https://github.com/ReactiveX/RxAndroid
## GUP image
https://github.com/CyberAgent/android-gpuimage
## Build tools:
https://buckbuild.com/setup/getting_started.html
## Secure loading class:
https://github.com/lukeFalsina/Grab-n-Run
## Map API:
https://github.com/graphhopper/graphhopper
## Card reader:
https://github.com/card-io/card.io-Android-SDK
## Charts:
https://github.com/diogobernardino/WilliamChart
https://github.com/PhilJay/MPAndroidChart
https://github.com/lecho/hellocharts-android
## Data binding:
https://github.com/zserge/anvil
https://developer.android.com/topic/libraries/data-binding/
## Navigation:
https://github.com/square/flow
## Testing:
http://robolectric.org/writing-a-test/
## Samples:
https://github.com/google/iosched
https://github.com/MizzleDK/Mizuu
https://github.com/klinker24/Talon-for-Twitter
https://github.com/JakeWharton/Telecine
https://github.com/JakeWharton/u2020
## Inspect:
http://facebook.github.io/stetho/
## App thining:
https://www.guardsquare.com/en/proguard/manual/examples
## Memory Leakage:
https://github.com/square/leakcanary
## Linting:
https://developer.android.com/studio/write/lint.html
## Code Style:
http://checkstyle.sourceforge.net/
## Find Bugs:
http://findbugs.sourceforge.net/
## Others:
https://github.com/nisrulz/easydeviceinfo
https://github.com/JStumpp/awesome-android#emulators
https://github.com/futurice/android-best-practices#build-system
## Java Generator:
https://github.com/square/javapoet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment