Hello,
I completed the a href="http://docs.appery.io/tutorials/using-t ... component/ " rel="nofollow"tutorial/a about using a camera in an application, however I am having issues with retrieving the photo from the database.
Steps Taken
1) the button that starts the camera works just fine. I am able to start the camera, take a picture and approve the picture using the checkmark
2) once the picture is approved by me it shows up in the image in the app. great so far!
3) however, the problem arises when I click on the second button "savedbutton" in the app. This button is supposed to invoke the create_service and list_service as described in the tutorial. The only thing I get when I click it is the name "Label" in the label component inside the list component. When I click the button multiple times I get multiples of the world 'Label' like this --- "LabelLabelLabel"
Any help would be greatly appreciated.