Hello everyone.
Recently I started using the B4A and I am in doubt about one thing.
I'm creating a list, which should take 2 steps. The first is to show the name of the registered items, and when you touch that item a second list should open and show the data of the item.
Example: List1 - Rice, beans, meat, peas, pasta. (suppose I touched the rice)
List2 - Name: Rice, Weight: 5kg, Size: 50cm, Validity: 28/10
And so on for all items, each with its own specs.
I've searched the forum and I know the first part I can do with a listview and add.singleline2 (showing 1st the product code, and 2nd the name) but my problem is how to do the second part (for now I'm alone making the screens and only then I go through the codes, so stay calm about the connection to the database).
For second screen, I do not know should I use a panel and for labels and edit.texts (I think po panel should not give because there are too many items for the screen.) Or use a CustonListView, after all I will eventually need to edit the items. Or if I only use a list again and I put the data in the second list.
My question is: What is the best option to use, keeping in mind that in the future I will need an option to edit the data?
I think it must have been very clear, and already
Recently I started using the B4A and I am in doubt about one thing.
I'm creating a list, which should take 2 steps. The first is to show the name of the registered items, and when you touch that item a second list should open and show the data of the item.
Example: List1 - Rice, beans, meat, peas, pasta. (suppose I touched the rice)
List2 - Name: Rice, Weight: 5kg, Size: 50cm, Validity: 28/10
And so on for all items, each with its own specs.
I've searched the forum and I know the first part I can do with a listview and add.singleline2 (showing 1st the product code, and 2nd the name) but my problem is how to do the second part (for now I'm alone making the screens and only then I go through the codes, so stay calm about the connection to the database).
For second screen, I do not know should I use a panel and for labels and edit.texts (I think po panel should not give because there are too many items for the screen.) Or use a CustonListView, after all I will eventually need to edit the items. Or if I only use a list again and I put the data in the second list.
My question is: What is the best option to use, keeping in mind that in the future I will need an option to edit the data?
I think it must have been very clear, and already