A simple B4A (android) template demonstrating how to build long, scrollable UI dashboards or forms using a ScrollView.
It specifically addresses the challenge of managing long, scrollable content across different mobile device sizes (from small phones to large tablets). By dynamically matching the ScrollView's internal panel height directly to the base panel height of your loaded layout, it ensures your UI fits perfectly and remains fully scrollable on any screen without needing hardcoded height values in your code.
- Desktop App Version (B4J): B4J Long Layouts GitHub Repository