iphone - ToDo / Shopping Loist in iOS - searching for infos -
)
for new projekt i'm searching tutorials learn abit more, think use wrong keywords in google ;-) maybe can me finding more specific infos about.
so want create todo or shoppinglist.
- i want save data in sqlite3 database - right idea in xcode version 4.6.2 ?
- if create new entry in list - possible choose options/ attributes , possible choose more 1 attribute?
- is possible repeate entries monthy or in other periods?
i found examples, not have infos im searching for...
thy helping me
quick finding right search-keywords:
if want use xcode's built-in capabilities can use core data framework (which can save data sqlite, transparently programmer) or can use directly sqlite using objective-c wrapper eg: fmdb. core data tutorial here , here.
it implementation whether allow more attribute set new record entry or not. suggest check great quickdialogue project. using can play new record add optional elements if want use navigation controller style app. can create new record's fields using json xml file adds great flexibility future enhancements.
again: app, implementation decisions. if want repeating entry can choose have repeating parameter section in new records (as optional section in table view) user can setup repeating parameters. have design database/object representation also. have manage these records when presenting daily task view or when dealing task notifications.
hope helped little bit..
Comments
Post a Comment