Skip to main content

Modern network libraries in Android. Introduction



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

Popular posts from this blog

Python DNS Lookups with DNSPython

How to perform DNS lookups with DNS Python The source code will be available on my blog: http://melardev.com/eng/blog/2017/11/06/servlet-jsp-playlist-tutorials-youtube-channel/ Remember that this video is part of a playlist which you can find in: https://www.youtube.com/watch?v=F9ysRgUgpC4&list=PLfkTJXI2Tk-e9U0eU98e_hGtiVLeVni89 if you don't understand something I might be explained in one of my videos of that playlist, you can anyways let me any feedback, questions, etc. You can follow me on: blog melardev.com twitter http://twitter.com/melardev blogger https://melardev.blogspot.com Instagram https://www.instagram.com/melar_dev/ Google+ https://plus.google.com/u/0/110174297675710954678

Android : Using Handler

How to use Handler in Android to perform asynchronous operations, Handler it is a really common construct used to communicate two threads in Android. I explain the theory as well as the practice with some example, The source code can be retrieved in my blogpost http://melardev.com/eng/blog/2017/04/02/android-running-in-the-background/ Remember this video is part of a playlist where I cover how to use different approaches for asynchronous programming on Android: https://www.youtube.com/watch?v=feciwDQCDb4&index=1&list=PLfkTJXI2Tk-c25WG8Uie3KFhxo8miWTcv&t=25s If you have any question, feedback, suggestion etc you can let it in the comments section. You can follow me on: blog melardev.com twitter http://twitter.com/melardev blogger https://melardev.blogspot.com Instagram https://www.instagram.com/melar_dev/ Google+ https://plus.google.com/u/0/110174297675710954678

Python Django Rest: Serializing manually using the shell

This tutorial is about rest web services using rest framework python module, we are going to serialize a python object to JSON string then deserialize JSON string to python object, this is important to understand the steps that happen behind the scenes with this library. The source code will be available on my blog(see below). Remember that this video is part of a playlist, if you don't understand something I might be explained in one of my videos of that playlist, you can anyways let me any feedback, questions, etc. You can follow me on: blog melardev.com twitter http://twitter.com/melardev blogger https://melardev.blogspot.com Instagram https://www.instagram.com/melar_dev/ Google+ https://plus.google.com/u/0/110174297675710954