-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fdde8c
commit 6c1be10
Showing
3 changed files
with
23 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,32 @@ | ||
#City App 1.1.0 | ||
# City App 1.2.0 | ||
|
||
City App is a mobile application developed with the [Feathers SDK](http://feathersui.com/sdk/). It showcases several web APIs and mobile specific techniques. | ||
|
||
This project is a port from [City App](https://github.com/PhantomAppDevelopment/cityapp), it demonstrates how to use MXML to quickly create your application views and business logic. | ||
|
||
This project takes advantage of the Starling 2.0 and FeathersUI 3.0 new features that greatly improve performance and reduce CPU usage. | ||
City App is a mobile application developed with the [Feathers SDK](https://feathersui.com/sdk/). It showcases several web APIs and mobile specific techniques. | ||
|
||
It uses the following Web APIs and technologies: | ||
|
||
* Youtube V3 API (JSON) | ||
* Google RSS News Feeds (XML) | ||
* Flickr API (XML) | ||
* Foursquare API (JSON) | ||
* Google Maps Embed API (iframe) | ||
- Youtube V3 API (JSON) | ||
- Google RSS News Feeds (XML) | ||
- Flickr API (XML) | ||
- Foursquare API (JSON) | ||
- Google Maps Embed API (iframe) | ||
|
||
Some of the techniques covered are: | ||
|
||
* Lazy loading | ||
* Passing data between screens | ||
* Resizable popups | ||
* Multi DPI development | ||
* Custom theme based on Quads | ||
* Custom font | ||
- Lazy loading | ||
- Passing data between screens | ||
- Resizable popups | ||
- Multi DPI development | ||
- Custom theme based on Quads | ||
- Custom font | ||
|
||
To compile this application you require to provide your own API Keys which can be obtained for free in their respective sites. | ||
|
||
AIR 21 or above is required, you must also need the latest version of the [Feathers SDK](http://feathersui.com/sdk). | ||
You will also require the Feathers SDK with a recent version of Adobe AIR. | ||
|
||
[![Watch on Youtube](http://i.imgur.com/9XwfenC.png)](https://youtu.be/x-LE-KRYxfk) | ||
|
||
## Download | ||
|
||
You can test this app by downloading it directly from GitHub. | ||
|
||
[![Download](http://i.imgur.com/sYA22o3.png)](https://github.com/PhantomAppDevelopment/cityapp-feathers-sdk/releases/download/1.2.0/CityApp.apk) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters