0517 jhjImplementing Logic with ViewPager2 in AndroidThe screen displays a grouped RecyclerView when the EditText field contains text. Otherwise, it shows a standard RecyclerView.Mar 191
Abhishek PathakImplementation of ViewPager2 with Android Kotlin and Fragments: A Step-by-Step GuideViewPager2 is a versatile component in Android that allows users to swipe horizontally between different fragments. In this implementation…Jul 31, 20232
Mritunjai MauryaCreating an Auto Image Slider in Android Using Kotlin: A Step-by-Step Guide“Discover how to create a stunning Auto Image Slider in Android using Kotlin. Elevate your app’s UI with our step-by-step guide!”Feb 7Feb 7
Dharmesh BasapatiWorking with ViewPager2Sliding Pager with Dot Indicators — The Easiest Way (without any third-party)Apr 20, 2022Apr 20, 2022
MathRodaViewPager on a bigger scale — Jetpack ComposeRecently i was working on feature required using Pager Api with large amount of screens (1100 to be exact). The Screen components are the…Jun 15, 2023Jun 15, 2023
0517 jhjImplementing Logic with ViewPager2 in AndroidThe screen displays a grouped RecyclerView when the EditText field contains text. Otherwise, it shows a standard RecyclerView.Mar 191
Abhishek PathakImplementation of ViewPager2 with Android Kotlin and Fragments: A Step-by-Step GuideViewPager2 is a versatile component in Android that allows users to swipe horizontally between different fragments. In this implementation…Jul 31, 20232
Mritunjai MauryaCreating an Auto Image Slider in Android Using Kotlin: A Step-by-Step Guide“Discover how to create a stunning Auto Image Slider in Android using Kotlin. Elevate your app’s UI with our step-by-step guide!”Feb 7
Dharmesh BasapatiWorking with ViewPager2Sliding Pager with Dot Indicators — The Easiest Way (without any third-party)Apr 20, 2022
MathRodaViewPager on a bigger scale — Jetpack ComposeRecently i was working on feature required using Pager Api with large amount of screens (1100 to be exact). The Screen components are the…Jun 15, 2023
InXM GlobalbyConstantinos Levi IbrushiJetpack Compose: HorizontalPager with PagerIndicator & Infinity scrollIn this article, we will explore the process of creating an infinite HorizontalPager with a PagerIndicator by using Compose.May 29, 20232
K M Rejowan AhmmedNavigating Pages with Ease (Tap Left/Right) : A Custom ViewPager in AndroidHow to create a custom ViewPager that responds to single-tap events for page navigationJun 6, 2023
Yuvraj DurgeshAndroid : Create swipe views with tabs using ViewPager2TabLayout and ViewPager2 are two powerful components in the Android SDK that are often used together to create a user interface with…Mar 21, 2023