Learn how to show and hide a menu button dynamically or programmatically in Android in Kotlin. We will create one new android studio project and check that with an example.
ReadKotlin program to create adapter callback in Android using lambda function. Lambda function makes it easy to implement adapter callback.
ReadLearn how to change the application name and package name in Android Studio. In this post, I will show you how to use Android studio to change the name and package of an Android project.
ReadLearn how to add pull to refresh or swipe refresh layout in Android using kotlin. We will create one sample android project with pull to refresh or swipe refresh layout.
ReadLearn how to delete an item from recyclerview in kotlin. We will create one delete button to delete one item from the recyclerview. You will learn how to delete and refresh a recyclerview.
ReadLearn to create a recyclerview in Kotlin with image and other info. We will load the data from an API and load the data in it.
ReadLearn how to change theme in android studio. We can switch to dark and light them from the preference and also we can download third party themes easily.
ReadAndroid program to hide software keyboard programmatically in Kotlin. Keyboard opens automatically when we clicks on an EditText. We can also programmatically hide it using system service.
ReadThis post will show you how to validate an email in Android using Kotlin. We will learn how to do that using regular expression and using Patterns.
ReadIn this post, we will learn how to create one simple recyclerview in Android using Kotlin
Read