Can anyone help me to make a app for bus fare please?

image

1 Like

what must i do next?

1 Like
2 Likes

1 Like

What you might need to do with your app fare Project is build something similar to a Booking application. Here is Sajal's tutorial https://imagnity.com/tutorials/app-inventor/list-view-on-app-inventor/ . You might be able to do that.

Your present code does not have a way to save information entered.

  • you can temporarily store information that is not persistant using a List (the information disappears when you close the app.
  • you can save on your device using a TinyDB
  • you can save on the Web using a CloudDB, FirebaseDB, or a Google Spreadsheet used as a database.
2 Likes

Try this, (this does not include the payment but shows how many people are on the bus, etc.)
Adding variables will make it much easier when you get later into the app. Hope this helps!