編輯:關於Android編程
xml中:
<ImageView
android:id="@+id/touchview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:src="@drawable/touch" />
java中: www.2cto.com
mTouchView = (ImageView) findViewById(R.id.touchview);
AlphaAnimation mAlphaAnimation = new AlphaAnimation(0.1f, 1.0f); ////創建一個AlphaAnimation對象,參數從透明到不透明
mAlphaAnimation.setDuration(1000);// 設定動畫時間
mAlphaAnimation.setRepeatCount(Animation.INFINITE);//定義動畫重復時間
mAlphaAnimation.setRepeatMode(Animation.REVERSE);//通過設置重復時間定義動畫的行為
mTouchView.setAnimation(mAlphaAnimation);
mAlphaAnimation.start();
一、NDK與JNI簡介NDK全稱為native development kit本地語言(C&C++)開發包。而對應的是經常接觸的Android-SDK,(software
在Ubuntu 14.04 32bit麒麟版上編譯Android2.3.4源碼全過程 真正地體會到:編譯真是個苦力活,耗費一天的時間,終於將android2
閱讀本節內容前可先了解 apkplug基礎教程 本教程是基於apkplug V1.6.8 版本編寫 最新開發方式以官網為准 可下載最新的apkplugdemo源碼h
啥也不說,先來個預覽圖,雖然有點卡:代碼地址:https://github.com/dreamlizhengwei/DragTopLayout如果覺得圖比較卡,可以搜一下