This is a repository that contains Android Kotlin code snippets to to make network calls, without using any 3rd party library and only uses HTTPUrlConnecton class to establish network connection for GET and POST requests.
Get the latest sample code from GitHub using Git or download the repository as a ZIP file. (Download)
git clone https://github.com/ajay-dewari/Android-Network-Communication.git
- Currently the repository use only the HttpUrlConnection for GET/POST newwork request near future we will also add HTTPUrlConnecton to upload and download videos/images using multipart.
For any query please leave comments, I will be happy to hlep, thank you.