by Rahul Joshi | Nov 24, 2013 | Adobe Flex, Downloads
While doing a little cleanup of my system, I found few old projects that I worked on some time back. So I have planned to post some code snippets and share some design items on regular basis with my blog readers. This post is about a Flex Chat List component I created...
by Rahul Joshi | Dec 30, 2012 | Adobe AIR, Adobe Flex
While working on an AIR Mobile app, either in Flash or Flex, you might want to integrate Twitter API in it. In one of my projects few months back, I wanted to integrate the Twitter API within the app but wasn’t able to find a complete working solution. While...
by Rahul Joshi | Dec 6, 2012 | Adobe AIR, Adobe Flex
Besides RJDesignz, I also maintain a website, WebResourcesLinks, which is a website to look for helpful resources for web designers and developers. On the website you can find some quality articles on what are the best resources available out there. I have written few...
by Rahul Joshi | Jul 19, 2012 | Adobe AIR, Adobe Flex
A new beta version of Adobe AIR is now available on Adobe Labs. AIR 3.4 has quite a few exciting features one of them being support for APNS (Apple Push Notification Service). With this release one will be able to send Push Notifications to Flex Mobile applications...
by Rahul Joshi | Jun 10, 2012 | Adobe AIR, Adobe Flex
This is a tutorial on integrating Facebook API in your Flex Mobile app using Adobe AIR to publish it to mobile devices. In order to start with this, you would first need to download the AS3 version of Facebook API...
by Rahul Joshi | Oct 3, 2008 | Adobe Flex
Handling XML files is pretty much fun and easy in Flex. It provides easy and fast access to data, also one can display the received data in various ways, like in a combo box, datagrid etc.. Return type of an XML can be set explicitly, but if not specified, Flex...