This is an introduction of a new playlist in which I will be covering modern network libraries such as OkHttp3, Retrofit 2, and using RxJava with Retrofit, this is just for now, in the future I will also be adding more libraries.
we are going to see how to perform: get and post requests, upload files, make OAuth 2 authentication, download files such as images, and much more.
as we are using lambdas and this requires Java 8, and as today, this is only available in the preview version of Android studio as this requires android studio 3.0, which you can download from these
links :
https://developer.android.com/studio/write/java8-support.html
https://developer.android.com/guide/platform/j8-jack.html
https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#apply_plugin
https://developer.android.com/studio/preview/index.html
Source code:
http://bitigee.com/2Sce
Comments
Post a Comment