Ali Hosseini
Ali Hosseini
Deploy script checks everything with errors in linux, i think because its written in python2.
> Hi @smarteist , is it possible to change the location of the indicator? I'm hoping it can be placed at the bottom right of the SliderView. I also tried...
> When I set the "setCurrentPageListener" of the Slider view it doesn't detect when the page is changed, this is my code in the onCreate method of my activity: >...
> I have memory leak by using the library. > > **com.smarteist.autoimageslider.SliderView │ Leaking: YES (View.mContext references a destroyed activity) │ mContext instance of android.view.ContextThemeWrapper, wrapping activity** > > Could...
It should be related with ur layout or image loader .
First get slider pager, then you can disable swipe on touch event callback like so: ```java sliderView.getSliderPager().setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { return true; }...
> I run into the same issue (Ubuntu), is related to https://youtrack.jetbrains.com/issue/CPP-29187/Clion-and-PlatformIO-using-defaults-does-not-find-the-PIO-installation. Clion don't use the PATH Variable from .bashrc, as suggested in the issue i tried to start clion...