Important Data Persistence links for IOS Developers
How to implement SQLite
http://www.iphonesdkarticles.com/2008/10/sqlite-tutorial-loading-data-as.html
http://www.raywenderlich.com/913/sqlite-101-for-iphone-developers-making-our-app
http://www.icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
http://www.edumobile.org/iphone/iphone-programming-tutorials/adding-data-using-sqlite-for-iphone/
http://www.applausible.com/blog/?p=317
http://mobileorchard.com/iphone-sqlite-tutorials-and-libraries/
http://dblog.com.au/iphone-development-tutorials/iphone-sdk-tutorial-reading-data-from-a-sqlite-database/
http://www.techotopia.com/index.php/An_Example_SQLite_based_iOS_5_iPhone_Application
http://www.techotopia.com/index.php/IOS_4_iPhone_Database_Implementation_using_SQLite_(Xcode_4)
http://www.switchonthecode.com/tutorials/using-sqlite-on-the-iphone
Implementation of SQLite in TableView
http://blog.objectgraph.com/index.php/2010/04/08/how-to-use-sqlite-with-uitableview-in-iphone-sdk/
Implementation of CoreData
http://www.raywenderlich.com/14742/core-data-on-ios-5-tutorial-how-to-work-with-relations-and-predicates
http://www.techotopia.com/index.php/An_iPhone_OS_Core_Data_Tutorial
http://mobile.tutsplus.com/tutorials/iphone/iphone-core-data/
http://www.raywenderlich.com/934/core-data-on-ios-5-tutorial-getting-started
http://klanguedoc.hubpages.com/hub/IOS-5-Core-Data-How-To-write-and-read
http://klanguedoc.hubpages.com/hub/Tutorial-on-a-Core-Data-UIPickerView-iPhone-App-from-Scratch-iPad-iOS
http://www.techotopia.com/index.php/An_iOS_5_iPhone_Core_Data_Tutorial
http://developer.apple.com/library/ios/documentation/DataManagement/Conceptual/iPhoneCoreData01/iPhoneCoreData01.pdf
https://github.com/ChrisDrit/Core-Data-Example-Code
https://github.com/blackpixel/NSConferenceiPhoneCoreDataRecipes
https://github.com/alekseyn/iCloudStoreManager
Coredata in Tableview
http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/
Adding CoreData to existing projects
http://wiresareobsolete.com/wordpress/2009/12/adding-core-data-existing-iphone-projects/
Storing images in coredata
http://klanguedoc.hubpages.com/hub/Core-Data-How-To-Store-and-Display-Images-in-a-Core-Data-iPhone-App-iOS-iPad
Implementation of Plist
http://www.edumobile.org/iphone/iphone-programming-tutorials/how-to-fetch-data-using-plist-property-list/
http://www.theappcodeblog.com/2011/07/18/iphone-development-tutorial-create-a-plist-programmatically-after-user-action/
http://www.theappcodeblog.com/2011/05/30/property-list-tutorial-using-plist-to-store-user-data/
http://iphoneappcode.blogspot.in/2010/08/plist-implementation.html
http://klanguedoc.hubpages.com/hub/iOS-How-to-Use-Property-List-Files-to-Store-Data-in-iPad-or-iPhone-App
Retrieving data between two dates in sqlite
http://stackoverflow.com/questions/1320219/iphone-sqlite-date-problem
Get data from MSSQL database into UITableView
http://www.codeproject.com/Articles/405189/How-to-access-SQL-database-from-an-iPhone-app-Via
http://www.codeproject.com/Articles/26932/Convert-SQL-Server-DB-to-SQLite-DB
Saving and retrieving images from sqlite
http://www.iphonesdkarticles.com/2009/02/sqlite-tutorial-saving-images-in.html
How to speed up sqlite database
http://stackoverflow.com/questions/9718847/inserting-34000-records-from-api-to-sqlite-in-iphone
http://stackoverflow.com/questions/6977144/is-there-any-way-to-speed-up-sqlite-fetch
http://stackoverflow.com/questions/1711631/how-do-i-improve-the-performance-of-sqlite
https://github.com/blackpixel/NSConferenceiPhoneCoreDataRecipes
https://github.com/alekseyn/iCloudStoreManager
Coredata in Tableview
http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/
Adding CoreData to existing projects
http://wiresareobsolete.com/wordpress/2009/12/adding-core-data-existing-iphone-projects/
Storing images in coredata
http://klanguedoc.hubpages.com/hub/Core-Data-How-To-Store-and-Display-Images-in-a-Core-Data-iPhone-App-iOS-iPad
Implementation of Plist
http://www.edumobile.org/iphone/iphone-programming-tutorials/how-to-fetch-data-using-plist-property-list/
http://www.theappcodeblog.com/2011/07/18/iphone-development-tutorial-create-a-plist-programmatically-after-user-action/
http://www.theappcodeblog.com/2011/05/30/property-list-tutorial-using-plist-to-store-user-data/
http://iphoneappcode.blogspot.in/2010/08/plist-implementation.html
http://klanguedoc.hubpages.com/hub/iOS-How-to-Use-Property-List-Files-to-Store-Data-in-iPad-or-iPhone-App
Retrieving data between two dates in sqlite
http://stackoverflow.com/questions/1320219/iphone-sqlite-date-problem
Get data from MSSQL database into UITableView
http://www.codeproject.com/Articles/405189/How-to-access-SQL-database-from-an-iPhone-app-Via
http://www.codeproject.com/Articles/26932/Convert-SQL-Server-DB-to-SQLite-DB
Saving and retrieving images from sqlite
http://www.iphonesdkarticles.com/2009/02/sqlite-tutorial-saving-images-in.html
How to speed up sqlite database
http://stackoverflow.com/questions/9718847/inserting-34000-records-from-api-to-sqlite-in-iphone
http://stackoverflow.com/questions/6977144/is-there-any-way-to-speed-up-sqlite-fetch
http://stackoverflow.com/questions/1711631/how-do-i-improve-the-performance-of-sqlite
No comments:
Post a Comment