Ajax CSS jQuery

Getting started with jQuery mobile twitter app

I always wanted to be a Iphone developer but because of lack of resources like MAC machine and time i wasnt able to learn objective c, so i turned my attention to iphone web development thats pretty easy way and no expensive resources needed. So lets take a look at the two famous open source iphone web development frameworks jQuery Mobile and sencha touch. Sencha touch is little hard to learn for newbies,there is also a weak forum support but those who are already have some knowledge about Ext js can easily develop sencha mobile applications. So its always good to go with jQuery mobile.In this tutorial jQuery mobile twitter app we will create a simple jQuery mobile twitter application to fetch 10 recent tweets using twitter api. Download jQuery mobile from hereTwitter API url has been changed so you need to update the url accordingly in downloded file. Please replace the getjson statement with this one
“$.getJSON(‘http://api.twitter.com/1/statuses/user_timeline/’+user+’.json?count=10&callback=?’, function(data){

And here is the code for fetching the data and arrange it in a list view
This is how our application will look like in iphone and ipad

jquery mobile twitter app iphone view

jquery mobile twitter app iphone view

jquery mobile twitter app ipad view

jquery mobile twitter app ipad view


View Demo Download



More Links
jQuery Mobile
jQuery Mobile Documentation
jQuery Mobile Demos

28 Comments

Leave a Comment

*

Notify me of followup comments via e-mail. You can also subscribe without commenting.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Shares

Let your friends know what are you reading

Share this post with your friends!