Search code examples
androidandroid-widgetandroid-layoutandroid-listviewandroid-lazyloading

Help needed for creating an Android Activity Layout - Screenshot given


I need to create a screen(scrollable) exactly similar to the screenshot shown here . I have no idea regarding the kind of layout patterns that I should resort to or the widgets that I should use.

The data including thumbnail links, is available dynamically.

Experts, kindly help with your valuable suggestions, advices and help.

Looking forward, Regards, Rony


Solution

  • I have worked a lot on Listviews and looking at your screenshot, I would suggest avoiding the use of listviews if you can. If you always have a constant layout, even if its the layout that you showed there in the screenshot then I would do the layout of each element[unique ones only] in an xml file and add them dynamically as and when required. Although I am not sure how you want your layout to be exactly, so this might not be good if your elements can increase in number.