• android-bootstrap 經驗

    android-bootstrap 是一個模板/引導/樣板文件的應用程序,包括大量的優秀的開放源碼工具和框架 Android Bootstrap包含了所有以下所有的完整實現:Fragments, Fragment

    jopen 2013-03-28   30026   0

    Android ExpandableListView簡單例子 經驗

    android中常常要用到ListView,有時也要用到ExpandableListView,如在手機設置中,對于分類有很好的效果,會用ListView的人一定會用ExpandableListView,因為

    jopen 2013-07-04   68259   0

    Android push Service Notification 經驗

    ALARM_SERVICE);     Intent intent = new Intent("android.alarm.demo.action");     PendingIntent sender =

    mark0614 2012-08-07   44621   0

    Android錯誤集錦! 經驗

    16:39:10 - ApiDemos] Device API version is 8 (Android 2.2) 原因: 不影響正常運行。在AndroidManifest.xml文件中沒有加API的版本號,在

    jopen 2013-06-06   148333   0

    OpenGL 4.4 和 Android 經驗

    包括幾何著色器,鑲嵌,計算等,還有像 bindless 這樣的支持其他事物的擴展。 但是Android只支持OpenGL ES,對嗎?實際上不是這樣的。雖然現在在Android平臺上,首選的官方支持的圖形API是OpenGL ES,

    jopen 2014-07-16   16352   0

    Android的水平ListView:HorizontalVariableListView 經驗

    Android的水平ListView。基于官方 ListView Google 代碼。這個庫還包含一個 ExpandableHListView,同樣是基于官方 ExpandableListView 。

    jopen 2014-08-30   46308   0

    Android Touch事件 經驗

    Android中跟Touch事件有關的事件有三個: public boolean dispatchTouchEvent(MotionEvent ev):傳遞Touch事件至target view(可以是自己)。

    jopen 2014-07-11   11191   0

    Android 圖片處理 經驗

    android圓角處理 public static Bitmap getRoundedCornerbitmap(Bitmap bitmap,float roundpx) { Bitmap output

    jopen 2014-11-03   13579   0

    Android常用開源庫 經驗

    powerful image downloading and caching library for Android https://github.com/square/picasso 2、網絡工具包

    cd62 2015-01-28   40053   0

    Android性能微優化 經驗

    寫有效率的代碼有兩個基本的原則: 1.不要做不需要的工作 2.當可以避免分配內存的話,就不要分配。 當對Android應用進行微優化時,一個棘手的問題是應用必須在不同類型的硬件上面運行。不同版本的VM運行在不同的處理器上面,速度也不一樣。特別指

    jopen 2015-05-20   16462   0
    P27

      Android 學習資料大全 文檔

    ? 1. android單實例運行方法 我們都知道Android平臺沒有任務管理器,而內部App維護者一個Activity history stack來實現窗口顯示和銷毀,對于常規從快捷方式運行來看都

    dupeng63 2012-07-02   580   0
    P5

      Android 相關知識 文檔

    ?Intent用法 : Intent應該算是Android中特有的東西。你可以在Intent中指定程序要執行的動作(比如:view,edit,dial),以及程序執行到該動作時所需要的資料。都指定好后

    ThomasRay 2012-07-01   381   0
    P2

      android ListView 美化 文檔

    ?android ListView美化-->幾個比較特別的屬性 由于這兩天在做listView的東西,所以整理出來一些我個人認為比較特別的屬性,通過設置這樣的屬性可以做出更加美觀的列表 首先是stac

    mc54 2013-11-23   10588   0
    P1

      Android 學習路線 文檔

    UI界面設計 l Android數據庫編程 l Android服務的應用 l Android內容提供者 l Android網絡編程 l Android多媒體編程 l Android異步任務加載 l Android傳感器編程

    dc1314 2013-09-01   639   0

    Android 拍照功能代碼 代碼段

    onClick(View v) { Intent intent = new Intent("android.media.action.IMAGE_CAPTURE"); intent.putExtra(MediaStore

    cme7 2015-01-10   1161   0
    Android  

    Android 文件讀寫 代碼段

    關于Android文件的讀寫有兩種方式 一種是將txt文件當成資源文件放在res/raw或則res/asset文件夾下,raw的文件可以通過R.raw.fileName獲得,asset下的文件可以

    cc68 2015-04-15   1092   0
    Java  

    Android實現圖像旋轉 代碼段

    圖像旋轉的基本思想是通過Matrix類的setRotate方法設置旋轉的角度,然后使用Bitmap.createBitmap方法創建一個已經旋轉了的圖像。除此之外,還可以使用Canvas.setMatrix方法設置,并直接使用drawBitmap繪制。 public class MainActivity extends Activity{ public static int alpha=100;

    jopen 2015-05-11   826   0
    Android  

    Android的常用代碼片段 代碼段

    ????????return?android.os.Environment.getExternalStorageState().equals( ????????????????android.os.Environment

    x286 2015-05-25   1703   1
    Android  

    android電源信息查看 代碼段

    android電源信息、溫度查看 PowerTestActivity import android.app.Activity; import android.content.BroadcastReceiver;

    mxd2 2015-10-07   1076   0
    Android  

    Android MenuItem分享 代碼段

    import android.net.Uri; import android.os.Bundle; import android.os.Environment; import android.app.Activity;

    jopen 2015-10-13   1612   0
    Android  
    1 2 3 4 5 6 7 8 9 10
  • sesese色