taking the photos and displaying thumbnails I had some problems, I had to use timers at the time…don’t know if I would need them if I do the same project again. deleting is easy but image can’t be locked or used so you need to pay attention to that. widgets, I tried, but they always been short from what I wanted, so I create my one. still, for learning they are great. please note that apps are not webpages and you can think different than webpages. doing drop menus, check boxes, etc. it’s to webpage thinking (and much harder to make on apps, widgets helps on that regards, but if your doing your own code you will notice that). in apps you can have swipes, shakes, rotates, multitouchs, etc that can improve user experience, even buttons can be different than 30 year old way of doing things in webpages. just try to think “outside the box”. text fields on corona is always a pain in the ***. they are on top of everything, so you need to know that in advance doing your layout. for example, if you plan to have a scroll menu on the side, if you have text field, you will have troubles. because that scroll menu will be below the text field when it shows. ofc, you can move the textfield or just remove it when you activate the menu and put it again when you remove the menu, but if you planned to have it below…you can’t. usually, I create buttons to activate text fields so this normally won’t happen. this way, is different thinking than webpages because text fields on webpages are very easy to create and you will not encounter this kind of problems on them.
hope this helped, there are a lot more than this, but the fun part of learning it’s conquering new challenges, and you will have some in the way
but none hard enough to give up.