Amalo
Amalo

Reputation: 772

android create listView with different cells height and width

I want to a create list view with multiple raw and each cell has a different height and width, what is the best way to do that? do i use a gridView? or GridLayout? or listView(this is the last choice)Example of my gridView

Upvotes: 1

Views: 89

Answers (1)

Akshay Bhat 'AB'
Akshay Bhat 'AB'

Reputation: 2700

Todo the things that you asked in an easier way, android introduced RecyclerView. You can create listview, gridview, staggered gridview by just using recyclerview. For more info about Recyclerview refer Here

Upvotes: 0

Related Questions