jsibbold / zoomage

A simple pinch-to-zoom ImageView library for Android
http://jsibbold.github.io/zoomage
Apache License 2.0
315 stars 76 forks source link

How to connect Zoomage with Seekbar #78

Open Nialixus opened 5 years ago

Nialixus commented 5 years ago

I am really really stuck at this point

@Override
public void onRangeChanged(RangeSeekBar view, float leftValue, float rightValue, boolean 
isFromUser) {

    **_//What should i do here_**

}

@Override
public void onStartTrackingTouch(RangeSeekBar view, boolean isLeft) {

}

@Override
public void onStopTrackingTouch(RangeSeekBar view, boolean isLeft) {

}
ArnyminerZ commented 4 years ago

What are you exactly trying to do? Can you add a bit of information about the functionality?