I found one example project for SQLite with the parent/child structure but it is not what I need - it is just to straightfoward. Is there any more complex Parent/Child relationship example App ?
I'm looking for something like Invoice example.
I need to create an App with following features
1
Main table listing records. The main (Parent table) will have about 12 Child tables.
I would like to be able to place either buttons (at the bottom of the screen) or Tabs, where each button or tab will represent (display) another list of Child records.
2.
On LongPress I want to display a form with the parent record and beneath Tabs or Buttons allowinh to display Child records, then upon LongPress each Child record would open and display its details on the form.
QUESTION: I'm beginer...
which would be easier to implement (local SQLite dB) ?
I'm looking for something like Invoice example.
I need to create an App with following features
1
Main table listing records. The main (Parent table) will have about 12 Child tables.
I would like to be able to place either buttons (at the bottom of the screen) or Tabs, where each button or tab will represent (display) another list of Child records.
2.
On LongPress I want to display a form with the parent record and beneath Tabs or Buttons allowinh to display Child records, then upon LongPress each Child record would open and display its details on the form.
QUESTION: I'm beginer...
which would be easier to implement (local SQLite dB) ?