Skip to content

maraj91/KotlinRecyclerView

Repository files navigation

KotlinRecyclerView

In this project I have covered how to make the model class & custom adapter for RecyclerView using kotlin.

Model Class

In kotlin to create the model class use the data class it's same as the pojo class in java. But the advantage is that you have to create the model class just by using the single line & it will work like the java pojo getter/setter methods.

      data class UserData(val item: Strings, val name: String, val address: String)

About

Custom RecyclerView using kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published