Sliding Image in imageView Android -
I want to create a sliding image ImageView in android At that time when I have a finger on the right side and on the right side of the image image at the current image level. The only thing is done when I finger, down, left I have an image array, there are many images in it ... one by one I want all the images in the slide ... I am trying many code, but Not proper output ... In my code there are only 1 image view. Anyone can help me ... .. I try this link but not get the proper help
< P> Thank you in advance
Then you have the visual effect Poor
Sample Android: layout_width = "fill_parent" Android: layout_height = "wrap_content" & gt; & Gt; Gallery & gt;
& lt; Gallery Android: id = "@ + id / gallery01" & lt; ImageSwitcher Android: id = "@ + id / ImageSwitcher01" Android: layout_width = "fill_parent" Android: layout_height = "fill_parent" & gt; & Lt; / ImageSwitcher & gt; Find the ISwitcher = (ImageSwitcher) ViewById (R.id.ImageSwitcher01); ISwitcher.setFactory (this); ISwitcher.setInAnimation (AnimationUtils.loadAnimation (this, android.r.anim.fade_in)); ISwitcher.setOutAnimation (AnimationUtils.loadAnimation (this, android.r.anim.fade_out));
Comments
Post a Comment