Android Table Layout Example in kotlin
In this tutorial, we will learn about the Android table layout that divides its children into rows and columns. A Table Layout is made up of a number of TableRow…
In this tutorial, we will learn about the Android table layout that divides its children into rows and columns. A Table Layout is made up of a number of TableRow…
The Android Chronometer is a timer that can be used to count time starting at a certain point. The Android Chronometer can be used to count time in both directions…
In this tutorial, we will learn how to use the Android Toggle Button widget. We will also learn about the various toggle button widget attributes. ToggleButton is used in Android to display…
The ImageView class in Android is used to display an image file in an application. Android comes with some of the best UI design widgets, allowing us to create visually appealing…
In this tutorial, we'll learn about Android Rating Bar. RatingBar is an Android widget that displays a rating scale with star icons. You may have encountered this RatingBar when an application…
The bottom Navigation Bar is a material component that allows you to quickly explore and transition between top-level views with just a single click or tap. So, in this Android…
In this tutorial, we will learn how to use android cardView and how to combine CardView and RecyclerView. CardView is a new Android widget that can be used to display…
In this tutorial, we'll learn how to create a login screen in android and how to handle security when someone tries to make false attempts.A login application is a screen…
In this tutorial, we will learn how to implement a checkbox in an android application. The Android CheckBox is a two-state button that can be checked or unchecked. Checkboxes can…
In this tutorial, we will learn how to implement a Search view in android combined with listview using the kotlin language. android.widget. SearchView. A widget that allows a user to…