How to display list of items in Android
Lists are one of the most widely used features in apps. Android provides ListView and RecyclerView to address this requirement. With ListView we can only display data in a vertically scrollable format, whereas with RecyclerView we can display data in...
sandhyabhat.hashnode.dev5 min read