Android 1.5 Early Look SDK | Android Developers
Emulator for 1.5 SDK
1.5 的EMU 架構大改,要使用1.5的EMU參考說明:
1. 首先要建立一個avd,進入 tools 輸入
> android create avd --name <名稱> --target 2
PS: target 給1為1.1 版、2為1.5版 image
2. 之後會詢問是否自訂硬體項目,如記憶體大小、Camera、GPS ... 等設定。
3. 指定一個avd 並啟動 emu(可使用 android list avds 列出已有的avds)
> emulator @<名稱>
或
> emulator -avd <名稱>
1.5 新特色:
April 2009
The Android 1.5 platform introduces many new features for users and developers. The list below provides an overview of the changes.
User interface refinements
- System-wide:
- Refinement of all core UI elements
- Animated window transitions (off by default)
- Accelerometer-based application rotations
- UI polish for:
- In-call experience
- Contacts, Call log, and Favorites
- SMS & MMS
- Browser
- Gmail
- Calendar
- Camera & Gallery
- Application management
Performance improvements
- Faster Camera start-up and image capture
- Much faster acquisition of GPS location (powered by SUPL AGPS)
- Smoother page scrolling in Browser
- Speedier GMail conversation list scrolling
New features
- On-screen soft keyboard
- Works in both portrait and landscape orientation
- Support for user installation of 3rd party keyboards
- User dictionary for custom words
- Home screen
- Widgets
- Bundled home screen widgets include: analog clock, calendar, music player, picture frame, and search
- Live folders
- Widgets
- Camera & Gallery
- Video recording
- Video playback (MPEG-4 & 3GP formats)
- Bluetooth
- Stereo Bluetooth support (A2DP and AVCRP profiles)
- Auto-pairing
- Improved handsfree experience
- Browser
- Updated with latest Webkit browser & Squirrelfish Javascript engines
- Copy 'n paste in browser
- Search within a page
- User-selectable text-encoding
- UI changes include:
- Unified Go and Search box
- Tabbed bookmarks/history/most-visited screen
- Contacts
- Shows user picture for Favorites
- Specific date/time stamp for events in call log
- One-touch access to a contact card from call log event
- System
- New Linux kernel (version 2.6.27)
- SD card filesystem auto-checking and repair
- SIM Application Toolkit 1.0
- Google applications
- View Google Talk friends' status in Contacts, SMS, MMS, GMail, and Email applications
- Batch actions such as archive, delete, and label on Gmail messages
- Upload videos to Youtube
- Upload photos on Picasa
New APIs and developer tools
- UI framework
- Framework for easier background/UI thread interaction
- New SlidingDrawer widget
- Horizontal ScrollView widget
- Home Screen framework
- APIs for creating secure home screen widgets
- APIs for populating live folders with custom content
- Media framework
- Raw audio recording and playback APIs
- Interactive MIDI playback engine
- Video recording APIs for developers (3GP format)
- Video and photo sharing Intents
- Media search Intent
- Input Method framework
- Text prediction engine
- Ability to provide downloadable IMEs to users
- Speech recognition framework
- Support for using speech recognition libraries via Intent
- Misc API additions
- LocationManager - Applications can get location change updates via Intent
- WebView - Touch start/end/move/cancel DOM event support
- SensorManager - redesigned sensor APIs
- GLSurfaceView - convenience framework for creating OpenGL applications
- Broadcast Intent for app update install succeeded - for smoother app upgrade experience
- Developer tools
- Support for multiple versions of Android in a single SDK installation
- Improved JUnit support in ADT
- Easier application performance profiling
全站熱搜