Order by

Tutorials

Android

by vogellafan
thumb

Android Drag and Drop Tutorial

Posted on March 27 2013 | 0 comment | rating

How to use drag and drop in Android. It is based on Eclipse 4.2 (Indigo), Java 1.6 and Android 4.2.

Android

by vogellafan
thumb

JSON with Android

Posted on March 7 2013 | 0 comment | rating

How to process JSON within Android. It is based on Eclipse 3.6, Java 1.6 and Android 2.3.3

Android

by vogellafan
thumb

Android Threads, Handlers and AsyncTask

Posted on November 29 2012 | 1 comment | rating

This tutorial describes the usage of Threads, Handlers and AsyncTask in your application.

Android

by vogellafan
thumb

Android HTTP Access

Posted on November 29 2012 | 0 comment | rating

This tutorial describes how to access web resources via HTTP in Android. It is based on Eclipse 3.7, Java 1.6 and Android 4.0 (Ice Cream Sandwich).

Android

by vogellafan
thumb

Android Persistence with preferences and files

Posted on November 29 2012 | 0 comment | rating

This tutorial describes how to save key-value pairs using the preference API in Android. It also explains how to read and write files in Android. It is based on Eclipse 3.7, Java 1.6 and Android 4.1 (Ice Cream Sandwich).

Android

by vogellafan
thumb

XML Processing with the XmlPullParser

Posted on November 28 2012 | 0 comment | rating

This article describes how to process XML with Android. It is based on Eclipse 3.7, Java 1.6 and Android 4.0

Android

by vogellafan
thumb

Android SQLite Database and ContentProvider

Posted on November 28 2012 | 0 comment | rating

This tutorial describes how to use the SQLite database in Android applications. It also demonstrates how to use existing ContentProvider and how to define new ones.

Android

by mobappcoding
thumb

Android Custom Hyperlinked TextView

Posted on November 28 2012 | 0 comment | rating

How to collect the the Strings starting with “@” and “#”, but this things can be changed by simply changing the Patterns that you require and giving the proper Regular Expression for them.