Code.Community Application FAQ (post questions in list view , when other's read message, user is able to give reply to it)

How can I make a community app in which one can post their questions in list view can when other one selects that message, he will be able to give reply to it?

Please help me

What have you tried?

Where will the reply go ?

A simple way might be to modify this CloudDB chat example
CloudDB Chat App and post the generated List to a ListView .

Something similar can be done using FirebaseDB and GoogleSheets.

Perhaps adapt so one can post their questions in list view (already possible, that is what a 'chat' does. ) . Then construct the code so that when other one selects that message he/she can respond.

Here is a basic example, using tinyDB, two listviews and two notifiers

QandA.aia (4.0 KB)

You would need to do more work on this for display purposes, and to use an online database.