android - Displaying horizontal recyclerview along with images and text in expandable listview -


click here view image

hi want display horizontal recycler view images below text view inside expandable listview shown in image,how can achieve please me,thanks in advance.

you can use horizontal recyeclerview & specify layoutmanager horizantal

linearlayoutmanager layoutmanager     = new linearlayoutmanager(this, linearlayoutmanager.horizontal, false);  recyclerview horizontalrv = (recyclerview) findviewbyid(r.id.recyclerviewid); horizontalrv.setlayoutmanager(layoutmanager); 

Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -