| 廣告聯系 | 簡體版 | 手機版 | 微信 | 微博 | 搜索:
歡迎您 游客 | 登錄 | 免費注冊 | 忘記了密碼 | 社交賬號注冊或登錄

首頁

新聞資訊

論壇

溫哥華地產

大溫餐館點評

溫哥華汽車

溫哥華教育

黃頁/二手

旅游
搜索:  

 論壇通告:  加西磅停用通知   請不要上傳第三方有版權的照片,請尊重版權,謝謝   轉載新聞請務必注明出處,這些媒體請不要轉,謝謝   批評商家需要注意  
 個人空間: 豬頭看世界 | 客觀中立而實事求是,唯服理據而杜絕辱罵 | 真情Z下海 | House Owner | Amy Yi | 五木森林 | 顧曉軍 | 花隨風 | 羅蓬特機器人 | 靜觀雲卷雲舒 | 呂洪來的個人空間 | XY | 大溫房產和地產研究 | 湖裡湖塗 | 異鄉的世界 | 一襲絳襦落鵬城,疑似玄女下九天 | dwx | 亂想 | 北口前面 | 萬國商貿
 最新求助: 請問誰知道哪裡有賣理發的電動推子?   忽然有個疑問:戰爭時期,加拿大拿PR卡未入籍的永久居民會被強制服兵役嗎?   這個銀條   如何修改會員名?
 論壇轉跳:
     發帖回帖獲取加西鎊, 兌換精彩禮物

論壇首頁 -> android的星空

今早XOOM開機提示系統升級 (發表於14年前)

分頁: 1, 2  下一頁  



回復主題  圖片幻燈展示  增添帖子到書簽中  給帖子中的發貼者批量贈送獻花或者花籃    |##| -> |=|        發表新主題
閱讀上一個主題 :: 閱讀下一個主題  
作者 正文
槍槍與玫瑰
(只看此人)




文章 時間: 2012-1-21 11:03 引用回復
自動升級中,開機畫面變了

Android is upgrading...


 
花籃
分享
樓主 | 電梯直達
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
槍槍與玫瑰
(只看此人)




文章 時間: 2012-1-21 11:04 引用回復
升級完畢!

Android 4.0.3!!
 
花籃
分享
沙發 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
槍槍與玫瑰
(只看此人)



文章 時間: 2012-1-21 11:05 引用回復
圖標都變了。畫面也更鮮艷清晰了。

研究中。。。。
 
花籃
分享
板凳 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
槍槍與玫瑰
(只看此人)



文章 時間: 2012-1-21 11:08 引用回復
狗了一下:



Android 4.0.3 Platform
In this document

Revisions
API Overview
Previous APIs
API Level
Built-in Applications
Locales
Emulator Skins

Reference

API Differences Report »

API Level: 15

Android 4.0.3 is an incremental release of the Android 4.x (Ice Cream Sandwich) platform family. This release includes new features for users and developers, API changes, and various bug fixes.

For developers, the Android 4.0.3 platform is available as a downloadable component for the Android SDK. The development platform includes a fully compliant Android library and system image as well as a set of emulator skins, sample applications, and more. The downloadable platform includes no external libraries.

To start developing or testing against Android 4.0.3, use the Android SDK Manager to download the platform into your SDK. For more information, see Adding SDK Components. If you are new to Android, download the SDK Starter Package first.

For a high-level overview of the new user and developer features, see the Platform Highlights.
Development Platform Revisions

The sections below provide notes about successive revisions of the Android 4.0.3 development platform for the Android SDK, as denoted by revision number. To determine what revisions you have installed in your SDK environment, refer to the "Installed Packages" listing in the Android SDK Manager.

Important: To download the new Android 4.0.x system components from the Android SDK Manager, you must first update the SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not, the Android 4.0.x system components will not be available for download.

Android 4.0.3, Revision 2 (January 2012)

Maintenance release. SDK Tools r14 or higher is required.

Android 4.0.3, Revision 1 (December 2011)
API Overview

The sections below provide a technical overview of new APIs in Android 4.0.3.

Table of Contents
Social stream API in Contacts Provider

Applications that use social stream data such as status updates and check-ins can now sync that data with each of the user’s contacts, providing items in a stream along with photos for each.

The database table that contains an individual contact’s social stream is defined by ContactsContract.StreamItems, the Uri for which is nested within the ContactsContract.RawContacts directory to which the stream items belong. Each social stream table includes several columns for metadata about each stream item, such as an icon representing the source (an avatar), a label for the item, the primary text content, comments about the item (such as responses from other people), and more. Photos associated with a stream are stored in another table, defined by ContactsContract.StreamItemPhotos, which is available as a sub-directory of the ContactsContract.StreamItems Uri.

See ContactsContract.StreamItems and ContactsContract.StreamItemPhotos for more information.

To read or write social stream items for a contact, an application must request permission from the user by declaring <uses-permission android:name="android.permission.READ_SOCIAL_STREAM"> and/or <uses-permission android:name="android.permission.WRITE_SOCIAL_STREAM"> in their manifest files.
Calendar Provider

Adds the class CalendarContract.Colors to represent a color table in the Calendar Provider. The class provides fields for accessing colors available for a given account. Colors are referenced by COLOR_KEY which must be unique for a given account name/type. These values can only be updated by the sync adapter.
Adds ALLOWED_AVAILABILITY and ALLOWED_ATTENDEE_TYPES for exchange/sync support.
Adds TYPE_RESOURCE (such as conference rooms) for attendees and AVAILABILITY_TENTATIVE, as well as EVENT_COLOR_KEY for events.

Home screen widgets

Starting from Android 4.0, home screen widgets should no longer include their own padding. Instead, the system now automatically adds padding for each widget, based the characteristics of the current screen. This leads to a more uniform, consistent presentation of widgets in a grid. To assist applications that host home screen widgets, the platform provides a new method getDefaultPaddingForWidget(). Applications can call this method to get the system-defined padding and account for it when computing the number of cells to allocate to the widget.
Spell-checking

For apps that accessing spell-checker services, a new cancel() method cancels any pending and running spell-checker tasks in a session.
For spell-checker services, a new suggestions flag, RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS, lets the services distinguish higher-confidence suggestions from lower-confidence ones. For example, a spell-checker could set the flag if an input word is not in the user dictionary but has likely suggestions, or not set the flag if an input word is not in the dictionary and has suggestions that are likely to be less useful.

Apps connected to the spell-checker can use the RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS flag in combination with other suggestion attributes, as well as the getSuggestionsAttributes() and getSuggestionsCount() methods, to determine whether to mark input words as typos and offer suggestions.
A new FLAG_AUTO_CORRECTION style for text spans indicates that auto correction is about to be applied to a word/text that the user is typing/composing. This type of suggestion is rendered differently, to indicate the auto correction is happening.

Bluetooth

New public methods fetchUuidsWithSdp() and getUuids() let apps determine the features (UUIDs) supported by a remote device. In the case of fetchUuidsWithSdp(), the system performs a service discovery on the remote device to get the UUIDs supported, then broadcasts the result in an ACTION_UUID intent.
UI toolkit

New methods setUserVisibleHint() and getUserVisibleHint() allow a fragment to set a hint of whether or not it is currently user-visible. The system defers the start of fragments that are not user-visible until the loaders for visible fragments have run. The visibility hint is "true" by default.
Graphics

New method setDefaultBufferSize(int, int) in SurfaceTexture sets the default size of the image buffers. This method may be used to set the image size when producing images with Canvas (via lockCanvas(Rect)), or OpenGL ES (via an EGLSurface).
Adds definitions for the enums of the GL_OES_EGL_image_external OpenGL ES extension — GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES, GL_SAMPLER_EXTERNAL_OES, GL_TEXTURE_BINDING_EXTERNAL_OES, and GL_TEXTURE_EXTERNAL_OES.

Accessibility

Clients of RemoteViews can now use the method setContentDescription() to set and get the content description of any View in the inflated layout.
The methods getMaxScrollX(), getMaxScrollY(), setMaxScrollX(), and setMaxScrollY() allow apps to get and set the maximum scroll offset for an AccessibilityRecord object.
When touch-exploration mode is enabled, a new secure setting ACCESSIBILITY_SPEAK_PASSWORD indicates whether the user requests the IME to speak text entered in password fields, even when a headset is not in use. By default, no password text is spoken unless a headset is in use.

Text-to-speech

Adds the new method getFeatures()for querying and enabling network TTS support.
Adds a new listener class, UtteranceProgressListener, that engines can register to receive notification of speech-synthesis errors.

Database

A new CrossProcessCursorWrapper class lets content providers return results for a cross-process query more efficiently. The new class is a useful building block for wrapping cursors that will be sent to processes remotely. It can also transform normal Cursor objects into CrossProcessCursor objects transparently.

The CrossProcessCursorWrapper class fixes common performance issues and bugs that applications have encountered when implementing content providers.
The CursorWindow(java.lang.String) constructor now takes a name string as input. The system no longer distinguishes between local and remote cursor windows, so CursorWindow(boolean) is now deprecated.

Intents

Adds new categories for targeting common types of applications on the device, such as CATEGORY_APP_BROWSER, CATEGORY_APP_CALENDAR, CATEGORY_APP_MAPS, and more.
Camera

MediaMetadataRetriever adds the new constant METADATA_KEY_LOCATION to let apps access retrieve location information for an image or video.
CamcorderProfile adds the QVGA (320x240) resolution profiles. Quality level is represented by the QUALITY_QVGA.and QUALITY_TIME_LAPSE_QVGA constants.
New methods setVideoStabilization(), setVideoStabilization(), and isVideoStabilizationSupported() let you check and manage video stabilization for a Camera.

Permissions

The following are new permissions:

READ_SOCIAL_STREAM and WRITE_SOCIAL_STREAM: Allow a sync adapter to read and write social stream data to a contact in the shared Contacts Provider.

For a detailed view of all API changes in Android 4.0.3 (API Level 15), see the API Differences Report.
API Level

The Android 4.0.3 API is assigned an integer identifier—15—that is stored in the system itself. This identifier, called the "API level", allows the system to correctly determine whether an application is compatible with the system, prior to installing the application.

To use APIs introduced in Android 4.0.3 in your application, you need compile the application against an Android platform that supports API level 15 or higher. Depending on your needs, you might also need to add an android:minSdkVersion="15" attribute to the <uses-sdk> element.

For more information, see the API Levels document.
Built-in Applications

The system image included in the downloadable platform provides these built-in applications:

API Demos
Browser
Calculator
Calendar
Camera
Clock
Custom Locale
Dev Tools
Downloads
Email
Gallery



Gestures Builder
Messaging
Music
People
Phone
Search
Settings
Speech Recorder
Widget Preview

Locales

The system image included in the downloadable SDK platform provides a variety of built-in locales. In some cases, region-specific strings are available for the locales. In other cases, a default version of the language is used. The languages that are available in the Android 3.0 system image are listed below (with language_country/region locale descriptor).

Arabic, Egypt (ar_EG)
Arabic, Israel (ar_IL)
Bulgarian, Bulgaria (bg_BG)
Catalan, Spain (ca_ES)
Czech, Czech Republic (cs_CZ)
Danish, Denmark(da_DK)
German, Austria (de_AT)
German, Switzerland (de_CH)
German, Germany (de_DE)
German, Liechtenstein (de_LI)
Greek, Greece (el_GR)
English, Australia (en_AU)
English, Canada (en_CA)
English, Britain (en_GB)
English, Ireland (en_IE)
English, India (en_IN)
English, New Zealand (en_NZ)
English, Singapore(en_SG)
English, US (en_US)
English, Zimbabwe (en_ZA)
Spanish (es_ES)
Spanish, US (es_US)
Finnish, Finland (fi_FI)
French, Belgium (fr_BE)
French, Canada (fr_CA)
French, Switzerland (fr_CH)
French, France (fr_FR)
Hebrew, Israel (he_IL)
Hindi, India (hi_IN)


Croatian, Croatia (hr_HR)
Hungarian, Hungary (hu_HU)
Indonesian, Indonesia (id_ID)
Italian, Switzerland (it_CH)
Italian, Italy (it_IT)
Japanese (ja_JP)
Korean (ko_KR)
Lithuanian, Lithuania (lt_LT)
Latvian, Latvia (lv_LV)
Norwegian bokmål, Norway (nb_NO)
Dutch, Belgium (nl_BE)
Dutch, Netherlands (nl_NL)
Polish (pl_PL)
Portuguese, Brazil (pt_BR)
Portuguese, Portugal (pt_PT)
Romanian, Romania (ro_RO)
Russian (ru_RU)
Slovak, Slovakia (sk_SK)
Slovenian, Slovenia (sl_SI)
Serbian (sr_RS)
Swedish, Sweden (sv_SE)
Thai, Thailand (th_TH)
Tagalog, Philippines (tl_PH)
Turkish, Turkey (tr_TR)
Ukrainian, Ukraine (uk_UA)
Vietnamese, Vietnam (vi_VN)
Chinese, PRC (zh_CN)
Chinese, Taiwan (zh_TW)

Note: The Android platform may support more locales than are included in the SDK system image. All of the supported locales are available in the Android Open Source Project.
Emulator Skins

The downloadable platform includes the following emulator skins:

QVGA (240x320, low density, small screen)
WQVGA400 (240x400, low density, normal screen)
WQVGA432 (240x432, low density, normal screen)
HVGA (320x480, medium density, normal screen)
WVGA800 (480x800, high density, normal screen)
WVGA854 (480x854 high density, normal screen)
WXGA720 (1280x720, extra-high density, normal screen)
WSVGA (1024x600, medium density, large screen)
WXGA (1280x800, medium density, xlarge screen)

To test your application on an emulator that represents the latest Android device, you can create an AVD with the new WXGA720 skin (it's an xhdpi, normal screen device). Note that the emulator currently doesn't support the new on-screen navigation bar for devices without hardware navigation buttons, so when using this skin, you must use keyboard keys Home for the Home button, ESC for the Back button, and F2 or Page-up for the Menu button.

However, due to performance issues in the emulator when running high-resolution screens such as the one for the WXGA720 skin, we recommend that you primarily use the traditional WVGA800 skin (hdpi, normal screen) to test your application.
 
花籃
分享
地板 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
槍槍與玫瑰
(只看此人)



文章 時間: 2012-1-21 12:20 引用回復
感覺視頻優化很不錯,原來卡的視頻現在流暢了
 
花籃
分享
5 樓 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
小純潔
(只看此人)



文章 時間: 2012-1-21 12:40 引用回復
一會兒電池就炸了…… tiger2.gif
 
花籃
分享
_________________


Hole!~Hole!~Hole!~
6 樓 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
槍槍與玫瑰
(只看此人)



文章 時間: 2012-1-21 13:50 引用回復
小純潔 寫道:
一會兒電池就炸了…… tiger2.gif


It's an ice cream sandwich
 
花籃
分享
7 樓 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
四維
(只看此人)



文章 時間: 2012-1-21 14:10 引用回復
槍花用的是xoom啊,怎麼樣感覺?
 
花籃
分享
_________________
夢幻泡影
8 樓 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
槍槍與玫瑰
(只看此人)



文章 時間: 2012-1-21 14:18 引用回復
四維空間 寫道:
槍花用的是xoom啊,怎麼樣感覺?


做工和質感同類產品裡數一數二,缺點是厚重。
 
花籃
分享
9 樓 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
四維
(只看此人)



文章 時間: 2012-1-21 14:23 引用回復
槍槍與玫瑰 寫道:
四維空間 寫道:
槍花用的是xoom啊,怎麼樣感覺?


做工和質感同類產品裡數一數二,缺點是厚重。


米國的BB見到過一個xoom family edition,只有16G但輕薄一些,當時只剩個展品,現在不知還賣不。
 
花籃
分享
10 樓 | 返回頂端
閱讀會員資料 發送站內短信 主題 User photo gallery 禮物  
 
回復主題     |##| -> |=|     論壇首頁 -> android的星空 所有的時間均為 美國太平洋時間
1頁,共2 分頁: 1, 2  下一頁  


注:
  • 以上論壇所有發言僅代表發帖者個人觀點, 並不代表本站觀點或立場, 加西網對此不負任何責任。
  • 投資理財及買房賣房版面的帖子不構成投資建議。投資有風險,責任請自負
  • 對二手買賣中的虛假信息,買賣中的糾紛等均與本站無關。
  • 黃頁熱門商家 免費個人廣告
    發布商業廣告

    不能在本論壇發表新主題
    不能在本論壇回復主題
    不能在本論壇編輯自己的文章
    不能在本論壇刪除自己的文章
    不能在本論壇發表投票
    不能在這個論壇添加附件
    可以在這個論壇下載文件

    論壇轉跳: 

    槍槍與玫瑰, 槍槍與玫瑰, 槍槍與玫瑰, 槍槍與玫瑰, 槍槍與玫瑰, 小純潔, 槍槍與玫瑰, 四維, 槍槍與玫瑰, 四維
    潛力帖子 精華帖子 熱門帖子
    今天是六月三日,還有一天
    8964
    六月初四 發生了什麼事?
    每日讀經 (十四)
    美國小鎮小人物大官威事件
    強 J 也可以叫做 進出?
    中共到底有沒有抗日?
    反思六四,溫家寶大和解改革才是正確...
    俄烏戰爭
    都哪兒去了?
    ____成本很高耶
    特朗普老態畢露
    四個老K,你跟不跟?
    民調:半數加拿大人認為移民太多了
    劉維寧
    大溫地區換幣活動現場報道
    全國巡回換幣活動 : 2026 FIFA世界...
    粵桂之爭的隱秘戰線:從陸榮廷到陳...
    Royal Canadian Mint 皇家鑄幣廠202...
    Royal Canadian Mint 皇家鑄幣廠202...
    TransLink推出限量版Hello Kitty公交卡
    換幣活動: $2元 國家電視塔 50 周年...
    加拿大將發行紀念皇家軍團(The Roy...
    加拿大將發行第二枚夜光幣
    Royal Canadian Mint 皇家鑄幣廠202...
    奧蘭多(二)迪士尼動物王國 未來世界...
    奧蘭多(一)城市地標及海洋世界
    Royal Canadian Mint 2026年2月新幣
    坎昆(一)
    推薦一個digital的手持放大鏡
    特朗普又幹了件冒天下之大不韙的事...
    本宮鋼琴彈奏原聲第1彈 一首前奏曲
    謝謝管理員秉公執法廢除reddragon的id
    超級重磅!加拿大要進口中國電動車!
    皮爾今天在溫哥華 - 藍色wave - 保...
    幾分鍾前,中國強硬反擊,征34+50,...
    曼谷高樓直接倒了
    我說我希望特朗普贏,老公氣得眼睛...
    知乎?加西網上為什麼有老流氓劉廳...
    明明有能力統台,大陸為何遲遲不動手?
    貌似ndp稍占上風。。。。。
    今天是感恩節,跟大家道個別,以後...
    咱最後還是投了ndp
    生平第一次被偷車了
    中國會不會武統台灣

    最新新聞 熱門新聞 熱評新聞
    水土不服 耐克被中國中產拋棄(圖
    台灣海巡船與中國海警船在台灣西南部海域對峙
    中國整治爆紅微短劇中的軟色情、暴力和拜金內容
    洗碗時幾個壞習慣 可能埋下健康隱患
    特朗普指伊朗導彈庫存剩兩成 對達成協議很樂觀
    尺度大到超乎想象的5部黃暴美劇,部部有看點,強烈推薦
    67歲麥當娜粉色緊身衣造型亮相,動感熱舞
    一個社會學博士,為何選擇在縣級養老院當"護理員"
    黎巴嫩領導人警告伊朗不要幹涉黎巴嫩內政
    獲央視點贊的6部高分好劇,全都是值得反復刷的寶藏
    真實事件改編的5部神劇,每部都夠敢拍,你還記得幾部?
    劉翔沒工作卻坐擁十億?這筆賬算完你更難受
    倪妮井柏然分手8年,為何仍是內娛意難平
    戚薇李承鉉甜上熱搜,安以軒傾盡所有被辜負
    湯道生姚順雨對談:騰訊AI的下半場
    西藏前主席受賄1.58億 一審被判無期徒刑
    當AI開始造AI,Anthropic呼吁緊急刹車
    告別激光手術:電脈沖重塑角膜的視力矯正術來了
    共和黨人面對中期選舉壓力 開始與特朗普唱反調
    川普民望跌至新低!共和黨越來越害怕
    一圖流拆解:第三集這盤棋,到底誰在送
    9周牛市終結!美股大跌,科技股創今年最慘一天
    家族豪捐4千萬 SFU醫學院直接改名
    全球只有美中能做到 川普專門提及中國這項能力
    買他房子可拿大合約! 喬治亞州長深陷權錢交易丑聞
    伊朗高官:談判卡在凍結資產 穆傑塔巴不會見川普
    新條件盛氣凌人!美伊談判傳出大消息
    下周五起 加國手機這三筆雜費全免
    打擊非法移民再升級!財政部要求銀行嚴查賬戶
    決意攻台?!中聯部官宣釋放重要信號
    加國男子因殺害兔子被判入獄八年
    豪賭世界杯 溫村短租房東砸手裡了
    新條件盛氣凌人!美伊談判傳出大消息
    被問關鍵問題,盧比奧把北京的臉打得啪啪響
    川普民望跌至新低!共和黨越來越害怕
    一圖流拆解:第三集這盤棋,到底誰在送
    共和黨人面對中期選舉壓力 開始與特朗普唱反調
    9周牛市終結!美股大跌,科技股創今年最慘一天
    家族豪捐4千萬 SFU醫學院直接改名
    全球只有美中能做到 川普專門提及中國這項能力
    中國富人是怎麼向海外轉移資產的?
    買他房子可拿大合約! 喬治亞州長深陷權錢交易丑聞
    飛一次累三天:補貼高出三成 空姐仍拒飛印度
    伊朗高官:談判卡在凍結資產 穆傑塔巴不會見川普
    下周五起 加國手機這三筆雜費全免

    更多方式閱讀論壇:

    Android: 加西網
    [下載]

    Android: 溫哥華論壇
    [下載]

    PDA版本: 論壇

    加西網微信

    加西網微博


    Powered by phpBB 2.0.8
    Terms & Conditions    Privacy Policy    Political ADs    Activities Agreement    Contact Us    Sitemap    

    加西網為北美中文網傳媒集團旗下網站

    頁面生成: 0.0486 秒 and 7 DB Queries in 0.0027 秒