Not yet rated

Problem

Build an app which requires on-line retrieval from an HTTP data source eg. Google Finance API using Flex 4.5 mobile.

Solution

Create a HTTP service data connection to the desired URL. Set up the data connection URL and parameters, and return types. Initial testing can easilly be performed from within FlexBuilder 4.5, and the desired result verified.

Detailed explanation

1. Create a Flex mobile Project

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.

 

2. Name the Project and set the Flex sdk version

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.

 

3. Create the View type of the application Tab-based view application

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.

 

4. Set up the Data connection by choosing HTTP service connection

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.

 

5. Set the service name, and URL for data retrieval, set the URL parameters

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.

 

6. Test the data connection and see the data result format

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.

 

7. Run the Application by selecting the desktop phone model or a connected device

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.

 

8. View the final Application

Build an app which requires on-line retrieval from an HTTP data source using Flex 4.5 mobile.


+
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.

Report abuse

Related recipes