The files downloaded from any web browser usually get stored in the Downloads folder. It is a…
kotlin-shorts
As we all know that in Android development, the onBackPressed() method has been widely used to handle…
In this article, we will see how to make an HTTP request from an Android application to…
In this article, we will see different ways to return multiple values from a function in Kotlin….
In this article, we will see how to check permissions from the fragment in Android along with…
In this article, we will see different ways to get the current local date and time in…
In this article, we will add the listener to the editText using addTextChangedListener with the lambda functions….
In this example, we will see how to resolve the error “unresolved reference data binding” error in…
In this article, we will see how to call a suspend function from the normal functions in…
By default, the data classes in Kotlin automatically generate the primary construction which takes the parameter of…