Hey, friends here is an Android SQLite Database Example. You may already know that we have SQLite database in android that we can use as a local SQL Database for our android application. This Android SQLite Database Example will cover Creating Database, Creating Tables, Creating Records, Reading Records, Updating Records and Deleting Records in Android SQLite Database. […]
Category: Android Development
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 […]
Moving Gradient Background In Android
Hello Friends, In this tutorial I will be showing how we can create Animated Gradient Background. Adding Animated Gradient Background in your app is really easy by using xml and java code. Animated moving gradients background between gradients as animation makes your android app really awesome. Step 1:- Creating New Project Create a new project in […]