Material Dialogs in Android with Example
In this tutorial, we will learn how to use Material Dialogs in android. A dialog is a small window that asks the user to make a choice or enter more…
In this tutorial, we will learn how to use Material Dialogs in android. A dialog is a small window that asks the user to make a choice or enter more…
Android ListView is a ViewGroup that displays a list of things in multi rows and includes an adapter that inserts the items into the list automatically. The adapter's primary function…
In this article, we had added almost every HTML tag that you might use. You can use this as a reference list whenever you need it. Basic Tags in HTML…
Option menu in android is the primary menus of android. They can be used for things like settings, search, and edit items, etc. The Options menu allows you to perform actions that have…
In this tutorial, we will learn how to use Recycler View in Android using Kotlin. A RecyclerView is an advanced version of a ListView that performs better.Android RecyclerView allows you to…
In this tutorial, we will learn the Webview in Android with an example in the kotlin language.WebView is a view that allows you to view web pages within your application.…
In the previous article, we have learned about forms in which we have used id for some elements. You might have some doubts that what is an id? or why…
In this tutorial, we will learn about Video Player in Android. We will create an android application and play video from the raw directory. Note: The android.widget.VideoView class provides methods to play…
In this tutorial, we will learn how to create the Transparent Activity in the Android studio. We will create a simple application that will display a simple TextView inside a…
In this article, we will learn how to create a multiplication table app using seek bar in kotlin language. This is a very basic Android app that allows you to…