How to create a list view in android using Kotlin?
Lists are common way of representing data in any mobile application. In this example I’ll create a list view of all countries using Kotlin for Android. This implementation will include the necessary components to display country names in a RecyclerView. First, let’s organize this into several parts: To set up this project, you’ll need to:… Read More »