Home » Archive

Articles in the _Favourites Category

AIR, AIR for Android, Adobe, Flash Builder 4, IPhone, _Favourites »

[30 Aug 2011 | No Comment | ]
Developer Central for IPad and Android

Apple finally approved my app Developer Central, so it’s now available for IPad too.
Developer Central is a free application for mobile devices – IPad, Android tablets and Android smartphones, that lets you watch thousands of videos and read technical articles from most popular YouTube channels and blogs.

AIR, AIR for Android, Adobe, Flex 4, _Favourites »

[28 Jul 2011 | No Comment | ]
Developer Central for Android tablets

Developer Central is a free mobile application for Android devices, tablet and smartphones, that lets you watch thousands of videos and read technical articles from most popular YouTube channels and blogs.
The topics are divided into channels - Adobe, Android, Google, Apple, BlackBerry, Microsoft, Web Programming, mobile, gadgets, technologies and much more - through which you can see a list of YouTube channels and blogs about the selected topic.

AIR, AIR for Android, Adobe, Flex 4, _Favourites »

[18 Apr 2011 | One Comment | ]
Flash Developer Planet - Free App for Android

Flash Developer Planet is a free application for Android that lets you see many YouTube channels and blogs about the Adobe Flash Platform, and to keep up to date by watching videos and reading articles of the most popular developers.

Adobe, Flash Catalyst, Flex 4, _Favourites, _Featured »

[31 Jan 2011 | No Comment | ]
Optimizing MXML code in Flash Catalyst “Panini”

In this tutorial (divided in 9 chapters) we will create a prototype of a typical RSS reader for mobile devices using Adobe Flash Catalyst “Panini” importing the entire layout from Adobe Illustrator CS5.
We will use some of the most important components available in Flash Catalyst – “DataList”, “VerticalScrollBar”, “ScrollPanel”, “TextInput” - applying transitions and iterations in order to enable navigation and create a more pleasant user experience.
We will also analyze the UI import process from Illustrator to Flash Catalyst and we’ll structure the project so that the mxml …

AIR, AIR for Android, Adobe, Flash Builder 4, _Favourites »

[6 Dec 2010 | 9 Comments | ]
YouTube Player using AIR for Android

Thanks to Adobe AIR you can easly develop native applications for your Android (OS 2.2) devices using the current Flash Platform tools like Adobe Flash CS5 Professional and Adobe Flash Builder 4.5 (codename Burrito).
This also means that you can use 3rd party API, like the Twitter or the GoogleMap API, to build your own custom mesh-up application.
So, this time I have build a new prototype to display all my YouTube Channel content, from the playlists to a single video, using the YouTube AS3 API

AIR, AIR for Android, Flash AS 3, Flex 4, IPhone, _Favourites »

[18 Oct 2010 | One Comment | ]
Is Adobe Flash really multi-platform? (video)

…..finally yes!!
I have published on my YouTube Channel a new video where i show how the same ActionScript 3.0 code (a photogallery IPhone style) can works on multiple devices: Apple, Android, desktop and web.

AIR, AIR for Android, Adobe, Flash AS 3, _Favourites »

[29 Sep 2010 | 6 Comments | ]
Air for Android: UI performance test (video)

This month I spent a lot of time to test the new interesting features of Air for Android but I didn’t really pay attention about performance.
So, last weeks, when one of my friends finally got the Apple certificate and he told me that IPhone/Air performance really sucks I decided to spent a day to understand how really Adobe Air for Android is fast.

AIR, AIR for Android, Adobe, Flash AS 3, PHP, _Favourites »

[24 Aug 2010 | One Comment | ]
Adobe Air for Android: IPhone goodbye! ;) <br /> Browse and load images from your phone library

Wow!!! Finally Adobe Flash on my phone… again.
I was waiting for it from the first Flashlite version on Nokia S60.
Infact, after the previous FlashLite experience, Adobe is working on the Adobe AIR version for mobile devices available on all Android phones with OS > 2.2 (the last version in this moment, codename Froyo)
Now it’s still in a beta, so it’s not officially available on your Flash CS5, but it will be available soon.

ActionScript 3.0, Flex 4, _Favourites »

[30 Dec 2009 | 3 Comments | ]
Let’s explore the new Flex 4 features building a full screen XML-driven VideoPlayer gallery

In this article we’ll build an XML-driven video gallery exploring a lot of new Flex 4 features (out in spring 2010): skinning spark components, spark containers, new states and transitions; but we’ll also use some “old” concepts like itemRenderers, custom events dispatch, load data from an xml file (using the Singleton design pattern), value objects, embedding fonts, css and a lot of other useful stuff when you develop Flex applications.

Arduino, _Favourites, _Featured »

[9 Dec 2009 | 3 Comments | ]
Wii NunChuck controller, Arduino and servos

The Wii nunchuck controller contains a 3 axis accelerometer, one joystick and 2 buttons for only 20 euro and you can easly use it to manage your Arduino applications.
In this article we’ll see how to move two servo motors using this controller (providing two videos, prototype images and complete source code)