Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 838 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 838 Bytes

Android-Network-Communication

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.

Getting the sample code

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

Available Samples

  • 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.