Android RecyclerView Row Slide in Animation on Scroll

Animations in your Android App have a huge impact on how the user perceive your app. Creating Animations have been constantly simplified with newer APIs that Google provides. Feel free to check out our tutorial on enabling default Animation of visibility changes. Now, on to the matter at hand: Animating the rows of RecyclerView when …

Android RecyclerView Row Slide in Animation on Scroll Read More »

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 »

Schedule MySQL Database Backup Automatically using Cron Job – Linux Server

Database backup is one of the most important tasks of server maintenance. Taking database backup in a Linux server manually whenever we want a backup in not for cools users :D. Database backup should be taken periodically in fixed intervals, and we here like to automate out periodic tasks. In this tutorial we will take …

Schedule MySQL Database Backup Automatically using Cron Job – Linux Server Read More »

How to use Crashlytics with Android Studio | Error Reporting Example

In any Android or iOS applications, it is highly likely that these will be a use case where your app will crash even if after the rigorous tests you’ve put your app through. Be it because of different API levels, memory issues, hardware incompability or any other problem, its of utmost importance that you recognize …

How to use Crashlytics with Android Studio | Error Reporting Example Read More »

How To Show GUI components in OnGUI method and change Font, Size and Color in Unity

Unity provides a very helpful method, OnGui that can be used to create UI components easily and you can easily remove them my just a simple condition checking, you have probably done that and just want want the title describes but I can’t resist from showing how simple it is to just show/hide window components …

How To Show GUI components in OnGUI method and change Font, Size and Color in Unity Read More »

Exit mobile version