Comparing iOS TableView and Android RecyclerView
Exploring the similarities and differences when creating lists on each platform

When it comes down to it, many of the most popular Apps (e.g. Facebook, Instagram, Twitter, Air BnB, etc.) are simply a list of items. Hence to create such App, having knowledge of how to create and manage lists on both iOS and Android is crucial.