Skip to main content
Participant
August 8, 2011
Question

Module in mobile application

  • August 8, 2011
  • 1 reply
  • 838 views

I'm new to Mobile development but not to Flex development. Here I wanted to know if the Modular approach is available in Flex Mobile application. If not what could be the best way to handle such scenario. We are about to start new mobile project. It will be a product and will be delivered as SAS and hence, it will have client specific features.

Any help here is much appreciated.

This topic has been closed for replies.

1 reply

VeryLab
Participant
August 24, 2011

short answer:

Android support Module, iOS does not

here is how to handle modules on Android:

http://stackoverflow.com/questions/5483376/problem-loading-a-module-in-android-air-app

note that "you need to compile the module with static-rsls=true in order to make the module work on an emulator or device"