Hi,
I have a project for school where we are supposed to create a mobile app that is useful to students. My group’s idea was to create an app where you select a building on campus, then select a classroom you want to find. The app uses GPS to determine which entrance to the building you are closest to, then circles that entrance and the room you are looking for on a picture of the layout of the building (we have some confusing buildings with tons of entrances on campus). So, I need the following features that I’m not sure have a straightforward way to implement after looking through the Corona API reference:
-X- and Y-scrollable background image (I was originally going to have it be zoomable also, but I think this would make things a lot harder) that I can draw shapes on. The shapes need to track the part of the image they are on during scrolling. Scrolling should be accomplished by dragging across the screen.
-A GUI widget that is suitable for holding, browsing, and selecting from a large alphabetized list (for selecting the classroom).
So my question is, do you think it would be relatively simple to create this app in Corona? As in, could a total beginner learn to do it in three weeks (with a lot of time to devote to it)? For my background I have some programming experience in Java, C/C++, Python, and Visual Basic .NET, but not Lua. The other option I’m considering is trying to use the Android SDK and Android Studio, which I have used to create some little baby apps before but never something this involved. I feel like using Corona would probably be easier, but I want to get some knowledgeable feedback on it before I devote a lot of time either way.
Thanks for any advice!