Creating a Dynamic Listing App

Hi All,

I am trying to create an app that can read from a database and display a dynamic list based on the retreived entries. I am have no issue reading from the database and storing it in array, but displaying it in a list that has the following in each row:

  • Image
  • Title
  • Short Discription
  • Price

I want to be able to scroll up and down on the list. Examples could be a catalogue, real estate listing, store … etc.

Can you help or direct me to an earlier forum post?

regards,

Aziz

Try ColinTree’s Custom Listview extension (will take a bit of learning but the results are worth it)

You could create an HTML file consisting of a Table and display it in a WebView Component. Each time the database is read, the HTML file can simply be overwritten.

Also: WebViewer CardViews

an example for this solution you can find here App Inventor Tutorials and Examples: Dynamic Table Layout | Pura Vida Apps
Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.