Skip to content

Instantly share code, notes, and snippets.

@edudobay
Last active February 15, 2016 13:40
Show Gist options
  • Save edudobay/e16106c6dbe99718f0a7 to your computer and use it in GitHub Desktop.
Save edudobay/e16106c6dbe99718f0a7 to your computer and use it in GitHub Desktop.
Notes about Java

Useful libraries

  • RxJava - reactive programming (see also Introduction to ReactiveX)
  • Dagger - dependency injection (note: this is the Google fork (version 2). Version 1 is maintained by Square and seems to be still alive)
  • Gson - JSON (de)serialization to/from Java objects

Database, persistence, etc.

Network

Discussion about OkHttp, Retrofit, Volley and how to do some non-standard integrations:

UI

  • Butter Knife - Field and method binding for Android views
  • RoboGuice - view injection and a lot of other boilerplate-eliminating goodies

Troubleshooting

Gradle error while trying to fetch a dependency from jitpack.io

I'm not sure which of these actually helped me 😛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment