• P17

      Android 代碼結構 文檔

    ?Android源碼目錄結構 Android源碼的目錄結構如下圖所示: 下面對上圖中各個文件夾中存放的內容做簡單的介紹: 編譯環境 1. Build à 編譯腳本和編譯工具 該目錄下的文件目錄樹如下超

    mdxy_2010 2015-05-10   1067   0
    P110

      Android 入門實踐 文檔

    ? Android入門實踐 一、布局方式 1、LinearLayout行式布局 1、 基本屬性wrap_content、fill_parent等 說明: android:layout_width=" wrap_content"

    w2c2y2 2014-07-28   602   0
    P7

      Android命名規范 文檔

    命名規范:1?包(packages):?采用反域名命名規則,全部使用小寫字母。一級包名為com,二級包名為xx(可以是公司或則個人的隨便),三級包名根據應用進行命名,四級包名為模塊名或層級名2?類(classes):名詞,采用大駝峰命名法,盡量避免縮寫,除非該縮寫是眾所周知的,比如HTML,URL,如果類名稱中包含單詞縮寫,則單詞縮寫的每個字母均應大寫。

    zhuwd 2016-06-16   475   0
    P14

      Android JNI 總結 文檔

    LinearLayout xmlns:android= 3 "http://schemas.Android.com/apk/res/Android" 4 Android:orientation="vertical"

    fxj1001 2014-02-20   2782   0

    Android性能優化 經驗

    Android性能優化 1.http用gzip壓縮,設置連接超時時間和響應超時時間 http請求按照業務需求,分為是否可以緩存和不可緩存,那么在無網絡的環境中,仍然通過緩存的httpresponse瀏覽部分數據,實現離線閱讀。

    fmms 2012-02-07   41198   0

    Android UI優化 經驗

    復雜布局使用RelativeLayout 7.自適應屏幕,使用dp替代pix 8.使用android:layout_weight或者TableLayout制作等分布局 9.使用animation-list制作動畫效果

    fmms 2012-02-07   18654   0

    Android Dialog 學習匯總 經驗

    android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"

    fmms 2012-02-22   82368   0

    AQuery簡介:jQuery for Android 經驗

    務和操作 DOM 所需要的代碼數量。新項目 AQuery 想要為 Android 開發者提供同樣的功能。為了向你展示 Android Query 能夠夠為用戶界面開發做到什么,我們從他們的項目頁面上引用了一個例子。

    fmms 2012-04-27   52762   0

    Android中PopupWindow的使用 經驗

    android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"

    jopen 2012-05-31   90144   0

    Android實用代碼片段 經驗

    三、獲取安裝路徑和已安裝程序列表 (1)android中獲取當前程序路徑 getApplicationContext().getFilesDir().getAbsolutePath() (2)android取已安裝的程序列表

    jopen 2012-01-12   50634   0

    Android JUnit 入門指南 經驗

    用程序各功能執行的方式。Android SDK支持JUnit的自動化單元測試。本教程假設你已熟悉Android和JUnit在Eclipse的使用。 創建一個Android的JUnit項目 如果

    openkk 2012-04-07   118438   0

    Android實現CoverFlow效果 經驗

    coverflow; import android.content.Context; import android.graphics.Camera; import android.graphics.Matrix;

    openkk 2012-02-28   72393   0

    Android - 文件操作 小結 經驗

    android中的文件放在不同位置,它們的讀取方式也有一些不同。 一、資源文件的讀取: 1) 從resource的raw中讀取文件數據: String res = ""; try{ //得到資源中的Raw數據流

    openkk 2012-03-05   162947   0

    Android 中單位講解 經驗

    1. dip(dp): device independent pixels(設備獨立像素). dp也就是dip。這個和sp基本類似。如果設置表示長度、高度等屬性時可以使用dp 或sp。但如果設置字體,需要使用sp。dp是與密度無關,sp除了與密度無關外,還與scale無關。

    jopen 2013-07-13   22067   0

    Android 中Parcelable的作用 經驗

    非原創,摘自JAVA EYE android提供了一種新的類型:Parcel。本類被用作封裝數據的容器,封裝后的數據可以通過Intent或IPC傳遞。 除了基本類型以 外,只有實現了Parce

    Android 使用 JavaMail 經驗

    用第三方郵件程序。為了以后使用方便,自己寫了段代碼. Javamail-Android配置步驟: 下載Android版本JavaMail包,additional.jar、mail.jar和activation

    openkk 2012-08-15   31488   0

    android書架效果 經驗

    xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layo

    jopen 2012-09-04   45595   0

    Android音頻采集 經驗

    Android的多媒體框架包括了對各種通用音頻格式進行采集和編碼的支持,因此你能夠容易的把音頻集成到你的應用程序中。如果設備硬件支持,你還能夠使用MediaRecorder API來記錄音頻。 本

    jopen 2012-09-09   41645   0

    Android GridView的使用 經驗

    xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/brainheroall" android:background="#FFeff1ef"

    jopen 2012-09-12   73680   0

    KSoap2 Android 經驗

    KSoap2 AndroidAndroid 平臺上一個高效、輕量級的 SOAP 開發包。等同于 Android 上的 KSoap2 的移植版本。 項目主頁: http://www.open-open

    jopen 2012-07-11   32492   0
    1 2 3 4 5 6 7 8 9 10
  • sesese色