News

KMP is emerging as an alternative for cross-platform development, offering a path to share code without sacrificing the performance and feel of a native application. KMP comes with its own set of ...
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 This approach uses a more idiomatic Kotlin approach and does not require annotations or annotation processing. The data class is required to generated equals/hashcode which Epoxy ...
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 ...