Pages

Showing posts with label Article. Show all posts
Showing posts with label Article. Show all posts

Monday, 28 May 2012

Android JSON Tutorial

JSON (Javascript Object Notation) is a lightweight, human-readable, data-interchange format. It was developed as a simpler alternative to XML, and is heavily used for web services.

Sunday, 27 May 2012

Android HTTP Tutorial

The Android libraries include both the Apache HTTP Client, and the HttpURLConnection class. The Dalvik team is focusing their efforts on the latter, and recommend using it for applications targeting Gingerbread (Android v. 2.3) and beyond.