¡@

Home 

2014/10/16 ¤W¤È 08:15:19

android Programming Glossary: imageviewtouch

Image Zoom Issue with Universal Image Loader and View Pager

http://stackoverflow.com/questions/13398288/image-zoom-issue-with-universal-image-loader-and-view-pager

layout_width fill_parent android layout_height fill_parent android padding 1dip it.sephiroth.android.library.imagezoom.ImageViewTouch android layout_weight 1 android id @ id image android layout_width fill_parent android layout_height fill_parent android.. image zoom universal image loader share improve this question First you must be able to listen scaling of image. ImageViewTouch doesn't support this feature e.g gesture imageview support it so you should implement it yourself. Change ImageViewTouch.java.. doesn't support this feature e.g gesture imageview support it so you should implement it yourself. Change ImageViewTouch.java like this public class ImageViewTouch extends ImageViewTouchBase ... private OnPageScaleListener externalScaleListener..

Video blinks once on onCreate of previous fragment

http://stackoverflow.com/questions/9579569/video-blinks-once-on-oncreate-of-previous-fragment

import com.example.hscroll.customer.BitmapWeakReference import com.example.hscroll.library.imagezoom.ImageViewTouch public class Fragment2 extends Fragment ImageViewTouch imgview LayoutInflater inflater FileInputStream in BufferedInputStream.. import com.example.hscroll.library.imagezoom.ImageViewTouch public class Fragment2 extends Fragment ImageViewTouch imgview LayoutInflater inflater FileInputStream in BufferedInputStream buf BitmapWeakReference bitmap ViewGroup con static.. return null container LinearLayout inflater.inflate R.layout.fragment0_layout container false con container imgview ImageViewTouch container.findViewById R.id.imageView1 bitmap new BitmapWeakReference imgview.selectImage inflater.getContext PATH if bitmap..