Description: android custom ImageView achieve picture slide gestures, multi-touch zoom effect (Imitation Tencent, Sina), there will be inadequate to achieve much, we use it in accordance with their own needs adjustment, most are about to switch to achieve the majority of pictures , this we can customize or override controls to achieve ViewGroup.
To Search:
File list (Check if you may need any files):
DragImageView\.classpath
.............\.project
.............\AndroidManifest.xml
.............\bin\classes\com\jj\drag\BitmapUtil.class
.............\...\.......\...\..\....\BuildConfig.class
.............\...\.......\...\..\....\DragImageView$MODE.class
.............\...\.......\...\..\....\DragImageView$MyAsyncTask$1.class
.............\...\.......\...\..\....\DragImageView$MyAsyncTask.class
.............\...\.......\...\..\....\DragImageView.class
.............\...\.......\...\..\....\MainActivity$1.class
.............\...\.......\...\..\....\MainActivity.class
.............\...\.......\...\..\....\R$attr.class
.............\...\.......\...\..\....\R$drawable.class
.............\...\.......\...\..\....\R$id.class
.............\...\.......\...\..\....\R$layout.class
.............\...\.......\...\..\....\R$string.class
.............\...\.......\...\..\....\R.class
.............\gen\com\jj\drag\BuildConfig.java
.............\...\...\..\....\R.java
.............\proguard-project.txt
.............\project.properties
.............\res\drawable-hdpi\huoying.jpg
.............\...\.............\ic_launcher.png
.............\...\.............\you.jpg
.............\...\.........ldpi\ic_launcher.png
.............\...\.........mdpi\ic_launcher.png
.............\...\.........xhdpi\ic_launcher.png
.............\...\layout\main.xml
.............\...\values\strings.xml
.............\src\com\jj\drag\BitmapUtil.java
.............\...\...\..\....\DragImageView.java
.............\...\...\..\....\MainActivity.java
.............\bin\classes\com\jj\drag
.............\...\.......\...\jj
.............\gen\com\jj\drag
.............\src\com\jj\drag
.............\bin\classes\com
.............\gen\com\jj
.............\src\com\jj
.............\bin\classes
.............\...\res
.............\gen\com
.............\res\drawable-hdpi
.............\...\drawable-ldpi
.............\...\drawable-mdpi
.............\...\drawable-xhdpi
.............\...\layout
.............\...\values
.............\src\com
.............\assets
.............\bin
.............\gen
.............\res
.............\src
DragImageView