I have a lot of information from a database (more than 20 columns) which i want to display on Labels. Each label will hold a field from the database.This won't fit in the phone screen because i need more than 20 labels to display. How can i use scrollview so that the user can scroll to see the other labels?
yeah. But in your example all the edit text (e.g when adding record) are displayed. I mean where you have more than 10 edit text on same screen. How can i scroll down so that i can see the other edittexts?
In the example all EditTexts are displayed because their number is small and they fit onto the screen.
But the code allows more.
See the attached project.