"I created a Lost & Found app that allows users to report lost items or belongings. However, I've been experiencing issues with my app lately and can't identify the problem in my code. The main issues are with the View Post feature, where all posts should be visible, and the Upload Image button, which should add images to the list view along with the provided description. Can someone please help me fix these issues and make my app function properly?
- You do not convert your base64 data back to images ?
- You do not create correct elements for the listview, or have the correct settings for the listview ?
If I get time later I will prepare an example.
If you could help me and provide an example, I would really appreciate it since I'm still quite new to coding
Herewith, one way it can be done. I have used two of my extensions: base64Convertor and ImageConvertor. I also use the File component for storing downloaded images after base64 conversion.
ImageConvertor is used to resize images, in order to reduce the size of the base64 data being saved in cloudDB for each image.
AIA
cdbLostProperty.aia (28.9 KB)
See how you get on
Thank youu so muchhh!! And one last thing can you put all the extensions that you used here please
Have updated my post above with the links
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.