
App
virus026
目标高于工作
展开
-
[Android面试题-10] TouchEvent的分发和截获方式
android系统中的每个ViewGroup的子类都具有下面三个和TouchEvent处理密切相关的方法:1)public boolean dispatchTouchEvent(MotionEvent ev) 这个方法用来分发TouchEvent2)public boolean onInterceptTouchEvent(MotionEvent ev)转载 2014-03-05 17:17:02 · 664 阅读 · 0 评论 -
Android App--Android apk默认安装位置设置
在Android工程中,设置apk的默认安装位置 在AndroidManifest.xml文件Manifest标签中添加android:installLocation属性android:installLocation这个属性设置的是默认安装位置, 共有三个有效值,auto、internalOnly、preferExternal对应表auto 表示转载 2014-03-20 13:59:27 · 1761 阅读 · 0 评论