Auto Image Slider in Android Studio Application | Without ViewPager |

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 59

  • @CodeByAshish
    @CodeByAshish  11 หลายเดือนก่อน

    How To Draw Geo Tags On Image In Android Studio
    th-cam.com/video/-AjXGcFqDx4/w-d-xo.html

  • @adhithiana9393
    @adhithiana9393 ปีที่แล้ว +2

    Perfectly works bro

  • @Actidle
    @Actidle 2 ปีที่แล้ว +5

    How you make your Taskbar Transparent? Please share Tutorial..

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว +1

      You can download TranslucentTB application from the Microsoft Store.

  • @wakhidwicaksono
    @wakhidwicaksono 2 ปีที่แล้ว +1

    Mantab sekaliii

  • @anandoptimus7160
    @anandoptimus7160 2 ปีที่แล้ว +2

    Bro u r awesome
    Thnx a lot man.... 💓

    • @CodeByAshish
      @CodeByAshish  11 หลายเดือนก่อน

      How To Draw Geo Tags On Image In Android Studio
      th-cam.com/video/-AjXGcFqDx4/w-d-xo.html

  • @UmarFarooq-ys5wr
    @UmarFarooq-ys5wr 2 ปีที่แล้ว +1

    Nice work

  • @manikandan_overover2517
    @manikandan_overover2517 2 ปีที่แล้ว +1

    Good one thanks.....

  • @Verum_Rex
    @Verum_Rex 2 ปีที่แล้ว +1

    How do I change the dot color? Also I am not seeing any gradient on your banner.

  • @tdc31
    @tdc31 2 ปีที่แล้ว +2

    I'm face problem with ArrayList.. how to solve it. please helpme

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว

      kindly connect with your problem on Instagram@coder.ashish

  • @RobertAnonimo
    @RobertAnonimo 2 ปีที่แล้ว +1

    I already have an app that I bought, however, the banners are added in an admin panel, inside my app they are stopped. I saw that you use imageURL on Android, what do I do since I don't use imageURL?

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว

      In this videos, these image banners are hardcoded in the application. If you want to load images from remote servers like Firebase or any Rest API. Please chekout this video : th-cam.com/video/2GEVSqyAkIA/w-d-xo.html
      if your problem has not been resolved, then kindly describe here so I can guide you.

    • @RobertAnonimo
      @RobertAnonimo 2 ปีที่แล้ว

      @@CodeByAshish Thank you so much! I'll watch the video

  • @bradzandmaxplays
    @bradzandmaxplays ปีที่แล้ว +1

    One issue does the image have to be a link can i not just add the image to the app somehow?

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว

      Why not.. just watch out this video th-cam.com/video/nsAtqNB9nbw/w-d-xo.html

  • @nhilratha5368
    @nhilratha5368 2 ปีที่แล้ว +1

    when i use it mr layout is blank ???

  • @sanjarisaboev6542
    @sanjarisaboev6542 2 ปีที่แล้ว +1

    Thanks internet permission😅😅😅

  • @sababilal8601
    @sababilal8601 2 ปีที่แล้ว +2

    😊😊😊😊

  • @PTechz2014
    @PTechz2014 2 ปีที่แล้ว +1

    This is helpful, thanks. But bro, how to hide the dots? Please reply me.

    • @CodeByAshish
      @CodeByAshish  11 หลายเดือนก่อน

      th-cam.com/video/nsAtqNB9nbw/w-d-xo.html You can hide dots in this.

  • @kamakshitarana6879
    @kamakshitarana6879 ปีที่แล้ว +1

    this dependencies is not working wt to do?

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว

      What error you are facing?

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว

      Hi, Are you still facing the issue? Let connect, I will provide you the solution.

  • @ilhamdarmawan5830
    @ilhamdarmawan5830 ปีที่แล้ว +1

    why i got error AAPT: error: 'wrap_parent' is incompatible with attribute layout_height (attr) dimension|enum [fill_parent=4294967295, match_parent=4294967295, wrap_content=4294967294]. at line 13-15 at activity.XML
    idk why......i following step by step, how do i fix it?

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว +1

      please replace your line with >> android:layout_height="wrap_content"

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว +1

      'wrap_parent' is no longer any valid dimension for the width or height.
      You have to either select "match_parent" or "wrap_content" OR manual dimensions such as 10dp, 50dp etc.

    • @ilhamdarmawan5830
      @ilhamdarmawan5830 ปีที่แล้ว +1

      @@CodeByAshish big thanks, its work

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว

      @@ilhamdarmawan5830 Lets subscribe the channel ☺️

  • @Anwar19887
    @Anwar19887 ปีที่แล้ว +1

    3:36

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว

      Please read documentation here :- github.com/dangiashish/Auto-Image-Slider
      and Updated video tutorial :- th-cam.com/video/nsAtqNB9nbw/w-d-xo.html
      Thanks

    • @Anwar19887
      @Anwar19887 ปีที่แล้ว +1

      ​@@CodeByAshishPlese give this video source code plz @CodeByAshish

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว

      Hi, please check the source code here. github.com/dangiashish/AutoImageSlider-Project
      follow on github for more amazing content.

  • @rehamanshaik7035
    @rehamanshaik7035 2 ปีที่แล้ว +1

    Iam unable to load the images with url

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว

      Please share your query on Instagram @coder.ashish

  • @prakulsingla1363
    @prakulsingla1363 2 ปีที่แล้ว +1

    how can we change from internet image to download images?

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว

      Hi, you means the images which are already into your app drawables?

    • @prakulsingla1363
      @prakulsingla1363 2 ปีที่แล้ว +1

      @@CodeByAshish yes

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว

      @@prakulsingla1363 Yes, You can set images directly from your drawable.
      Just replace the image link ( "url" ) with ( R.drawable.YOUR_IMAGE )
      and all set.

    • @prakulsingla1363
      @prakulsingla1363 2 ปีที่แล้ว

      @@CodeByAshish nope still showing error. Do i have to code R.drawable between the double inverted commas or somewhere else?

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว

      @@prakulsingla1363 try with this.. imageList.add(SlideModel("String Url" or R.drawable)

  • @scientist422
    @scientist422 2 ปีที่แล้ว +1

    thanks

  • @Xti-g8t
    @Xti-g8t ปีที่แล้ว +1

    Not coming this line 2:34

    • @CodeByAshish
      @CodeByAshish  ปีที่แล้ว

      Please read documentation here :- github.com/dangiashish/Auto-Image-Slider
      and Updated video tutorial :- th-cam.com/video/nsAtqNB9nbw/w-d-xo.html
      Thanks

  • @simoelabbassi390
    @simoelabbassi390 2 ปีที่แล้ว +1

    sours code plzzz

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว +2

      drive.google.com/file/d/1DjpKQtWRCnJ63d7bTYPkU0yySDnKGklW/

    • @simoelabbassi390
      @simoelabbassi390 2 ปีที่แล้ว +1

      @@CodeByAshish thanx you so mush

    • @simoelabbassi390
      @simoelabbassi390 2 ปีที่แล้ว +2

      @@CodeByAshish are i can add text in the images ?

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว +2

      @@simoelabbassi390 yes you can set title and description as well as.
      If you know how to do this, Kindly ping me on Instagram @coder.ashish
      Keep sharing & be safe 👍🏻

  • @RobertAnonimo
    @RobertAnonimo 2 ปีที่แล้ว

    Do you have any contact?

    • @CodeByAshish
      @CodeByAshish  2 ปีที่แล้ว

      connect on Instagram
      instagram.com/coder.ashish

  • @CodeByAshish
    @CodeByAshish  8 หลายเดือนก่อน

    th-cam.com/video/jMk8m9sKIZ8/w-d-xo.htmlsi=NWFtIUKbyN59PJng Image Slider In Android With Click Listener

  • @CodeByAshish
    @CodeByAshish  ปีที่แล้ว +1

    Checkout new Video for How integrate Google Map SDK & API Key :
    th-cam.com/video/Xqyp77oMwO8/w-d-xo.html

  • @CodeByAshish
    @CodeByAshish  ปีที่แล้ว

    Watch this for advance feature of Auto Image Slider - th-cam.com/video/nsAtqNB9nbw/w-d-xo.html

  • @d_a_n_s
    @d_a_n_s 2 ปีที่แล้ว

    Thanks

    • @d_a_n_s
      @d_a_n_s 2 ปีที่แล้ว

      Thanks,
      But how do I make an event for each picture?
      For example, when I click on a picture, it takes me to another page