I want to make an app that presents a user with an initial listview that, depending on which item is selected then the appropriate next listview is shown. The 2nd (sub?) listview will contain more items that either lead to another listview (etc etc) or to a display of text about the item selected. Ideally each subsequent listview (or final text blurb) will have a “back” button
I have done something similar to this in as IOS app with a Navigation controller /Table View Controller / UIWebView (for text blurb) . The items / sub-items/textfiles were stored in a plist dictionary, Ideally I want to achieve something that looks similar (though I suspect it will need to be done programmatically).
Not looking for a free ride here . I just need help figuring out what model (and views) to use as I have only ever used b4a for apps that retrieve sqlite data with some basic filters.
Any advice much appreciated.
I have done something similar to this in as IOS app with a Navigation controller /Table View Controller / UIWebView (for text blurb) . The items / sub-items/textfiles were stored in a plist dictionary, Ideally I want to achieve something that looks similar (though I suspect it will need to be done programmatically).
Not looking for a free ride here . I just need help figuring out what model (and views) to use as I have only ever used b4a for apps that retrieve sqlite data with some basic filters.
Any advice much appreciated.