Android Networking Tutorial with Retrofit, PHP and MySQL
Networking is part of almost all applications. Applications don’t work in isolation they communicate with a backend server with the help of Web Services often called RESTful APIs to perform various operations (e.g saving or retrieving data). Hence, networking is crucial thing in app development. In this Android Networking Tutorial we will learn everything that …
Read moreAndroid Networking Tutorial with Retrofit, PHP and MySQL