i want to create an iphone app that stores user data. I have no programming background.
would corona be able to do that? if not, what do i need to learn? objective-c? [import]uid: 119758 topic_id: 22773 reply_id: 322773[/import]
i want to create an iphone app that stores user data. I have no programming background.
would corona be able to do that? if not, what do i need to learn? objective-c? [import]uid: 119758 topic_id: 22773 reply_id: 322773[/import]
Yes, you can use Corona to store user data. You can store it in any data file structure you want, or you can use SQL Lite to store the data.
You don’t need to learn Objective-C. Just learn Lua, a much simpler scripting language.
Ken [import]uid: 16734 topic_id: 22773 reply_id: 90901[/import]
thanks! [import]uid: 119758 topic_id: 22773 reply_id: 90909[/import]