I’m trying to create a really basic app to help my wife. All I need is:
- Multiple pages that you can swipe through, all identical
- Each page will consist of a chart with multiple column and rows
- Each cell will allow you to type a couple numbers/letters (i.e. 2oz., 8/5, 12:00p.m.)
- Information entered in each cell will be permanently saved even on phone reboot
- Reset button will clear the cells of that page
Think Excel spreadsheet interface.
For page changes I tried using Director. For saving information I tried using ice.lua and saveit.lua, since I’m not familiar with JSON. The biggest issue I’m having is finding the best way to create 72+ text input boxes per page that will keep the user input data on page change, app exit and phone reboot.
Has anyone ever made an app similar to this? [import]uid: 98804 topic_id: 29527 reply_id: 329527[/import]