A “Before And After” Image Comparison Slide Control in Android
问题 Is there a possibility to build a image comparison slide control in Android as one that exists in HTML 5? http://thenewcode.com/819/A-Before-And-After-Image-Comparison-Slide-Control-in-HTML5 How can I achieve this thing? 回答1: I have created library for this functionality, may be someone who steel need this feature,it will be good for them. compile 'com.github.developer--:beforeafterslider:1.0.4' 回答2: One way is using a seekbar and a framelayout that sits on top of the original Image. As you