My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

User Interface components for Adobe AIR Mobile. Buttons, Labels, Image, Lists, List Navigation, View Flipper, Pages, Tab Pages etc. The layout is described using XML. The framework handles different screen sizes and resolutions. When the device orientation changes, the user interface is redrawn and adjusted for landscape or portrait viewing.

The model feature enables connection of lists and forms to remote data services.

You can download or check-out a code example from here. Download documentation from:-

http://code.google.com/p/mad-components/downloads/list

INTRODUCTION

http://madskool.wordpress.com/2011/03/18/madcomponents-wow/

Full asdoc class documentation:-

http://e2easy.byethost9.com/madcomponents

Flex (Flash Builder) users can check out examples from the subversion repository:-

http://code.google.com/p/mad-components/source/checkout

Or you can just view code examples at:-

http://code.google.com/p/mad-components/source/browse/

(click on trunk -> MadComponentStuff -> src, then view the .as files)

MADCOMPONENTS AND FLASH

http://madskool.wordpress.com/2011/04/24/getting-started-with-madcomponents-in-flash/

PURE ACTIONSCRIPT APPROACH

http://madskool.wordpress.com/2011/05/27/madcomponents-sans-xml/

http://madskool.wordpress.com/2011/10/11/improved-pure-actionscript-support-in-madcomponents/

FLEX WRAPPERS

http://madskool.wordpress.com/2011/08/16/flex-wrappers-for-madcomponents/

ABOUT EXTENDED MADNESS

http://madskool.wordpress.com/2011/07/28/extendedmadness-more-components-and-charts-for-mobile-developers/

TUTORIAL SERIES

1. http://madskool.wordpress.com/2011/06/20/tutorial-1-fb-4-5-hello-world-done-the-madcomponents-way/

2. http://madskool.wordpress.com/2011/06/23/tutorial-2-images-and-nine-patch-images-in-madcomponents/

3. http://madskool.wordpress.com/2011/06/30/tutorial-3-lists-and-pickers/

4. http://madskool.wordpress.com/2011/07/01/tutorial-4-building-a-mobile-twitter-client/

5. http://madskool.wordpress.com/2011/07/13/tutorial-5-deploying-to-mobile-devices/

6. http://madskool.wordpress.com/2011/07/18/tutorial-6-more-madcomponents/

7. http://madskool.wordpress.com/2011/07/25/tutorial-7-madcomponents-amf-service-test-drive-for-mobile/

Michael Martinez' tutorials:-

http://caffeineindustries.com/?p=221

http://caffeineindustries.com/?p=234

http://caffeineindustries.com/?p=283

DEPRECIATED CLASSES

Note that the UIDataGrid and UITreeList classes are now deprecated and removed from MadComponents, but incorporated into ExtendedMadness.

Model server methods are now accessed via model like this:- list.model.loadXML(); , not list.loadXML();

Set navigationBar text using navigation.title, not navigation.text

Powered by Google Project Hosting