RecyclerView With Kotlin – Android
We know that if we need to display a scrolling list of elements based on a large set of data sets which may frequently change we should use RecyclerView. RecyclerView is a much-advanced version of ListView with a lot of improvements made. You might have Implemented RecyclerView in android with Java but here we are going to learn how […]
RecyclerView With Kotlin – Android Read More »