/SimpleNetworking

This project show how to connect android app with server using java.net packege, without Retrofit and Volley.

Primary LanguageKotlin

Simple Networking

This project demonstrate the how to connect/call api server without using Retrofit or Volley by just using URL Class from java.net package.