AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

An amazing and convenient Android image slider.

Results 103 AndroidImageSlider issues
Sort by recently updated
recently updated
newest added

Not able to change the size of the indicator even by using sliderLayout.getPagerIndicator().setDefaultIndicatorSize(10,10, PagerIndicator.Unit.DP); The size of the indicator is changing after sliding to next page I have tried even...

How do I position the Description of Slideshow images below the images rather than as an overlay?

My app downloads images from internet and saves them into SD card. However, images need to be shown when they are not downloaded. I set the `DefaultSliderView` as below: ```...

- Video slider view - description - AutoPlay - Looping option - Play button icon - Base slide view changes - Change name of method image to load because of...

How to hide description_layout ? Here is what I have tried to do so. TextSliderView textSliderView = new TextSliderView(context); textSliderView.getView().findViewById(R.id.description_layout).setVisiblity(View.GONE)

I was having this issue with an older version of Picasso 2.5.2. Solved it by upgrading to the newer version implementation 'com.squareup.picasso:picasso:2.71828' Don't forget that all calls to Picasso must...

I need to use **`defaultSliderView.setPicasso(picasso)`** for **[Android Image Slider][1]** but when I use the following code, don't work and only spins Progress Bar with out any error. And don't load...

dependency implementation 'com.squareup.retrofit2:retrofit:2.5.0' implementation 'com.squareup.retrofit2:converter-gson:2.5.0' implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1' implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.nineoldandroids:library:2.4.0' implementation 'com.daimajia.slider:library:1.1.5@aar' code for(String name : image_slider.keySet()){ Log.d(TAG, "onResponse: name "+ name+ " url "+ image_slider.get(name)); TextSliderView textSliderView =...

Shows blank screen when implemented in fragment. mDemoSlider = view.findViewById(R.id.slider); HashMap imagesWithTitle = new HashMap(); imagesWithTitle.put("xxxx", R.drawable.xxxx); imagesWithTitle.put("xxxx", R.drawable.xxxx); imagesWithTitle.put("xxxx", R.drawable.xxxx); imagesWithTitle.put("xxxx", R.drawable.xxxx); imagesWithTitle.put("xxxx", R.drawable.xxxx); imagesWithTitle.put("xxxx", R.drawable.xxxx); imagesWithTitle.put("xxxx", R.drawable.xxxx); imagesWithTitle.put("xxxx",...

I could not find an option to delete image cache. This is problematic when your umages on server changes and Url is same, it loads image from cache instead of...