Circular Progress Bar Android Tutorial [4 Easy Steps]

Circular Progress Bar Android

Welcome to Circular progress bar android Tutorial. In android development Progress bar is widely used and in many forms but one that is arguably the most loved is “Circular Progress bar with text”. If you have been in android development for even a couple of months you have at-least once wondered how can I get …

Read moreCircular Progress Bar Android Tutorial [4 Easy Steps]

Android Custom Dialog Example – Making Custom AlertDialog

Android Custom Dialog Example

In this post we will see an Android Custom Dialog Example. I hope you know about creating Dialogs in Android, and then you might be thinking that what if I can customized the dialog completely as per my need. Then the answer is “YES” you can customized it as you want, you can put whatever …

Read moreAndroid Custom Dialog Example – Making Custom AlertDialog

Android Splash Screen Example – Implementing Splash Screen

android splash screen example

Hi everyone, welcome to another useful tutorial for beginners. So this post will show you an Android Splash Screen Example. An splash screen is a screen that shows up when we launch the app. Splash Screen is very common term and it is required for all the application. The idea behind this is, to show …

Read moreAndroid Splash Screen Example – Implementing Splash Screen

Turn on Flashlight Android – Building a Torch App

turn on flashlight android

Hey everyone, this is a tutorial for the newbies, the people just started getting there hands dirty on android coding. I thought I would post some small apps tutorial for you all, so that you can enjoy the learning. Today, in this post we will learn how to Turn on Flashlight in Android using Code. …

Read moreTurn on Flashlight Android – Building a Torch App

Android SharedPreferences Example – Writing and Reading Values

android sharedpreferences example

SharedPreferences are using Android to store data in Key-Value pairs. In this post, we will see simple Android SharedPreferences Example. We will learn saving values to SharedPreferences, and Reading them back in the application. We will also see how to update and delete the values in SharedPreferences. Android SharedPreferences We have a class named SharedPreferences …

Read moreAndroid SharedPreferences Example – Writing and Reading Values

Android Toolbar Example: Using Toolbar in Your Application

android toolbar example

In this android toolbar example, I will be explaining to you how to use Toolbar in your application. So, if you are confused about using the toolbar in your android application, then this is the right place for you. What is Toolbar in Android? The toolbar was introduced from Android Lollipop when Material Design came into …

Read moreAndroid Toolbar Example: Using Toolbar in Your Application

Snackbar Android Tutorial with Floating Action Button

snackbar android

A new component introduced in Android Material Design is Snackbar. It is almost same as Toast. But with some additional features. We can add an action in Snackbar. We can also customize colors of the text. So if we will talk about Snackbar vs Toast then snackbar is a winner. 😛 So in this Snackbar Android Tutorial …

Read moreSnackbar Android Tutorial with Floating Action Button