Facebook api – Can we use listview for heterogeneous collections
I need to create a feed screen like facebook application where I will fetch data from api and each row has different size of images and text. I know ScrollView is for both homogeneous and heterogeneous collection and listView is…