Cheesebaron / ViewPagerIndicator

Port of Android-ViewPagerIndicator to Xamarin.Android.
Apache License 2.0
73 stars 39 forks source link

FragmentPagerAdapter is now deprecated #34

Open patkozlowski opened 1 year ago

patkozlowski commented 1 year ago

Just FYI, FragmentPagerAdapter is deprecated, says to use FragmentStateAdapter. Any plans to update? Thanks! I guess it requires an update with ViewPager2. https://developer.android.com/reference/androidx/fragment/app/FragmentPagerAdapter

Capture