-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
47 lines (39 loc) · 1.64 KB
/
README
File metadata and controls
47 lines (39 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
iPhone OData Demo Application
Demo iPhone application that uses an OData service to provide
a list of entities and to manipulate those entities. A work
in progress...
Configured to use public demo OData service on the Advantage Database
Server developer's portal (devzone.AdvantageDatabase.com). To modify
this to point to your own service, open the project's ConfigSettings.plist
file and modify the "Service URI" key.
TODO:
- Currently links directly to the iPhone simulator version
of the OData library. Need to modify to link to simulator
or device lib based on project configuration.
- The OData lib the demo uses was built with iOS SDK version 4.3. Because
of this your mileage may vary, see next TODO item for what will hopefully
fix this in the future.
- Need to work with OData lib authors to turn it into a "standard"
framework that can be linked via multiple SDK's and debug/release
configurations.
Requirements:
- XCode 4
- iOS SDK 4.3
Screencasts that reference/use this source:
- Getting Started with iOS Development and Advantage
http://jdmullin.blogspot.com/2011/05/getting-started-with-ios-development.html
- iPhone oData Client, Part 2
http://jdmullin.blogspot.com/2011/05/iphone-odata-client-part-2.html
- iPhone oData Client, Part 3
http://jdmullin.blogspot.com/2011/06/iphone-odata-client-part-3.html
Third-Party:
- PCCustomSwitch by Paul Crawford
https://github.com/pcrawfor/PCCustomSwitch
- PullRefreshTableViewController by Leah Culver
https://github.com/leah/PullToRefresh
Current Functionality:
- Read dataset asynchronously
- Insert/Update/Delete entities
Future Functionality:
- Paging support
- Filter and OrderBy