Reputation: 2385
I am new in android developing so i don't know how to make layout page like below picture. Please help me to create multipan framgment layout
Upvotes: 0
Views: 174
Reputation: 25830
you will need to use MultiPan Fragment in this case. you can read about the same from here In each fragment you will need to use different Listview/recyclerView as per your logic and interact with them at runtime.
Upvotes: 1
Reputation: 1455
Look into RecyclerView or listviews. You can also make your own custom view inside the a row view.
Upvotes: 0