How to create comments that customers use to write their opinion in mit app inventor ?
Please show the step how to do it
SteveJG
December 11, 2021, 10:19pm
2
You might be able to use the CloudDB or FirebaseDB to adapt a chat app to your purposes. People who have the app would be able to post messages that everyone who has the app can read. Here are some possibilities;
https://appinventor-mit-edu.ezproxy.canberra.edu.au/explore/ai2/clouddb-chat
Can you help me create an app that sends messages for me privately. For example, you know that amazon has a live chat for customer support, I would like to create this so it works that a customer sends me a message and I help him by chatting with him. Can you help me create it (No = email, No = sms)
A ListViewer is not a very efficient way to manage a chat in my opinion. There are better ways to use available screen space. However your question indicated you are using Blocks from a tutorial that uses a ListViewer; so that’s the advice you get.
You can picture what ‘I’m’ saying. That is good. What part do you need help with? You didn’t show the Blocks you tried.
There a probably several ways you can create new Tags that are simple; this example is not simple because it shows how to cr…
TIMAI2
December 11, 2021, 11:11pm
3
Also see here for a simple method with firebase:
Hello there i need help with something.
I need to put a submit text+button and get my submissions in the firebase section.
Can anyone help me with blocks image please?
P.S i need to see all comments in the firebase, so everytime someone submit a comment this will be added in the firebase.