Page 1 of 1

how to retrieve multi-data from database and display them in the device

Posted: Sun Jan 11, 2015 4:58 am
by AC

Hello, thanks for all the help from you technical support people.

I have a question about retrieve data, i have read some threads from the previous post but I am still confused.

I made an app that allows users to upload picture and text data to the database, Now I need to add a review function to allows users review all his previous submission. How can I make it happen?

I have made the user login/registeration page based on the tutorial
But I dont know :

1) how to make sure a user to obtain all the data he submitted before from the database

2) how to list those pictures/ data in the device.

Please advice.
.


how to retrieve multi-data from database and display them in the device

Posted: Mon Jan 12, 2015 5:13 am
by Yurii Orishchuk

Hi AC,

If you need to store some information to current user you can follow this brief plan:

  1. Add to users collection needed collumns.

  2. Store needed information to current user.
    How to do it here: http://devcenter.appery.io/documentat...

  3. Get needed information from user details.
    How to do it here: http://devcenter.appery.io/documentat...

    Regards.