Flex: One data model, multiple platforms different UI, how to? -
i have designed "the core" of application working on ( communication server, data processing, etc. ), , bit stuck on user interface, because wish specific, , different on different platforms goin run on ( pc, tablet, gsm ).
my question :
- how separate "core" of application, must remain same of platforms, ui's shall different applications ?
// question flash builder 4.5
you create "flex library project" contains core application logic, services, data model, etc. compile swc file generic-purpose library flash or flex project. create distinct flex project each user interface you'd build , declare dependency on flex library project created.
http://livedocs.adobe.com/flex/3/html/help.html?content=projects_7.html
Comments
Post a Comment