I want to be able to pull information from a database and create a panel/view for each section.
Sliding panels looks as if it will be ideal, but is there a way to decide at runtime on how many panels to create, then fill each panel with a scroll view and again fill that with a certain number of labels.
The number of panels and labels will be determined by querying a remote mysql database.
Sliding panels looks as if it will be ideal, but is there a way to decide at runtime on how many panels to create, then fill each panel with a scroll view and again fill that with a certain number of labels.
The number of panels and labels will be determined by querying a remote mysql database.