All Projects → developer-- → Before_after_slider

developer-- / Before_after_slider

Licence: apache-2.0
before after slider

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Before after slider

Sectionedslider
iOS 11 Control Center Slider
Stars: ✭ 336 (+320%)
Mutual labels:  library, slider
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (+42.5%)
Mutual labels:  library, slider
Mscircularslider
A fully-featured, powerful circular slider for iOS applications
Stars: ✭ 94 (+17.5%)
Mutual labels:  library, slider
Emojislider
🤯 A slider widget rich in emoji and highly customisable.
Stars: ✭ 549 (+586.25%)
Mutual labels:  library, slider
Graphql client
GraphQL Client.
Stars: ✭ 78 (-2.5%)
Mutual labels:  library
Instascrape
🚀 A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (-5%)
Mutual labels:  library
Libqsbr
QSBR and EBR library
Stars: ✭ 76 (-5%)
Mutual labels:  library
Php Library Starter Kit
A tool to quickly set up the base files of a PHP library project.
Stars: ✭ 75 (-6.25%)
Mutual labels:  library
Byline
Go library for convert io.Reader to line-by-line Reader
Stars: ✭ 80 (+0%)
Mutual labels:  library
Kotlin Futures
A collections of extension functions to make the JVM Future, CompletableFuture, ListenableFuture API more functional and Kotlin like.
Stars: ✭ 79 (-1.25%)
Mutual labels:  library
Funnyloader
Loading indicator for android with over 200 random messages
Stars: ✭ 77 (-3.75%)
Mutual labels:  library
Shotwatch
Android Screenshot Watcher (Screenshot Detection)
Stars: ✭ 76 (-5%)
Mutual labels:  library
Photoviewslider
📷 A simple photo browser for Android applications.
Stars: ✭ 78 (-2.5%)
Mutual labels:  library
Kbcsv
KBCsv is an efficient, easy to use .NET parsing and writing library for the CSV (comma-separated values) format.
Stars: ✭ 75 (-6.25%)
Mutual labels:  library
Locationhelper
Android library project that helps you to track user location and manage the updates.
Stars: ✭ 79 (-1.25%)
Mutual labels:  library
Mailchimp Api Php
PHP library for v3 of the MailChimp API.
Stars: ✭ 75 (-6.25%)
Mutual labels:  library
Cat
Plain C library for parsing AT commands for use in host devices.
Stars: ✭ 77 (-3.75%)
Mutual labels:  library
Vokaturiandroid
Emotion recognition by speech in android.
Stars: ✭ 79 (-1.25%)
Mutual labels:  library
Neuralpy
NeuralPy: A Keras like deep learning library works on top of PyTorch
Stars: ✭ 77 (-3.75%)
Mutual labels:  library
Easygrid
EasyGrid - VanillaJS Responsive Grid
Stars: ✭ 77 (-3.75%)
Mutual labels:  library

Before and after image slider

The library uses Glide for image loading

Fix: The image clip retains its last position when screen orientation changes.


  <com.github.developer__.BeforeAfterSlider
        android:id="@+id/mySlider"
        android:layout_width="match_parent"
        android:layout_height="300dp"
        app:slider_thumb="@mipmap/white_circle" 
        />
  //Inside java
  
  mySlider.setBeforeImage(imgUrl1).setAfterImage(imgUrl2)  
  //to change slider_thumb programmaticaly
  mySlider.setSliderThumb(yourDrawable)
  <!--  to set images from xml  -->
  app:before_image="@mipmap/image1"
  app:after_image="@mipmap/image2"

Gradle dependency

//ORIGINAL
//add this to your top level build.gradle file
 maven { url 'https://dl.bintray.com/kandroid/maven' }
 
//and add this to your module level build.gradle file
  compile 'com.github.developer--:beforeafterslider:1.0.4'
  
//MY VERSION
//add this to your top level build.gradle file
  maven { url 'https://jitpack.io' }
      
//and add this to your module level build.gradle file
  implementation 'com.github.blackfox94:before_after_slider:701e3d5861'

iOS version

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].