-1

I need a widget that shows a listview. And in this listview i need other listviews with string items. How can i implement this?

Should look like the google keep widget.

http://static5.businessinsider.com/image/549b04ed6da811c3525b4a58-1200/the-google-keep-widget-is-a-great-way-to-quickly-see-your-to-do-list.jpg

1 Answers1

0

It's generally not advisable/supported to have two scrollable lists in the same direction nested inside each other, it's hard for the user to know whether they will be scrolling the inner or outer view. I don't think those inner Google Keep preview entries are individually scrollable. They're probably LinearLayouts.

NeilS
  • 625
  • 7
  • 13