Difference between revisions of "Flex"

From Hod's Personal Wiki
Jump to: navigation, search
(Created page with " == Mobile Tutorials == [http://www.riagora.com/2010/04/air-and-the-accelerometer Android accelerometer] == Tips ==")
 
m (Dump of pages I have up)
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== Project hosting ==
 +
[http://www.riaforge.org/ RIA forge]
  
== Mobile Tutorials ==
+
== Guides ==
 +
 
 +
=== Wiki ===
 +
[http://opensource.adobe.com/wiki/display/site/Home Adobe Open Source]
 +
 
 +
=== Mobile ===
 +
[http://help.adobe.com/en_US/as3/mobile/index.html Adobe Flash Platform - Mobile]
 +
 
 +
== Tutorials ==
 +
 
 +
=== General ===
 +
[http://flex.org/category/tutorials/ Adobe Flex tutorials]
 +
 
 +
=== Mobile ===
 
[http://www.riagora.com/2010/04/air-and-the-accelerometer Android accelerometer]
 
[http://www.riagora.com/2010/04/air-and-the-accelerometer Android accelerometer]
 +
 +
== Blogs ==
 +
[http://adobeevangelists.com/superblog/ Adobe evangelist "superblog"]
 +
 +
[http://www.paultrani.com/blog Paul Trani (Adobe)]
 +
 +
[http://gregsramblings.com/ Greg Wilson (Adobe)]
 +
 +
[http://devgirl.org/ Holly Schinsky (Adobe)]
 +
 +
[http://custardbelly.com/blog/ Todd Anderson]
 +
 +
[http://www.riagora.com/ Michaël Chaize]
 +
 +
== Articles ==
 +
[http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order Flex application startup event order]
  
 
== Tips ==
 
== Tips ==
 +
http://stackoverflow.com/questions/6673622/how-do-you-hide-notification-title-bar-in-an-as3-air-android-app
 +
 +
http://www.riagora.com/2010/12/tips-for-flex-mobile-apps/
 +
 +
== Wikipedia Entries ==
 +
[http://en.wikipedia.org/wiki/Adobe_Flex Flex]
 +
 +
[http://en.wikipedia.org/wiki/Adobe_Flash Flash]
 +
 +
[http://en.wikipedia.org/wiki/Adobe_Flash_Lite Flash Lite]
 +
 +
[http://en.wikipedia.org/wiki/ActionScript ActionScript]
 +
 +
[http://en.wikipedia.org/wiki/MXML MXML]
 +
 +
== Dump of pages I have up ==
 +
 +
http://www.mikechambers.com/blog/2007/02/05/global-variables-within-flex-applications/
 +
 +
[http://help.adobe.com/en_US/flex/mobileapps/WSb0a29bf92525419c-54dd253312afbec3ecb-8000.html Data persistence support]
 +
 +
[http://stackoverflow.com/questions/7166988/flex-make-image-full-screen Making images fullscreen]
 +
 +
[http://www.unitedmindset.com/jonbcampos/2010/10/25/flex-4-5-mobile-development-post-burrito/ Jonathan Campos example mobile app article]
 +
 +
[http://www.nofluffjuststuff.com/blog/terry_ryan/2011/06/flex_mobile__getting_rid_of_the_action_bar Terry Ryan random post on getting rid of Action Bars (for devices with hard buttons)]
 +
 +
[http://blog.swfhead.com/ Link url says it all]
 +
 +
[http://en.wikipedia.org/wiki/Scalable_Inman_Flash_Replacement sIFR dynamic web font approach]
 +
 +
[http://www.adobe.com/newsletters/inspire/december2008/articles/article6/index.html Article on the PureMVC ActionScript framework]
 +
 +
[http://www.indieflashblog.com/understanding-gpu-rendering-in-adobe-air-for-mobile.html Article on GPU rendering]
 +
 +
[http://code.google.com/p/stagewebviewbridge/ Project site of StageWebViewBridge extension of StageWebView]

Latest revision as of 03:59, 4 February 2012

Project hosting

RIA forge

Guides

Wiki

Adobe Open Source

Mobile

Adobe Flash Platform - Mobile

Tutorials

General

Adobe Flex tutorials

Mobile

Android accelerometer

Blogs

Adobe evangelist "superblog"

Paul Trani (Adobe)

Greg Wilson (Adobe)

Holly Schinsky (Adobe)

Todd Anderson

Michaël Chaize

Articles

Flex application startup event order

Tips

http://stackoverflow.com/questions/6673622/how-do-you-hide-notification-title-bar-in-an-as3-air-android-app

http://www.riagora.com/2010/12/tips-for-flex-mobile-apps/

Wikipedia Entries

Flex

Flash

Flash Lite

ActionScript

MXML

Dump of pages I have up

http://www.mikechambers.com/blog/2007/02/05/global-variables-within-flex-applications/

Data persistence support

Making images fullscreen

Jonathan Campos example mobile app article

Terry Ryan random post on getting rid of Action Bars (for devices with hard buttons)

Link url says it all

sIFR dynamic web font approach

Article on the PureMVC ActionScript framework

Article on GPU rendering

Project site of StageWebViewBridge extension of StageWebView