Archive for 'iPhone App Development'

Multiple login for TwitterAgent

Multiple login for TwitterAgent

I received some requests on multiple login option for TwitterAgent and updated the agent there by. Now a logout option is added to login again with a different userid.

FacebookAgent Update: Easily Run FQL, get User info, get/set permission and friend list!

Now support for FQL, friendlist, userinfo is added! You can also give permission and get permission matrix. Additionally, a shared object is introduced so you can use facebook agent easily on multiple view controllers!

FacebookAgent and TwitterAgent now on Google code

FacebookAgent and TwitterAgent now on Google code

FacebookAgent and TwitterAgent classes are released as Open Source project in google code. You are welcome to join the project… any update or bug report is highly appreciated.

iPhone IBoutlet should be released manually ?

iPhone IBoutlet should be released manually ?

If you google this question, you will find many answers. Some says yes, some says no. Here I am showing the what should be done with the help of instrument ObjectAlloc graph.

TwitterAgent Tutorial : Tweet from iPhone app in one line code with auto tinyURL

TwitterAgent Tutorial : Tweet from iPhone app in one line code with auto tinyURL

Integrate Twitter from you iPhone application using TwitterAgent. With TwitterAgent, you can do it by single line of code! Also you can auto shorten any url using tinyURL and attach with past just passing one extra parameter!

FacebookAgent update: Now upload a photo and then change status in a single call using Facebook connect for iPhone

FacebookAgent update: Now upload a photo and then change status in a single call using Facebook connect for iPhone

Using facebook connect for iPhone you can now upload a photo and then change user status by calling a single method of FacebookAgent!

FacebookAgent: Easy way to integrate facebook connect in iPhone Apps and write minimum code to publish feed, change status etc!

FacebookAgent: Easy way to integrate facebook connect in iPhone Apps and write minimum code to publish feed, change status etc!

FacebookAgent: Use it to skip code rewrite, write less code, easy integration of facebook connect without any project settings change. Publish feed, change status, upload photo without writing code for login, extended permission etc!! Above all, use the source code freely without any restriction even for commercial purpose! Free and Open!

iPhone app development life cycle with offshore development house

iPhone app development life cycle with offshore development house

Answer your clients questions on iPhone app development life cycle, what they need to provide, why certificates are required, what are those etc.

Helper class for showing records with pagination for iPhone sdk app

Helper class for showing records with pagination for iPhone sdk app

A helper class for showing records in pages. This can be used for showing comments, shouts, recent news etc with some buttons like next, previous.