Spooky Frenzy – iPad Game
September 25, 2011
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
Hi all,
This is just a bit of shameless advertising from me. A while ago (around April). I started to learn Objective-C (iOS) development. Might seem strange as a Flex developer but it just seemed fun at the time. Shortly after that I had an idea in my head for a (iPad) game and started working with a friend to create it. He did the artwork, I did the coding stuff. Read more
CheckBox in List using MobileIconItemRenderer for Flex Mobile
March 29, 2011
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
In my previous post I showed you how you can set a decoratorClass of a MobileIconItemRenderer depending on the data of the list item. The example made me wonder if it was possible to display a CheckBox in a MobileIconItemRenderer. Turns out it’s pretty easy to do so.
Read more
Data Dependent decoratorClass in MobileIconItemRenderer Example
March 28, 2011
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
This small example shows you how you can create a List that has uses a MobileIconItemRenderer that has a decoratorClass that depends on the data.
Flex Mobile: Two finger tap gesture to toggle actionBar visibility in a View (AIR for Android)
November 25, 2010
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
Here’s a small example to show you how you can toggle the visibility of the actionBar of a View in a mobile flex application. I thought about a gesture that would be nice to use for showing and hiding the actionBar and thought that the two finger tap would be a good candidate for the job.
Read more
TabbedMobileApplication Example in Flex Mobile (AIR for Android)
November 24, 2010
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
So I’ve written a few post about mobile flex applications but all examples were based on a MobileApplication as a base for the application. Another option you have is a TabbedMobileApplication. This small example will show you how to use this to create your very own TabbedMobileApplication
Read more
Using Swipe Gestures in Mobile Flex Application (AIR for Android)
November 22, 2010
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
In my previous posts about Flex Mobile / AIR for Android I talked about navigation and transitions between views in a mobile application. This posts focuses on one of the great benefits of the things that devices are capable of today: gestures. There are a lot of them supported by Flex 4.5 / AIR for Android already. I’m going to give you a simple example for the Swipe Gesture.
Read more
Flex Mobile View Transition Direction
November 16, 2010
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
In my previous post I talked about navigation in a Mobile application, it works pretty straight forward, but every Transition with the pushView method from view to view plays in the same direction: from right to left, for popView and popToFirstView, transitions play from left to right. That’s fine, but in some cases you might want to specify your own direction.
Read more
View Navigation in a Mobile Flex Application
November 14, 2010
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
Since Adobe MAX i’ve been playing around with mobile flex/AIR applications. What I found out is the fact that there isn’t a lot of info on the web yet if you’re looking for stuff. This post will be pretty basic, but it should get you started with developing for mobile devices (Android 2.2 that is). Of course you’ll need the Flash Builder Burrito beta to get started and the Flex 4.5 SDK (included in burrito).
Read more
Flex on Mobile devices
October 27, 2010
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
I’m fortunate enough to visit the Adobe MAX this year. After two days of MAX its time to post something here. One of the most exiting things is the AIR on mobile stuff (android for now, more support in the future).
Read more
SWIZ Framework in Flex 4 Example: Part II
September 19, 2010
Line Break
Author: Arjan (47 Articles) - Author Website
Arjan is a SAP Consultant specialized in ABAP and Front End development techniques like Web Dynpro, Adobe Interactive Forms, Flex and AIR. In his free time he likes to create examples for Flex-Blog and other applications using Flex, AIR and PHP. Other hobbies are movies and music. He is also the co-owner of Flex-Blog.com.
Welcome to part II of the SWIZ Framework in Flex 4. In my previous post about SWIZ in Flex 4, I talked about some basic features of SWIZ. In this one, we are going to tie some things together using SWIZ and use one of it’s coolest features: Event Handling.
Read more



