編輯:Android開發實例
一、 背景和准備
1. Android簡介
Android是Google於2007年11月5日宣布的基於Linux平台的開源手機操作系統的名稱,該平台由操作系統、中間件、用戶界面和應用軟件組成,號稱是首個為移動終端打造的真正開放和完整的移動軟件。可以把它簡單理解成Linux上套了一個JAVA的殼。
Android 的平台基本上是免費的,雖然有部份原生鏈接庫會要求費用,但大部份是免權利金。Android 的程序可以采用JAVA開發,因為它的虛擬機(Virtual Machine) Dalvik,只是它將JAVA的bytecode 轉成自己的格式,回避掉需要付給SUN 有關JAVA 的授權費用。因此,Android 開發環境是需要JDK的。
2. Android 網絡資源
Android的網站是:http://www.android.com/,目前還可以登陸,比較悲劇的是:其Partners部分:http://source.android.com/和Developers部分:http://developer.android.com/,大陸地區已經無法訪問。
Android的系統要求請參考:http://androidappdocs.appspot.com/sdk/requirements.html
當前最新版本的Android SDK下載器(真正的SDK還是需要另外下載的),小生是無法直接到官網http://developer.android.com/sdk/index.html 下載的,於是另外找了一個地址http://androidappdocs.appspot.com/sdk/index.html,下載鏈接和說明如下:
Android SDK for Windows
android-sdk_r08-windows.zip
http://dl.google.com/android/android-sdk_r08-windows.zip
installer_r08-windows.exe (Recommended)
http://dl.google.com/android/installer_r08-windows.exe
Android SDK for Mac OS X (intel)
android-sdk_r08-mac_86.zip
http://dl.google.com/android/android-sdk_r08-mac_86.zip
Android SDK for Linux (i386)
android-sdk_r08-linux_86.tgz
http://dl.google.com/android/android-sdk_r08-linux_86.tgz
Here's an overview of the steps you must follow to set up the Android SDK:
1. Prepare your development computer and ensure it meets the system requirements.
2. Install the SDK starter package from the table above. (If you're on Windows, download the installer for help with the initial setup.)
3. Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).
4. Add Android platforms and other components to your SDK.
5. Explore the contents of the Android SDK (optional).
3. 軟件包下載
a. JDK 1.6
下載網址: http://www.oracle.com/technetwork/java/javase/downloads/index.html
當前最新版本為Java SE 6 Update 23
小生機器上安裝的是:jdk1.6.0_21,也一樣用,其實只要你是JDK1.5以上就可以了。
b. Android SDK下載器
下載地址上面已經給出了,可以根據你的系統選擇不同的安裝包。小生是windows 2003 server,因此下載了http://dl.google.com/android/android-sdk_r08-windows.zip,之後直接解壓縮即可。
c. Eclipse IDE
Eclipse 3.4 (Ganymede)以後版本均可。小生下載了最新版本的Helios (3.6)
二、 JAVA環境
Windows上配置JAVA環境變量如下:
JAVA_HOME
Path:
本文要演示的Android開發實例是如何完成一個Android中的miniTw
Android應用程序可以在許多不同地區的許多設備上運行。為了使應用程序更具交互性,應用程序應該處理以適合應用程序將要使用的語言環境方面的文字,數字,文件等。在本章中,我
前言 android中有很多現成的組件可以使用,但是android上面的程序很多時候用系統自帶的組件都不太合適,主要是樣式可能不是我們想要的。這個時候我們就需要定
Android提供了許多方法來控制播放的音頻/視頻文件和流。其中該方法是通過一類稱為MediaPlayer。Android是提供MediaPlayer類訪問內置的媒體播放