Questions tagged [androidimageslider]

47 questions
0
votes
1 answer

Failed to resolve: com.github.denzcoskun:ImageSlideshow:0.1.0

I am trying to use ImageSlider library from this github But always failed to resolve when trying to sync the project implementation Screenshot Anyone can help me?
0
votes
1 answer

how to change image size in react native image slider box

I am using this library - react-native-image-slider-box I want to change my image size, now it's too big. How can I change it? Any idea... Here is my code:
user14877357
0
votes
3 answers

setOnClickListener doesn't work for Image Slider in Kotlin

I have been trying to set a click listener for com.denzcoskun.imageslider.ImageSlider but it doesn't work. The image slider works perfect, it shows the slideshow. The only issue is that it doesn't get clicked. Following the XML code of the image…
Codist
  • 737
  • 8
  • 23
0
votes
1 answer

How to upload multiple images to Firestore and display those images from Firestore in an image slider in Kotlin?

I wanted to create an image slider to show images from the Firestore. I searched online a lot but didn't find anything to get started. There are a few videos online but they are for Java, but I want for Kotlin. I have made a set-up to upload an…
Codist
  • 737
  • 8
  • 23
0
votes
0 answers

How to set auto image slider with the help of sliderlayout in android studio

How to create auto image slider with the help of com.smarteist.autoimageslider.SliderLayout in android studio I was trying to create a autoimage slider with the help of com.smarteist.autoimageslider.SliderLayout under the fragment but when i run the…
fez khan
  • 13
  • 4
0
votes
0 answers

Firebase database not loading images in image slider

I have made this program to retrieve images from firebase database in image slider but it is showing error in addListenerForSingleValueEvent and when checking error it generate some kind of private function but then also after running the app it is…
0
votes
2 answers

Can't Cannot resolve constructor 'SlideModel(java.lang.String, java.lang.String)'?

I want to add auto slider image with indicator using image link inside my android application, but the error i got is here Cannot resolve constructor 'SlideModel(java.lang.String, java.lang.String) Main Activity
0
votes
1 answer

ImageSlider using ViewPager not showing image which gets removed in destroyitem

I am trying to make a mix image/video slider using viewpager, I have made an adapter for that and in instantiateItem overridden by pagerAdapter I assign a view to imageView or videoView. below is the code of that public override Java.Lang.Object…
0
votes
0 answers

I received a message "cannot find symbol" but I already define in .xml file

Why am getting can not find the symbol? but I already defined "slider1" as a id. Therefore I clean the project and rebuild it again. But it does not work. How to solve that? I put the half of the code and an error was coming from "sliderLayout =…
0
votes
0 answers

Trying to do Automatic image slider in a fragment in kotlin, However runouithread is not working.Any possible solutions?

I'm trying to do Automatic image slider in fragment in kotlin. I am trying to convert an activity to fragment. However runouithread is not working in fragments.Any possible solutions?? I tried couple of other things also. But not a possible…
ARSH
  • 1
  • 1
  • 1
0
votes
1 answer

Can't update menu item state in ViewPager during swiping

I have favourite icon in my menu and the ViewPager. When I click to item, it changes. But when I swiping, It does not remember the state of item. I have implemented setOnPageChangeListener and in onPageSelected checked the state of item and changed…
N G
  • 55
  • 7
0
votes
0 answers

How to make a automated imageslider in BottomNavigation Activity?

I was trying to make a automated imageslider in a bottomnavigation activity and continuosly getting an in Log that was telling something wrong in my xml.(everything is fine in building the app i.e. no error come at build time).And hwne i run it…
0
votes
1 answer

ViewPager Adapter shows wrong image

I have recycler view with images. When I select the image, opens the viewpager image slider. But it always shows the first image even though I click on another. I have tried to send the recyclerview's position to instantiateItem()in…
N G
  • 55
  • 7
0
votes
0 answers

i use android image slider inside github , but when run the app , its crashed

i added all dependencies to module app Error: Could not find class 'android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper', referenced from method android.support.v4.view.ViewCompat.addOnUnhandledKeyEventListener Could not find…
0
votes
1 answer

How can I retrieve images from Firebase Storage rather than Firestore, to create an image slider in Android studio?

My code to display images in an image slider(slideshow) is working when I retrieve images from Firestore, HOWEVER I am trying to retrieve it from Firebase storage instead and it's giving me a hard time. This is my working code for retrieving from…