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 […]
Tag: Androidx
What is the iOS and Android ?
Android Android is an operating system developed by Google for mobile systems. It is based on the Linux kernel and mainly designed for touchscreen devices such as tablets and smartphones. The Android architecture is divided into four main layers and five sections. This is explained using the given diagram: iOS The iOS is the operating […]
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 […]
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, […]
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 […]