Android Networking Tutorial with Retrofit, PHP and MySQL

Android Networking Tutorial

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

Android Retrofit Tutorial to Insert into MySQL Database

android retrofit tutorial

In the last android retrofit tutorial I explained how to retrieve JSON using HTTP GET request. In this android retrofit tutorial we will use post request. So today we will insert some values from our android app to our MySQL Database. In this tutorial I will be using Hostinger. Though you can use any hosting or local server …

Read moreAndroid Retrofit Tutorial to Insert into MySQL Database