Questions tagged [androidimageslider]

47 questions
0
votes
2 answers

cannot resolve symbol 'Animations' when i use this library from github https://github.com/smarteist/android-image-slider

i want to make image slider to my project, than i use this library https://github.com/smarteist/android-image-slider. But when i copy and paste the code in my MainActivity the Animations inside (SliderLayout.Animations.FILL) is red? public class…
0
votes
1 answer

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.daimajia.slider:library:1.1.5

I trying to use AndroidImageSlider library but getting this errors: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.daimajia.slider:library:1.1.5. Have this kind of dependencies in my…
Liew Syet Chau
  • 143
  • 3
  • 14
0
votes
1 answer

How Can I Add Slide Images With Viewpager

I am trying my best to find a way how can I slide images. I have imported images from draw-able now I want to slide to see the next image, here is my MainActivity: public class MainActivity extends AppCompatActivity { List
Mumbai
  • 1
0
votes
2 answers

Image slider after listview item click

I have some 50-60 images. I want to display a list of the title of those images and if i click a item the image corresponding to that item and details of that image have to be opened and then the next images should be viewed by sliding. I have the…
user8940741
0
votes
0 answers

ImageView not showing on the emulator

Im trying to make an image slider, but the imageview is not appearing when running on the emulator, I tried on another project and it runs perfectly. I tried changing the id of the imageView and it seems to be working fine, but nothing is showing…
Werokk
  • 89
  • 2
  • 14
0
votes
3 answers

Image slider using viewPager. freeze while sliding

I'm created app, which gets images from gallery, shows in VewPager and we can slide it. There only problem is that if the image size is more than 1mb, the slide freezes, lagging. If i add images in gallery 100-200kb, that not freeze. Any solution?…
Hayk Mkrtchyan
  • 2,835
  • 3
  • 19
  • 61
0
votes
3 answers

How to disable swipe in damajia's AndroidImageSlider in Android?

I am trying to use damajia's AndroidImageSlider and for my app I need to disable the swipe feature. From this link, they say that the have included in setSwipeEnabled function. But when I tried to call sliderLayout.setSwipeEnabled() This function…
the newbie coder
  • 652
  • 2
  • 8
  • 27
0
votes
1 answer

Play Console Crash cluster Showing new App Crash Report

My Play console Crash Cluster Showing me same results Almost every day...... I made an app that contains mostly pictures using viewPagerAdapter(ImageSlider) & a listView. I have heard that this error is caused mainly by…
0
votes
1 answer

How to make an android image slideshow from MSSQL server data[]

So far, I've got private int[] imageAsBytes = {R.drawable.imagethree}; private Context ctx; private LayoutInflater layoutInflater; public CustomSwipeAdapter(Context ctx) throws JSONException {this.ctx = ctx;} @Override public int getCount()…
-1
votes
1 answer

implementing 'com.github.denzcoskun:ImageSlideshow:0.1.0' in fragment is making my app crash

I have created a home fragment in which I am using imageslider. This is the xml file
-1
votes
2 answers

How can I use this library (smarteist Android-Image-Slider) with xamarin android?

I am Beginner in xamarin and trying to use this library (smarteist Android-Image-Slider) on android xamarin . Library Sources: NuGet:…
husham14
  • 15
  • 1
  • 5
-1
votes
1 answer

How to make an IMAGE show FULL VIEW on image Slider / Carousel in FLUTTER and how to make a table over the image slider?

I have an Image Slider / Carousel, but it won't show a large / full image as I want. It only shows a half image and its contain a shadow border in it... Here is what I've done: Here is the view that I hope I can make: I've 2 dart files. here are…
Roman Traversine
  • 868
  • 4
  • 12
  • 22
-1
votes
1 answer

How can I add OnClickListener to PagerAdapter

I'm using PagerAdaper for image slide in my app. I want to add listener on it mean if the image show when i click on it it say something. let suppose i have an image of apple now i want to add listener on it when i click on it it say apple. i want…
-1
votes
1 answer

Image slider using view pager fetching images from mysql in android

I am developing a android application with image slider, fetching images from mysql in android. I have a image slider code with String Array contains address of some pictures. These pictures are displaying well but when i fetch images from server…
-1
votes
3 answers

unreachable statement after replacing "this" to "getActivity ()"

I am trying to create a slide image in the fragment using viewpager. I am getting some problems, I can not get the getActivity() function, previously I used adapter = new Home_imageadapter (this, imageResource); because many of my errors change it…
salim
  • 95
  • 2
  • 5