Example Applications
From DreamFactory
Toddappleton (Talk | contribs) m (Toddappleton moved page DreamFactory/SDKs to DreamFactory/Example Apps) |
Toddappleton (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | The following links point to a sample address book app for each of the currently supported client platforms. This app serves as an SDK of sorts to get you started developing with the DreamFactory REST API | + | The following links point to a sample address book app for each of the currently supported client platforms. This app serves as an SDK of sorts to get you started developing with the DreamFactory REST API. The app shows user registration, user login, system resource management and operations, and SQL database service usage. It offers examples of dealing with related tables using both simple foreign key and junction table relationships. |
* [Address Book for Android](https://github.com/dreamfactorysoftware/android-sdk) | * [Address Book for Android](https://github.com/dreamfactorysoftware/android-sdk) |
Revision as of 14:58, 30 November 2015
The following links point to a sample address book app for each of the currently supported client platforms. This app serves as an SDK of sorts to get you started developing with the DreamFactory REST API. The app shows user registration, user login, system resource management and operations, and SQL database service usage. It offers examples of dealing with related tables using both simple foreign key and junction table relationships.
- [Address Book for Android](https://github.com/dreamfactorysoftware/android-sdk)
- [Address Book for iOS](https://github.com/dreamfactorysoftware/ios-sdk)
- [Address Book for AngularJS](https://github.com/dreamfactorysoftware/angular-sdk)
- [Address Book for JavaScript](https://github.com/dreamfactorysoftware/javascript-sdk)
- [Address Book for Titanium](https://github.com/dreamfactorysoftware/titanium-sdk)
- [Address Book for .NET](https://github.com/dreamfactorysoftware/.net-sdk)