Tagged: RecyclerView

Android RecyclerView Tutorial Using Kotlin

Learning to use RecyclerView in Android development is very crucial for every programmers. It is one of powerful widgets to display a list of data in Android. Well in this chance I will give...