Skip to content

Instantly share code, notes, and snippets.

@deepakshrma
Last active June 20, 2018 17:04
Show Gist options
  • Save deepakshrma/6256615d8e6e9c84ef43c0dc6b67c54e to your computer and use it in GitHub Desktop.
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