Facebook Phone

Icon

Documenting my development of a phone application for Facebook

Facebook friends

So i want to have 2 lists.
1 for friends with the Phone application that you can talk to.
The second to invite your other friends to use the program.
Having it all in a consistent UI is the aim.

My first task is to display a list of all friends in a Flex 4 List.
Done!

Basically I’m calling getFriends() and then getUserInfo(friendsUids);
Then I’m creating a separate ArrayCollection to use as the dataProvider for my list.
My list uses a custom ItemRenderer which displays first_name, last_name.

Now i just need to figure out how to handle click events from the itemRenderer and invite them!

Flex 4 List Example http://blog.smartlogicsolutions.com/2008/08/16/recreating-elys-flex-4-list-component-series/
Flex Examples http://blog.flexexamples.com/

Category: Flex 4

Tagged:

Leave a Reply