Month: March 2018

Animate View on Visibility (Visible – Gone) Changes Android Example

Animations can separate your app from normal “Just Functional” app and give you app a more polished feel. There are a lot of options how you can show animations on Android, however there is a very easy way to animate layout changes that will make your app look and feel better and more natural.  Android …

Animate View on Visibility (Visible – Gone) Changes Android Example Read More »

Android Retrofit JSON API with POST-GET Params Tutorial | Example App

Welcome fellow Android Developer, in the Retrofit tutorial I will give you an Android example of how you can integrate Retrofit to handle JSON response from a REST API in your Android app.We will go over the following things in this Retrofit tutorial:Retrofit1. Retrofit and Gson Dependencies for Android2. Setting us Retrofit Client and Interface3. …

Android Retrofit JSON API with POST-GET Params Tutorial | Example App Read More »