Click here to Skip to main content
15,886,851 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make an activity in that one half part of layout must have scrollable for that reason I want scrollable panel. Is this possible in android.
So, Can we add panel in android? if yes then how?
Posted

In addition to Solution 1 by Sergey, you should consider implementing Fragments for each "panels" or "UI modules" which can response dynamically to myriad screen sizes and orientations of Android devices. Find out:
1. Building a Dynamic UI with Fragments[^]
2. Android Fragments[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900