Skip to main content

How to Get Current Date in Android?

In this tutorial i’m going to show you four different ways to get current date in android. Note : For doing this we will use Calendar, Date, SimpleDateFormate and System class. Method (1) This is a first method and in this method we’ll use Calendar and SimpleDateFormate class. Method (2) This is a second method […]

Read More

How to Make Marquee Text in Android?

Hello Friends, In this tutorial I will be showing how we can create Marquee text in Android. Step 1:- Creating New Project Create a new project in Android Studio from File ⇒ New Project Fill the required information like project name and package name of the project. When it prompts you to select the default activity, select Empty […]

Read More

Androidx Easy Runtime Permissions with Dexter

In this article, we are going to simplify the process of adding the runtime permissions using Dexter library. Using this library, the permissions can be implemented in few minutes. This is an introductory article about the Dexter covering basic features offered by the library. Dexter provides other features like using it with SnackBar, different types of listeners, […]

Read More

Android Expandable Navigation Drawer

Hello Friends, In this tutorial I will be showing how we can create Expandable Material Navigation Drawer. Step 1:- Creating New Project Create a new project in Android Studio from File ⇒ New Project Fill the required information like project name and package name of the project. When it prompts you to select the default activity, select Empty […]

Read More