Hello,
I have been developing an app lately using Xcode and Objective-C but I always keep thinking that I can create it much faster using Corona SDK.
The basic app involves two screens, a board and a library screen. The following features is that I’m looking for:
-
The board screen has small images of 128x128 that the user can drag around and drop into certain areas, almost like a puzzle.
-
The library screen displays images from a folder in a list or grid style for user selection.
-
User has the ability to add new images to the library from camera or photo library.
I have attempted #1 previously in the past in Corona SDK and was quite happy with the result and the amount of time it took to complete. However, I’m quite unsure of #2 and #3. I have read the media API from the Corona documentation but I am quite unsure as to how it can relate back to #2.
Can someone please guide me in the right direction or just tell me if these requirements are achievable in Corona SDK?
Thank you.