Hey everyone,
I wanted to share my brand new drawing and painting app Splash (made with Makeroid obviously )
It has a clean UI and of course Material Design.
If you want to help me, please download the app and if you see any bugs, please report to me via the store page, it would be so helpful for me. So you can help development with your feature suggestions and found bugs. I would be happy to include your name in the contributors page. Also please reply to this article to say what you think?
Amazing design! Great work. I especially like how the status and navigation bars change to the selected colour.
I did find a minor bug though: After hiding the sub-colours, selecting the green colour doesn’t show the hide button again (all of the other colours do).
@Mika Yep, that’s a known bug. I need help with that.
Normally, It should take the drawing (all of the canvas with the save image block) and save it to the database. I don’t know if database accepts media files. Anyways. Here are the blocks:
@pavi2410 Oh, really didn’t noticed that. Right now I’m thinking about it, but probably I will not be able to find a solution to it. Do you have any suggestions?
the image will be stored on the internal sdcard of your device and only the filename in TinyDB… therefore a better name for the drawing would be Drawing.jpg
So what should I do? @Taifun
As I explained, I want to save the image user created temporarily to the local database, and use it on the export screen with buttons below (Email, Save to gallery whatsapp etc.)
PS: The database is going to be rewritable.
Happy to see that. So that’s why it waits a few milliseconds after the button is pressed. So the problem now is how can I get that file and set it to the imageview.