Phonegap + jQuery Mobile, real world sample or tutorial

Jquery MobileCordova

Jquery Mobile Problem Overview


Does anyone know of a really good tutorial or sample project where Phonegap and jQuery Mobile is used for a real world example?

All the examples I found were showing fancy transitions or theming in jQuery Mobile. The Phonegap examples mostly showcases the Phonegap API.

I could not find a single example where Phonegap and jQuery Mobile was used to solve real world problems, such as writing a app that combines Phonegap and jQuery Mobile to do user input validation, saving the data, uploading data to a web service, etc.

Jquery Mobile Solutions


Solution 1 - Jquery Mobile

These may not solve exactly your "real-world problems", but perhaps something useful ...

Our web site includes PhoneGap and jQuery Mobile tutorials for a media player, barcode scanner, google maps, and OAuth.

Also, my github page has code, but no tutorial, for two apps:

  • AppLaudApp - a run-control, debugging enabling, download complementary app to a cloud IDE
  • NameTrendz - an app developed in at Android Dev Camp to do a bunch of queries about popular name data. The PhoneGap and jQuery Mobile versions are from March 2011.

Solution 2 - Jquery Mobile

Here is a heavy tutorial that has good stuff in it to pick out:

http://mobile.tutsplus.com/tutorials/mobile-web-apps/jquery_android/

Solution 3 - Jquery Mobile

This is a nice 5-part tutorial that covers a lot of useful material: http://mobile.tutsplus.com/tutorials/phonegap/phonegap-from-scratch/
(Anyone else noticing a trend forming here??? hehehee )

And this will definitely be of use to all developers:
http://blip.tv/mobiletuts/weinre-demonstration-5922038
=)
Todd

Edit I just finished a nice four part tutorial building an app to write, save, edit, & delete notes using jQuery mobile (only), it was very practical & useful, but it was also only for jQM. So, I looked to see what else they had on DZone.

I'm now going to start sorting through these search results. At a glance, it looks really promising. I remembered this post; so I thought I'd steer people to it. ㋡

Solution 4 - Jquery Mobile

Solution 5 - Jquery Mobile

you may check this website: https://stackoverflow.com/questions/6483804/phonegap-rss-feeds-javascript, this is an example about rss reader which uses the phonegap and jquery-mobile techniques

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJackView Question on Stackoverflow
Solution 1 - Jquery MobilePaul BeusterienView Answer on Stackoverflow
Solution 2 - Jquery MobileLuke ShaheenView Answer on Stackoverflow
Solution 3 - Jquery MobileChaos7703View Answer on Stackoverflow
Solution 4 - Jquery MobileZaherView Answer on Stackoverflow
Solution 5 - Jquery MobileDanielView Answer on Stackoverflow