This is a mirror of official site: http://jasper-net.blogspot.com/

Open Source Android Applications for developers

| Tuesday, March 16, 2010
As an Android apps developer, the best case study may be the open source android applications or samples. Below is my memo of open source android applications which I have found in the Internet, hope this will be useful for you.

No.1: Android SDK Samples: The best way to learn how things are done is to look at some code.

Website: http://developer.android.com/resources/samples/index.html

To help Android developers get started quickly, the Android SDK includes a variety of sample code and tutorials that illustrate key concepts and techniques of Android application development. The list below provides a summary of the sample applications that are available with the Android SDK:

1. API Demos
A variety of small applications that demonstrate an extensive collection of framework topics.

2. Bluetooth Chat
An application for two-way text messaging over Bluetooth.

3. BusinessCard
An application that demonstrates how to launch the built-in contact picker from within an activity. This sample also uses reflection to ensure that the correct version of the contacts API is used, depending on which API level the application is running under.
(more...)

Read more: cute androind

Posted via email from jasper22's posterous

0 comments: