content top

ActionScript3 and Twitter API – Part 2

ActionScript3 and Twitter API – Part 2

Before starting with this part please refer to Into Part (1) were we have reviewed two AS3 APIs for Twitter and we hooked up some basic code and tested some live samples. In this part we will try to get the list of tweet feeds for a specified account (without 3rd party API) and push it into our view. For this we will cover the following topics 1. Setting up the project in FlashBuilder 2. Grabbing the info from Twitter as XML 3. Push basic...

Read More

Objective C: Show Alerts on iPhone

Here are a few ways of showing alerts in you iPhone application using UIActionSheet and UIAlertView controls. You can also download the test XCode project where this sample code was generated. Simple Action Sheet // open a dialog with just an OK button UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:@"Title" delegate:nil ...

Read More
content top