Android IntentService Example | Building WhatsApp Background Service

In this tutorial about Android IntentService example is taken from a well know messaging app Whatsapp in which IntentService is used to help its user stick around with app and stay connect with their friends.

Android Live Wallpaper Tutorial | Simple Easy Steps

The Android Live Wallpapers are the way to redesign your mobile background into something amazing animated GIF using different effects and motions.

Android Sample Projects with Source Code in Android Studio | Top 30

Android Sample Projects with Source Code, in this blog we explore some…

Chat application in Android Source Code with Example Available

Chat Application in Android Source Code with Example Available. In this tutorial you’ll learn to build your own Android Chat App using Android Studio.

Android Image Crop with Source Code Example

In this tutorial learn how to do Android Image Crop using Library…

Android Custom Keyboard Layout Tutorial

In this tutorial learn how to build your own Android Custom Keyboard…

Custom Spinner Android Styling Tutorial | Java and Kotlin

Learn how to style a Custom Spinner for Android App. Spinner Widget requires two different custom layouts, one for the view to be displayed and another for the drop down list!

Android Recyclerview Library Gencycler (Java)

Android Recyclerview Library, Gencycler a Boilerplate free RecyclerView adapter. Gencycler uses annotation processing to analyze your code and generates the Recyclerview adapter for you, which means you only need to worry about your logic and not about the adapter

Android FlexAdapter Library

Android FlexAdapter is a recycler view adapter that supports multiview holders, filters, and child view click events.