Hello and welcome! Today, we’re going to talk about a commonly encountered topic in the world...
Category - Android
Creating a Database with SQLite, DAO and Room in Android
There are several databases that can be used in Android, including SQLite, Room, and Firebase...
Average of Two Numbers in Android Studio
Calculating the average of two numbers in Android Studio is a simple task that can be achieved by...
CountDown Timer in Android with Example
In this tutorial, i’ll show you How to use CountDown Timer with a basic example. The program...
Android Alert Dialog Example using Kotlin
In this tutorial, we show you how to display an alert box in Android. See flowing Steps :...
Android Alert Dialog Example with Positive, Negative and Natural Buttons in Android Studio
In this tutorial, we show you how to display an alert box in Android. See flowing Steps :...
Android Spinner (Drop Down List) Example (XML and Java)
A dropdown or pull-down menu, also known as spinner, is one of the most essential UI elements for...
Add Two Numbers in Android for Beginners
In this tutorial, we will learn, how to read 2 numbers out of 2 EditText fields, parse them into...
Addition, Subtraction, Multiplication and Division Program in Android using Java
This example demonstrates I’ll show you how to Write a program to create a simple calculator...
Addition, Subtraction, Multiplication and Division Program in Android using Kotlin
This example demonstrates I’ll show you how to Write a program to create a simple calculator...
Add Two Numbers in Android Studio using Java
This example demonstrates I’ll show you how to add two EditText values in Android using Java...
Add Two Numbers in Android Studio using Kotlin
This example demonstrates I’ll show you how to add two EditText values in Android using...
BaseAdapter with Android ListView using Kotlin
ListView is a ViewGroup that displays a list of vertically scrollable items. The list items are...