該篇部落格主要實現的功能:讓imageview隨著手指的移動而移動,並且儲存移動後的位置,下次進入該頁面時還是移動後的位置,並且可以再次移動
首先來看一下效果圖:
然後貼出實現上述功能的·主要**:
一.布局檔案
<?xml version="1.0" encoding="utf-8"?>
二.**
public class mainactivity extends activity else if (nexty > containerheight - iv.getheight())
if (nextx < 0)
nextx = 0;
else if (nextx > containerwidth - iv.getwidth())
nextx = containerwidth - iv.getwidth();
// 屬性動畫移動
objectanimator y = objectanimator.offloat(iv, "y", iv.gety(), nexty);
objectanimator x = objectanimator.offloat(iv, "x", iv.getx(), nextx);
animatorset animatorset = new animatorset();
animatorset.playtogether(x, y);
animatorset.setduration(0);
animatorset.start();
lastx = event.getrawx();
lasty = event.getrawy();
}return false;
}});
}@override
public void onwindowfocuschanged(boolean hasfocus)
}@override
protected void ondestroy()
public static void putint(context context, string key, float value)
public static float getint(context context,string key,float defvalue)
}
移動儲存安全
當你的u盤,行動硬碟遺失了,被盜了,或者是遺忘在公共場所,裡面的資料就會完全被別人窺探,如果涉及一些隱私,機密,那後果是很嚴重的。本課題就是在這樣乙個情況下產生的。這裡剖析的只是乙個最初的演示原型,詳細設計,以及一些細節可以參考源 源 在winxp,vc6.0編譯通過。1 訪問登錄檔讀取計算機上的移...
PHP html生成PDF並且儲存到oss
1.首先需要兩個引用 php轉pdf的引用有很多,這裡使用mpdf進行轉換 composer require mpdf mpdf 上傳pdf到阿里oss上引用oss composer require aliyuncs oss sdk php 2.上 mpdf new mpdf utf 8 a4 50...
在電腦上解析fidder證書並且移動證書
3.1 安裝openssl tar xzf openssl 1.0.2f.tar.gz cd openssl 1.0.2f mkdir usr local openssl config prefix usr local openssl make make install123456這樣就安裝完成了,...