Example Applications

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsExample Applications
Line 2: Line 2:
 
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.
 
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)
+
* [https://github.com/dreamfactorysoftware/android-sdk Address Book for Android]
* [Address Book for iOS Objective-C](https://github.com/dreamfactorysoftware/ios-sdk)
+
* [https://github.com/dreamfactorysoftware/ios-sdk Address Book for iOS Objective-C]
* [Address Book for iOS Swift](https://github.com/dreamfactorysoftware/ios-swift-sdk)
+
* [https://github.com/dreamfactorysoftware/ios-swift-sdk Address Book for iOS Swift]
* [Address Book for AngularJS](https://github.com/dreamfactorysoftware/angular-sdk)
+
* [https://github.com/dreamfactorysoftware/angular-sdk Address Book for AngularJS]
* [Address Book for JavaScript](https://github.com/dreamfactorysoftware/javascript-sdk)
+
* [https://github.com/dreamfactorysoftware/javascript-sdk Address Book for JavaScript]
* [Address Book for Titanium](https://github.com/dreamfactorysoftware/titanium-sdk)
+
* [https://github.com/dreamfactorysoftware/titanium-sdk Address Book for Titanium]
* [Address Book for .NET](https://github.com/dreamfactorysoftware/.net-sdk)
+
* [https://github.com/dreamfactorysoftware/.net-sdk Address Book for .NET]

Revision as of 20:51, 3 February 2016

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.