You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: native/README.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
Native PropertyCross
2
2
====================
3
3
4
-
These are the native implementations of the Property Finder application, included as reference.
4
+
These are the native implementations of the Property Finder application, included as reference.
5
+
6
+
## Introduction
7
+
8
+
The native implementations of the PropertyCross application are included as a benchmark for comparison. These implementations illustrate the tools and technologies that are used for native development on each mobile platform. The native implementations also provide a target for the user experience that should be aimed for with the cross-platform frameworks, with the assumption being that the use of native implementation technologies will provide the best user experience.
9
+
10
+
The iOS application is built using Xcode, the Windows Phone application is built using Visual Studio together with the Windows Phone 7 SDKs, and the Android version is built using Eclipse.
5
11
6
12
## Building the iOS and Windows Phone applications
7
13
8
-
The iOS version is built using XCode4.5, the Windows Phone version using Visual Studio and the Windows Phone 7.1 SDKs.
14
+
The iOS version is built using XCode4.5, the Windows Phone version using Visual Studio and the Windows Phone 7.1 SDKs.
0 commit comments