Android Question parent child advice

aklisiewicz

Active Member
Licensed User
Longtime User
I have a web app runng on MySQL. The apps works fine and now I need to replicate data from the server to Android pone. Main table ha about 14 child tables related trough ID (INTEGER) field.
Before I start I wanted to make sure I take the right approach. On the web thee data is placed on the page where the Parent Record is placed on the form, then the form has several tabs below t show the grids for particular child records.
I would like to see similar functionality, but I'm beginner with B4A so at the same time need simple solution that I an handle. Som chld rcords will ned to display images / video / play MP3.

Thank you for any sgestiions.
Arthur
 
Top