ajay-dewari / Android-Network-Communication

Code snipt to make network call in android using kotlin, without using any 3rd party library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code snipt to make network call in android using kotlin, without using any 3rd party library


Languages

Language:Kotlin 96.7%Language:Java 3.3%