Android Infinite Auto Image Slider Using View Pager 2 | Android Studio | Java

preview_player
Показать описание
Android Infinite Auto Image Slider Using View Pager 2 | Android Studio | Java
In this tutorial we will create an infinite auto image slider using view pager 2. For infinite sliding we will implement new technique which saves memory for loading images.

For more exciting android tutorials, please subscribe my YouTube channel and hit the bell icon for notifications.

Instagram:
Рекомендации по теме
Комментарии
Автор

Thank you muchhhh bhai.... It's working... m sooo happy...it's help me.lott...

shanthegamemaker
Автор

Nice explanation thankyou so much 🙏🏼🙏🏼🙏🏼

someshsahu
Автор

Greate sir you tutorial really help us 😍😍😍😍

vishnusharda
Автор

finally after 10+ tutorials i got the best video..
keep it up boss

_Shorts
Автор

You helped me a lot. Thanks so much for sharing!

tomas.menniti
Автор

It is really amazing and very helpfull

eumproject
Автор

Thank you for this tutorial

Quetion: How to add indicator below the view pager 2?

danisegabrieldeperio
Автор

Is there any way to start the app with the middle element focused and then the user can scroll in both directions left/right?

parthudawant
Автор

thanks so much.. it works according to this tutorial.. great content great video!!

surflaweb
Автор

This video helped me to fulfil my desired intention. Thanks a lot.

badal
Автор

Superb as always. You nailed it bro!! Keep posting. I'm your big fan👍

himanshuvaghela
Автор

Thank you very much for this tutorial it was really useful in my project.

nerox
Автор

Thanks for you tutorial. Solved my problem.

jeanclayvieiracosta
Автор

thank you very much for this video.. it works like charm :)

ritikagupta
Автор

thank you so much, this is amazing! but is there a way to show both photos at the side with the first photo? so that it really seems like an infinite loop from the beginning?

tcbjkye
Автор

Hi, thanks a lot for that explanation, can we create button in the main activity to go to a specific slide?

chcoucoulamine
Автор

Sir, we can set loop to view pager in this way also -
private final Runnable slideTransorm=new Runnable(){
...
...
Public void run(){


viewPager2.setCurrentItem(0);
}
else{

}
}

bishalmaji
Автор

thank you so much evrything work amazing thx again

phonegames
Автор

Thank you for the tutorial, it worked perfectly keep it up
Please make a video on How to apply on click listeners on these images

snehalmishra
Автор

one concerns. takes more memory. Can we have alternative solutions?

forrestxu