Android ToggleButton using Kotlin With Examples [Latest]
In this tutorial, we’ll learn how to implement Android ToggleButton using Kotlin. We will learn how to create custom toggle buttons and how do they work. What is Android ToggleButton?…
Java, Java EE, Android, Python, Web Development Tutorials
In this tutorial, we’ll learn how to implement Android ToggleButton using Kotlin. We will learn how to create custom toggle buttons and how do they work. What is Android ToggleButton?…
In this tutorial, we’ll discuss and implement ProgressBar in our Android Application using Kotlin. What is a ProgressBar? ProgressBar UI element is used to display the Progress on the app…
In this tutorial, we’ll be discussing and implementing RadioButton and RadioGroups in our Android Application using Kotlin. Android RadioButton A RadioButton is a widget which can be set to checked…
In this tutorial, we’ll discuss and implement ImageView and ImageButton in our android application using Kotlin code. What is Android ImageView? ImageView is a subclass of the View class in…
Android TableLayout is used to create grids on the screen. It’s one of the ViewGroup classes, which is used to create a table on the screen. Android TableLayout As the…
Android ViewGroup class is used to create the screen views. In this tutorial, we will learn about the ViewGroup and look at some simple examples. What is an Android ViewGroup?…
In this tutorial, we’ll learn how to create a Button in Android apps using Kotlin programming. Android Button Overview Android Button class extends TextView. Button is a UI widget that…
In this tutorial, we’ll implement Text Fields using the new Material Design Components Library. We have already implemented TextInputLayout here. Material TextFields TextInputLayout provides an implementation for Material text fields.…
In this tutorial, we’ll be implementing some of the important standard library functions available in Kotlin. The kotlin-stdlib provides us with useful higher order functions implementing idiomatic patterns. We’ll see…
Android Studio has a lot of shortcuts to offer. Today, we will be sharing some useful shortcuts which can enhance and boost your productivity. We will be sharing commands for…