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

Retrofit Android Tutorial – Using Retrofit 2.2 with PHP Restful API

retrofit android tutorial

Welcome to Retrofit Android Tutorial guys. Today we will learn to build a simple application in android using Retrofit Android Library and SLIM PHP Framework. Today, we will be covering a lot of things. We will see user registration, user login, session management and many more things. So keep reading carefully as this is going …

Read moreRetrofit Android Tutorial – Using Retrofit 2.2 with PHP Restful API

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