Tuesday, December 15, 2009
Using GSON to parse Yelp JSON result
This is a very basic example about using GSON to parse JSON result from Yelp. These few lines of codes will do the trick:
Email the blog author at: nicholaskeytholeong [at] gmail [dot] com
Monday, December 14, 2009
Models and Theories by Peter Norvig
Email the blog author at: nicholaskeytholeong [at] gmail [dot] com
Labels:
AI,
Peter Norvig
Sunday, December 13, 2009
Getting current GPS coordinates in Android
All you need are these few lines of codes:
Also don't forget to add this permission in the manifest file:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
Email the blog author at: nicholaskeytholeong [at] gmail [dot] com
Labels:
Android,
GPS,
Java,
Location-Based Services
Subscribe to:
Posts (Atom)