7

enter image description here

enter image description here

Hi
I have enclosed two app images which has grid view like widgets with different image heights and widths, loaded dynamically ,i need to create the same type of UI ,i could be glad if someone guide me to start with.

ganesh
  • 1,247
  • 6
  • 24
  • 46

1 Answers1

8

A similar question was asked previously and this is the answer.

The developer used Bucket List Adapter to create the google play like list view.

Community
  • 1
  • 1
PrincessLeiha
  • 3,144
  • 4
  • 32
  • 53
  • what's new in that code snippet? I have download that but nothing like google play has implemented. – Shreyash Mahajan Nov 07 '12 at 13:07
  • you need to make a few changes like, instead of TextView, use ImageView. Instead of list contents as integer, just pass the `id` of the drawable you want to display.. You need to do it on trial and error basis – PrincessLeiha Nov 09 '12 at 09:16
  • I tried to implement Bucket List Adapter as iDroid said there i couldn't find anything that would pragmatically calculate the image size and display them. – ganesh Dec 03 '12 at 13:29
  • @Pallavi I tried with changes as you suggested but still not working. Do you have any other suggestion or demo? – anddev Jun 27 '13 at 06:15
  • @Pallavi I have searched a lo but finally i got. Thanks. – Ronak Mehta Apr 23 '14 at 05:03