GridView with Single items as well as List items

  • Replies:2
Dugong191
  • Forum posts: 1

Mar 25, 2016, 7:46:30 AM via Website

I need to display data in GridView in which each grid will have single items and List of items together as well. How can I accomplish the task? What is the best approach to do that? Please help.

Reply
REZKY AULIA PRATAMA
  • Forum posts: 5

Apr 8, 2016, 1:35:29 PM via Website

you can use recycleview with gridlayoutmanager as a parent view, and add recycleview/listview inside the parent view. many tutorials about recycleview on internet, you can search it :) .

Reply
Achin Sagar
  • Forum posts: 23

Aug 11, 2016, 11:45:46 PM via Website

You can take a look at TwowayView

Reply