Skip to content

Instantly share code, notes, and snippets.

@PepDevils
Last active March 7, 2017 11:41
Show Gist options
  • Save PepDevils/2760ee608c7174edb61f3e9efc38bb76 to your computer and use it in GitHub Desktop.
Save PepDevils/2760ee608c7174edb61f3e9efc38bb76 to your computer and use it in GitHub Desktop.
Android Connections
// important links
// Retrofit 2 - https://futurestud.io/tutorials/retrofit-getting-started-and-android-client
// Android/Java Pojo Objects for JSON requests - http://www.jsonschema2pojo.org
// +RxJava - https://medium.freecodecamp.com/rxandroid-and-retrofit-2-0-66dc52725fff#.eai8dux4j
// - https://github.com/JakeWharton/retrofit2-rxjava2-adapter
// - http://www.androidauthority.com/reactive-programming-with-rxandroid-711104/
// - https://www.learn2crack.com/2016/11/android-rxjava-2-and-retrofit.html
// - https://www.raywenderlich.com/141980/rxandroid-tutorial
// - https://github.com/kaushikgopal/RxJava-Android-Samples
// - https://medium.com/@cesarmcferreira
//Project to see - https://github.com/ribot/ribot-app-android
// Issues empty json how - https://github.com/square/retrofit/issues/1554#issuecomment-178633697
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment