Android ViewPager Explained with Example

Android ViewPager is a widget that allows the user to flip through pages of content, similar to a pager or book. It can be used to display a collection of pages in a linear fashion, or as an aid for navigating between screens in an app.

Custom Button with Shadow Duolingo style Android Button

In this blog learn to create Duolingo Style Custom Button with Shadow…

Android Image Button with Text Example | Java & Kotlin

Android Image Button with Text Example in both Java and Kotlin. In this blog learn how to create an Image Button with text in Android Studio using XML code.

Android Color Picker Example | Build from Scratch

Build your own Android Color Picker using few lines of code in Android Studio. In this blog we will be sharing the code from an app with color picker functionality.

Android Thread Sleep Tutorial | Pause your Code using Threading

In this blog about Thread in Android Example, you’ll learn about how to set up a thread in android other than the main thread to continue another process.

Convert Website to Mobile App Free in 5 mins

In this blog, you’ll learn How to Convert Website to Mobile App Free. For this, you must have Android Studio installed on your PC or Mac.

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.

Using Android SoundPool Build your Own Android Piano App

Using Android SoundPool build such apps that use Android media library class that handles short music tones on pressing of a button or object. In this tutorial learn how to build your own musical instrument on your Android device like, be it Piano, Violin or Xylophone.

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 ViewPager Fragment Example | Implement Unlimited Fragments

In the Android anyone can create fragments which are views on an activity with different behavior which can be used to build a multi-pane User interface. In this blog on Android ViewPager Fragment Example you’ll see Android ViewPager Fragment Example in which we will create fragments on activity.