I created an app in Kodular to help me with my work. Its main features are:
-
Creating a folder on the phone:
The user enters a name, which will be used as the name of a new folder. -
Taking photos:
The app allows taking up to 5 photos, which are automatically saved in the folder with names formatted as:
- _1.jpg,
- _2.jpg,
- up to _5.jpg.
- Adding text options and notes:
- The user can select up to 5 text options, which will be saved as a
.txt
file in the folder. - Additionally, the user can write a note, which will also be saved as a
.txt
file in the same folder.
-
Saving data:
When the “Save outlet” button is clicked, the folder is created, and all data (photos, text options, and notes) are saved in it. -
Starting a new process:
After saving, the app resets to the initial screen, allowing the user to enter a new folder name and start the process again.
Unfortunately, while testing the app, I encountered an error:
“Error 201: The camera did not return an image.”
I am a beginner and have never created an app before, but I really need this one for my work. Could someone help me resolve this issue? I would greatly appreciate any guidance or fixes.
4o
OUTLETy_copy.aia (3.9 KB)