Android Question help with scrollview

apty

Active Member
Licensed User
Longtime User
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?
 

apty

Active Member
Licensed User
Longtime User
what i need is a way to show
label 1
label 2
label 3
label 4
etc upto 20. i should be able to scroll down the screen to view all labels
 
Upvote 0

apty

Active Member
Licensed User
Longtime User
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?
 
Upvote 0

apty

Active Member
Licensed User
Longtime User
i mean using code. I cant put all those edittext or label controls on designer
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
  • Like
Reactions: eps
Upvote 0
Top