Multi Resolution UI framework for Starling - actionscript-3

I am developing an starling mobile air application.
I want to target Android and IOS devices.
I am searching for a UI frame work for starling mobile air application which give responsiveness just like in HTML responsive web site / web app.
I have googled a lot for it.
Any help would be appreciated.

You can try Gazman SDK. Its basically what your are looking for.

Related

How can we use Feathers UI for developing Web and Desktop Application?

I found tutorials for developing Actionscript Mobile application using Feathers UI,Is it possible to do Actionscript web application and desktop application using Feathers UI?
Of course. "Light-weight, skinnable, and extensible UI controls for both mobile and desktop applications."
Feathers is for use with the Starling 2D framework, so you will need to have an understanding of how to use that.
Whilst Feathers seems perhaps more targeted at AIR Mobile deployment, it can still be used to target Flash Player and deployed on the web.

AS3 AIR Mobile (iOS and Android) UI options

I am developing an AIR app for mobile and been searching around for UI components/extensions but have only come across Feathers which is still a little buggy. I was wondering if anyone had any good resources to achieve:
Dropdown/selectable list
Data/item list
Input fields
I would love if I could use the native options but understand if it's not possible.

What should I know to develop cross-platform HTML5 game and compile it with PhoneGap Build

I'm thinking about developing HTML5 game to compile it with PhoneGap Build. I'm interested in the Android, iOS and Blackberry platforms. What I want to know is how can I handle different device resolutions with HTML5, what engine/framework is better for this? And are there any other things I need to know about developing a cross-platform app? BTW, for my game I don't need any native things like camera, accelerometer or anything like that, only touch controls.

Migrating Silverlight application to HTML 5

Currently we have application in Silverlight which contains a dashboard. The dashboard was developed in Silverlight.
Now we want to migrate the Silverlight dashboard app to HTML 5.0 so that the app can run on iPhone, iPad & android phones.
How we can migrate Silverlight application to HTML 5?
Also, do we need to use any third party custom control for dashboards in HTML 5.0?
You need to convert you graphics from XAML to SVG. If you have the designs for this project, then you might want to take a look at Adobe Illustrator CS5 HTML5 Pack, which lets you "Save As SVG". You should keep everything vector based so it scales to iPhone, iPad and Android.
Then you need to transfer your UI behaviour to javascript. I suggest using KnockoutJS by Steve Sanderson. I would combine this with jQuery for ease of use.
As #Polynomial mentioned in his comment, there is no "convert to HTML" package per se, but with a little know-how you will be able to migrate.
Take a look at this project http://www.cshtml5.com/ . It might help in some simple cases.
This may not solve your problems at this moment, but there is a project under development to rebuild Silverlight without using a plugin. The project has been under development for almost a year and the website just recently launched # http://fayde.wsick.com/.
DISCLOSURE: I am affiliated with this project.

Flex & Flash mobile application Developemt

i want to learn how to develop mobile application in flash n flex
which book is good ?? n pls tell if any good online tutorial are available or not
i am just beginner ,i never desined any mobile application but have experi
You should go for Adobe's online tutorial. Try building your own application on mobile Its for free.
Some recommended books :
Developing Android Applications with Flex 4.5
Developing Android Applications with Adobe AIR (Adobe Developer Library)
Professional Flash Mobile Development: Creating Android and iPhone Applications
Developing Blackberry Tablet Applications with Flex 4.5