简体   繁体   中英

How can I display all tags and values using MIT App Inventor from TinyWebDB?

I am new to App Inventor and I'm learning about TinyWebDB.

I create an application that store email address and passwords. Email Address is the tag and the password is the value.

I want to display all the data. Is is possible to display all the tags and values and how can I do this. I will appreciate your help.

There is no built in block to do this, but you could have a tag with a list of the other tags. Then, whenever you create a new tag, you can add it to your list of tags.

Here is an example of a login system. Accounts is a tag in the database that contains a list of all the accounts users have created. When you create an account, you get the list of accounts, add your account to it, and then save it again. Then you store your email with the password value.

代码截图

These mit app, cloud db, firebase, iOS,android their conventions, syntax, new rules, new names are a mess. Rubbing their new methods, syntax etc on others. Why school kids need to learn these? its like giving a calculator, computer to them to learn multiplication tables instead of solving on a note book.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM