Xcode Data Base
Loading...
15,026
Loading...
Uploader Comments (Xcode101)
see all
All Comments (13)
-
tnx m8
-
thanks :)
have a good day
-
That was a nice walk-through. I applaude you for your effort. Now can you tell me how to connect and retrieve the database in an another application or a call to it?
-
I liked a lot this video... and it was really useful.
Big thanks!!
Loading...
can you call on this database from an iphone application.. please reply asap. thnx
TheNoNinja 10 months ago
@TheNoNinja
You can't. You must use Core Data or SQL.
Xcode101 10 months ago
@Xcode101 see im doing this timetable app for my university and although its available online i was thinking an offline app with the timetable stored internally would be better? or is it not?
note: i dont have access to the source database as this is an independent project
any suggestions?
TheNoNinja 10 months ago
@TheNoNinja Depending on what kind of data you are using, NSUserDefaults is a good storage option for iphone sdk. Really easy to implement and execute. Just google search NSUserDefaults tutorial and should get many results.
Xcode101 10 months ago