I need to make a layout similar to that Image. I wish it were shown all the registered images and their attributes and a button to add the user would select an image and define the attributes of it. I do not want a complete example that ordered but at least one direction than I use to do the layout. By my research I should perhaps use a swipe view. Has anyone seen something similar? Thank you
Asked
Active
Viewed 71 times
0
-
ViewPager for the top part and RecyclerView for the bottom part. A LinearLayout to put both inside. – Budius Sep 20 '16 at 19:04
1 Answers
0
You can use ViewPager to display cards like in top part. ViewPager with previous and next page boundaries
And use a ListView or RecyclerView to show the bottom part. https://code.tutsplus.com/tutorials/getting-started-with-recyclerview-and-cardview-on-android--cms-23465

Community
- 1
- 1

Lokesh Saini
- 106
- 1
- 6