No video

Android Modern Image Slider Using ViewPager2 And KenBurnsView | Travel App Concept | Android Studio

  Рет қаралды 41,148

Chirag Kachhadiya

Chirag Kachhadiya

Күн бұрын

Android Modern Image Slider Using ViewPager2 And KenBurnsView | Travel App Concept | Android Studio
In this tutorial, we will make a modern image slider using ViewPager2 in which we will implement a ken burns view to animate the image. Here we will use static data for slider but you can use data from API as well.
UI Concept:
/ b9mupfdavew
More about ViewPager2:
developer.andr...
Libraries Used:
1. Material Design: material.io/de...
2. Picasso: github.com/squ...
3. Ken Burns View: github.com/fla...
4. Smooth Bottom Bar: github.com/ibr...
For more exciting android tutorials, please subscribe to my KZbin channel and hit the bell icon for notifications.
Instagram:
/ chigs_kachhadiya

Пікірлер: 72
@wshra189
@wshra189 3 жыл бұрын
Awesome!! Thanks... Gotta appreciate the background music choice... Thanks again for the efforts...
@daakudaddy4554
@daakudaddy4554 3 жыл бұрын
You are best brother among all developers
@efeeeeee212
@efeeeeee212 2 жыл бұрын
wow this is so amazing congrulations.
@shubhampatel9404
@shubhampatel9404 3 жыл бұрын
Thank you sooo much i am looking for this for my android project thank youuuu
@ponzh000
@ponzh000 4 жыл бұрын
Bro, your video is amazing, thx so much for ur time!
@abdessamadtamit8800
@abdessamadtamit8800 3 жыл бұрын
Thank You a lot .. it worked without any problem !
@justcoder1915
@justcoder1915 3 жыл бұрын
Awesome
@bhumikaahiwale7777
@bhumikaahiwale7777 3 жыл бұрын
Gr8
@malaimama
@malaimama 4 жыл бұрын
Wow, it looks amazing.
@javieralejandris3302
@javieralejandris3302 3 жыл бұрын
You cannot slide from the ends, that is, from the following items. It only takes to slide the element from the center.
@idkkkkk6500
@idkkkkk6500 4 жыл бұрын
Sir great tutorial and can you do another tutorial using firebase to retreive images
@sampansolomon4339
@sampansolomon4339 4 жыл бұрын
You are just amazing man. Can you plz upload a tutorial for internet connectivity like youtube app. Will be really grateful.
@chiragkachhadiya
@chiragkachhadiya 4 жыл бұрын
Sure...
@voncedriecabuloc2664
@voncedriecabuloc2664 2 жыл бұрын
great tutorial, just wanna ask one thing. how do you implement an onclicklistener on one viewslider? i want my app to show details about a specific destination when clicking on it
@noshopi
@noshopi 4 жыл бұрын
NICE JOB DUDE
@ismailkoyuncu5518
@ismailkoyuncu5518 4 жыл бұрын
Great work.. it looks amazing..
@rsfaelto1234
@rsfaelto1234 4 жыл бұрын
You can do a smoothBottomBar tutorial with fragment, please??
@motazlubbad3467
@motazlubbad3467 4 жыл бұрын
thank you for this tutorial,. I have a quotation: How to make the item in the right and in the left smaller?
@hongtrang9382
@hongtrang9382 4 жыл бұрын
OMG! Thank you so much
@feelgood0108
@feelgood0108 3 жыл бұрын
You are the BEST
@truongphamquang3932
@truongphamquang3932 4 жыл бұрын
Nice
@LTENTEAM
@LTENTEAM 4 жыл бұрын
thank you bro
@shafiulalamresearch
@shafiulalamresearch 3 жыл бұрын
nice , but i want to know .. how can i set clicklistener On THis Image ?
@user-nj8il7xx1z
@user-nj8il7xx1z 4 жыл бұрын
Awesome App!!!
@ryderphantom5422
@ryderphantom5422 3 жыл бұрын
Thanks a lot!!
@rsfaelto1234
@rsfaelto1234 4 жыл бұрын
Cool!
@addysam5692
@addysam5692 2 жыл бұрын
Getting values in only first card and getting null values in other cards...need help?? Done exact same as in tutorial...
@computerscience4468
@computerscience4468 4 жыл бұрын
sir you did great work but one thing why it is not working in landscape mode? image slides is not showing while in landscape mode
@chiragkachhadiya
@chiragkachhadiya 4 жыл бұрын
Since this type of layout gives best result in portrait mode, if you want this to work in landscape mode, then you have to give static (fix) height to the view pager and you may also have to put it in scroll view since landscape mode is covering less vertical area than portrait mode.
@asmahan98ee60
@asmahan98ee60 3 жыл бұрын
i tried to follow the same steps, but when I tried to implement the SmoothButtonBar it doesn't work and I have written the same codes in my gradel
@alecatienza2875
@alecatienza2875 3 жыл бұрын
i cant import the picasso on my adapter class even when i put it implementation in gradle
@CeciLWeb
@CeciLWeb 2 жыл бұрын
The app encounters an error when you turn the phone. Because live data is not used
@theguywithatimemachine436
@theguywithatimemachine436 4 жыл бұрын
Can you use that to slide music album art on music player project?
@jobshala
@jobshala 3 жыл бұрын
Pls add sound for explaining
@roozbehzamany
@roozbehzamany 3 жыл бұрын
This in android 7 is problem .true?
@sametyucel4183
@sametyucel4183 3 жыл бұрын
When imageview enlarges, location and star also grows. please help
@utkarshnagdev8442
@utkarshnagdev8442 4 жыл бұрын
Hey Thank you for the tutorial, Everything works fine but the I cannot see multiple pages on the same page, they're only visible after scrolling. I mean that there is only one page at a time and no peek of overflow left and right pages. There are multiple objects in the list, i checked
@md.abubakarsiddik8922
@md.abubakarsiddik8922 3 жыл бұрын
can you give your source code of this project ? it will be really helpful for me as a beginner.
@jayant9151
@jayant9151 4 жыл бұрын
i made this works
@bysalyanman
@bysalyanman 3 жыл бұрын
Great tutorial, have you encounter the error "Pages must fill the whole ViewPager2 (use match_parent)" before while doing this video or at anytime? I have made it work this in a project but on another project it gives the error that I wrote above, can you help ?
@chiragkachhadiya
@chiragkachhadiya 3 жыл бұрын
Height of the item container layout must be match_parent for view pager 2. Please check it.
@widcoshop
@widcoshop 3 жыл бұрын
Hi bro how are you? Can you make navigation bottom with viewpager2?
@salahdoos5415
@salahdoos5415 3 жыл бұрын
Great job bro,, please could you give me the source code?
@allvideo4534
@allvideo4534 4 жыл бұрын
Hi brother. Not work this code in kotlin. I want the display left image or right image display 30%
@leolima8585
@leolima8585 3 жыл бұрын
Uma dúvida. POSSO PERGUNTAR?
@maskwalayt
@maskwalayt 2 жыл бұрын
Sir how to add loading bar in viewpager2
@shubhampatel9404
@shubhampatel9404 3 жыл бұрын
I can't see images Baki sab to thik he lekin images sirf nahi show ho rahi help me
@tehreemsheikh1386
@tehreemsheikh1386 4 жыл бұрын
how to add more data to view pager dynamically, i am adding data from api.
@anshushandilya2934
@anshushandilya2934 3 жыл бұрын
Just set Adapter Class into ViewPager2. articleAdapter = new ArticleAdapter(getApplicationContext(), articleCards); viewPager2.setAdapter(articleAdapter);
@sachinp-visionaryleader
@sachinp-visionaryleader 4 жыл бұрын
can we use this in java? I'm not work in kotlin??
@chiragkachhadiya
@chiragkachhadiya 4 жыл бұрын
Yes
@gauravpatil68
@gauravpatil68 4 жыл бұрын
Please can u zoom the snippet of code
@gauravpatil68
@gauravpatil68 4 жыл бұрын
Thank u so much
@gauravpatil68
@gauravpatil68 4 жыл бұрын
Knowledgeable contain i am keeping watching and sharing this video in my college group
@chiragkachhadiya
@chiragkachhadiya 4 жыл бұрын
Welcome :)
@alecatienza2875
@alecatienza2875 3 жыл бұрын
i cant use the picasso import on my app why is that?
@alecatienza2875
@alecatienza2875 3 жыл бұрын
i have internet permission and put implementation in the gradle but cant import on the adapter class
@nickthegreek8122
@nickthegreek8122 4 жыл бұрын
hello! tried it! app runs but no images are loaded!!! any idea why?
@chiragkachhadiya
@chiragkachhadiya 4 жыл бұрын
Make sure to put internet permission in manifest file and image URL is valid.
@nickthegreek8122
@nickthegreek8122 4 жыл бұрын
@@chiragkachhadiya both done, must be something else , maybeneeds threading?
@a17-abhishekjadhav59
@a17-abhishekjadhav59 3 жыл бұрын
@@nickthegreek8122 have you found out what happened?
@omeranar8769
@omeranar8769 2 жыл бұрын
any document? any code?
@makischristou7549
@makischristou7549 4 жыл бұрын
how did you get your Android Studio to look this way?
@rakeshsinghrawat4408
@rakeshsinghrawat4408 4 жыл бұрын
you can download plugins for dark themes
@makischristou7549
@makischristou7549 4 жыл бұрын
@@rakeshsinghrawat4408 yeah I figured it out. It was the Material UI plugin
@rakeshsinghrawat4408
@rakeshsinghrawat4408 4 жыл бұрын
@@makischristou7549 my pictures are not fetching have you tried this code?
@rakeshsinghrawat4408
@rakeshsinghrawat4408 4 жыл бұрын
i need source code bruh
@Archrender360
@Archrender360 3 жыл бұрын
Kotlin language pleaseee
@salahdoos5415
@salahdoos5415 3 жыл бұрын
Great job bro,, please could you give me the source code?
Android Recycler View With Multiple View Types | Android Studio | Java
29:25
小丑和白天使的比试。#天使 #小丑 #超人不会飞
00:51
超人不会飞
Рет қаралды 32 МЛН
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 33 МЛН
Kotlin Android Intro Slider Using ViewPager2 | Android Studio
31:01
Chirag Kachhadiya
Рет қаралды 29 М.
Android Onboarding Screens Using ViewPager2 | Android Studio | Java
35:05
Chirag Kachhadiya
Рет қаралды 46 М.
Carousel & CardView View Pager In Tutorialsee
0:31
sandeep khandelwal
Рет қаралды 4,5 М.
CREATING SWIPABLE VIEWS WITH VIEWPAGER 2 - Android Fundamentals
11:56
Philipp Lackner
Рет қаралды 66 М.
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 61 М.
Navigation Drawer and Bottom Navigation View in Android Studio | Kotlin
27:36
How I build Apps that PRINT ($30k/month Micro SAAS)
22:51
Steven Cravotta
Рет қаралды 312 М.
Swipe View using ViewPager | Android Studio | Java
24:07
Atif Pervaiz
Рет қаралды 22 М.
小丑和白天使的比试。#天使 #小丑 #超人不会飞
00:51
超人不会飞
Рет қаралды 32 МЛН