• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps App Inventor Help

irmac

Android Enthusiast
Are there any app inventor experts on this forum? I need help creating a list of lists. I need to create a list of lists that contain and Event name, place, time, number of girls, number of guys, etc. And I also want to be able to share the list to other phones so and online data base I think? Any ideas?
 
....a list of lists that contain and Event name, place, time, number of girls, number of guys, etc. And I also want to be able to share the list to other phones so and online data base I think? Any ideas?

A list of lists? Do you mean a spreadsheet or a database.

Go check out Google Docs. You can create spreadsheet, presentations, etc. and share the document with others who can collaborate on updating, or just viewing. It's also mobile compatible via your mobile browser.
 
A list of lists? Do you mean a spreadsheet or a database.

Go check out Google Docs. You can create spreadsheet, presentations, etc. and share the document with others who can collaborate on updating, or just viewing. It's also mobile compatible via your mobile browser.

Haha sorry for the confusion, that sounds correct. I want people to be able to view the parties already created and also be able to add another party if necessary. And once they add that party, be able to view it on the list of parties.
 
Are you talking about Google's App Inventor? I think you can use the TinyDB function to store database type info from an app. I haven't used app inventor for a while, so I forget how to do it.

I think you can share the data out, too, with others that have the app.
 
Are you talking about Google's App Inventor? I think you can use the TinyDB function to store database type info from an app. I haven't used app inventor for a while, so I forget how to do it.

I think you can share the data out, too, with others that have the app.

That's exactly what I want to do! Do you know how to do it or know of a good guide? I definitely want to be able to share data to other people with the app.
 
Back
Top Bottom