About 52 results
Open links in new tab
  1. android studio - Can't Cannot resolve constructor 'SlideModel (java ...

    Jan 5, 2021 · Can't Cannot resolve constructor 'SlideModel (java.lang.String, java.lang.String)'? Asked 5 years, 3 months ago Modified 2 years, 6 months ago Viewed 2k times

  2. Can't Enter Image Url in SlideModel class in android studio

    Oct 21, 2020 · Can anyone tell what are the fields of SlideModel class now?Previously both were strings.There is no official documentation of this class.

  3. I want to use denzcoskun/ImageSlideshow in fragment

    Mar 10, 2022 · I'm trying to use carousel in fragment. I'm using the following library https://github.com/denzcoskun/ImageSlideshow for image slider. In Activity the image slider ...

  4. image slider works in activity but not in fragment

    tnx it works, but why does it load from internet even when i accessed the images from drawable

  5. java - Create Button In A Fragment - Stack Overflow

    Oct 25, 2022 · Hello Im new to android i want to ask how do i do intent inside the fragment layout any answers i would really appreciate here is the code : for HomeFragment.java package …

  6. android - Why is there an error java.lang.ExceptionInInitializerError ...

    Jul 22, 2021 · I am trying to show images in an ImageSlider in a recyclerView. What I have done is, as the images to be fetched from Firebase storage, I created an array of SlideModel within the adapter …

  7. Array list (CardView) with same layout but different data

    Apr 11, 2020 · The data you pass from Customer1Activity needs a model class Like: public class SlideModel{ int Imagepath; public SlideModel(int Imagepath) { this.Imagepath = Imagepath; } public …

  8. java - How to get an array list of images from Cloud FireStore into ...

    Jun 3, 2021 · I have saved images in Firestore in form of an ArrayList of type String which has its URL. I want to get those images stored in a field "images" into an imageslider that has …

  9. android - implementing 'com.github.denzcoskun:ImageSlideshow:0.1.0' …

    Jul 4, 2022 · I have created a home fragment in which I am using imageslider. This is the xml file <com.denzcoskun.imageslider.ImageSlider android:id="@+id/slide" android:layout_width=...

  10. Cannot resolve symbol FirebaseRecyclerOptions - Stack Overflow

    Jan 8, 2023 · I also watched a tutorial those guys are also getting auto import but for me it hot happening how to overcome this problem? Thanks in advance.