Not yet rated
Tags:



Problem

 I was wondering how I can update my mobile application using data from my PHP web site.

Solution

There are multiple ways to achieve this Remoting,HttpService

Detailed explanation

Flex mobile app that uses a PHP service:

Create a App with FlahBuilder and configure your Server details

 mobile app that uses a PHP service. This tutorial will walk you through:

  • Using the new project type Flex Mobile and PHP
  • Creating a mobile application that has two views/screens. I will explain how to use the ViewNavigator and View classes to control your application state
  • Consuming a PHP service from a Flex mobile app using remoting
  • Testing and debugging the code (Flex and PHP) on the desktop simulator and physical device

This is a very good article copied from here

http://corlan.org/2011/05/05/creating-flex-mobile-apps-with-flash-builder-for-php/


+
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