Anand Jain
Anand Jain

Reputation: 2385

How to make MultiPan Fragment layout in android

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

enter image description here

Upvotes: 0

Views: 174

Answers (2)

Bhavesh Patadiya
Bhavesh Patadiya

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

Ravi Gadipudi
Ravi Gadipudi

Reputation: 1455

Look into RecyclerView or listviews. You can also make your own custom view inside the a row view.

Upvotes: 0

Related Questions