Android Development will also bring a new wave of excitement, many developers have invested in this tide, and created a lot of very good applications. There are also many developers who offer the application of open source projects that contribute their intelligence and creativity.
Android developers must learn more about the 10 application open source projects
Android Development, open source project
Android Development will also bring a new wave of excitement, many developers have invested in this tide, and created a lot of
Quite a good application. There are also many developers who offer open-source projects that contribute their intellectual
HPE creativity. Learning Open Source code is one of the best ways to master technology. Here are a few recommended applications for open source projects,
These projects not only provide excellent ideas, but also direct access to the Android kernel interface:
Sample projects provided by the 1.Android team
If you didn't start by learning the sample code provided in the Android SDK, there might not be a better way to master
Android is developed on this framework. The Android Core Development team provides 15 excellent sample projects, including
Games, image processing, time display, Start menu shortcuts, and more.
Address: Http://code.google.com/p/apps-for-android/
2.Remote Droid
Remotedroid is an Android app that allows users to use their wireless network with a wireless keyboard, touch
Screen to operate the phone. This project provides developers with good examples such as network connection, touch screen finger motion, etc.
Address: Http://code.google.com/p/remotedroid/
3.TorProxy and Shadow
The Torproxy application implements the Android phone Radio Telex communication (TOR), which is used with the shadow application and can
Use your phone to surf anonymously. From the project source code, you can master socket connections, management cookies and other methods.
Address: http://www.cl.cam.ac.uk/research/dtg/code/svn/android-tor/
4. Android Smspopup
Smspopup can intercept SMS content displayed in a bubble-shaped window. From this project, you can grasp the
SMS interface using the built-in SMS.
Address: http://code.google.com/p/android-smspopup/
5. Standup Timer
The standup timer app is used to control the standing meeting time, like a stopwatch countdown, to remind everyone of the speech
To ensure that each attendee uses the same time. From the code of the project, you can learn how to use the
The inter-function. In addition, the code of this project is the design idea of strict separation of views view and model models.
Address: Http://github.com/jwood/standup-timer
6, Foursquare
is a client application of foursquare.com, which is mainly divided into two modules: API (Com.joelapenna.
Foursquare) and the interface Front end (com.joelapenna.foursquared) are two parts. From this project code, you can
To learn how to synchronize, multi-threading, HTTP connections and other technologies.
Address: http://code.google.com/p/foursquared/
7, Pedometer
The pedometer app is used to record the number of steps you walk every day. Although the records are not necessarily accurate, from this project,
You can learn several different techniques: accelerator interaction, Voice Update, background run service, and more.
Address: http://code.google.com/p/pedometer/
8, Opensudoku-android
Opensudoku is a simple nine-Gongge sudoku game. Learn how to display tables in a view from your code
Data, and how to interact with a website and other technologies.
Address: Http://code.google.com/p/opensudoku-android/
9, Connectbot
Connectbot is a client-side security shell application for the Android platform. From this project code, you can learn a lot
Android security, these are security issues that you often need to consider when developing your application.
Address: http://code.google.com/p/connectbot/
10. WordPress Android App
Of course, at the end of the WordPress android application, which is the official WordPress development team to provide a
A project. From the code you can learn XMLRPC calls (and of course more good stuff).
Android developers must learn more about the 10 application open source projects