News

Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to ...
The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations. - nameis ...
Custom Kotlin Model Not officially supported This approach uses a more idiomatic Kotlin approach and does not require annotations or annotation processing. The data class is required to generate ...
Retrofit is a library which is very easy to use an apply. it helps to convert the http api into a kotlin interface. though many of us must have used retrofit in android but now as google has announced ...
What are the advantages of RecyclerView over ListView? Check out this tutorial which includes demos of different Activity classes that use RecyclerView.