AC
Posts: 0
Joined: Wed Oct 08, 2014 8:53 pm

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

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.
.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

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

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.

Return to “Issues”