While working with Viewpager with FragmentPagerAdapter i have noticed this deprecated messages. i have created FragmentPagerAdapter class like below To overcome the issue i have modified FragmentPagerAdapter() constructor Solution 1: By replacing the above code with below code we can resolve the error Solution 2:
class MyViewPagerAdapter(manager: FragmentManager) : FragmentPagerAdapter(manager)
class MyViewPagerAdapter(manager:FragmentManager) : FragmentPagerAdapter(manager, FragmentPagerAdapter.BEHAVIOR_RESUME_ONLY_CURRENT_FRAGMENT)
There is another way to fix the issues by "Migrate from ViewPager to ViewPager2"
By switch from Viewpager to ViewPager2 and create adapter by FragmentStateAdapter or FragmentStatePagerAdapter instead
How to get a contact image using a phone number in android?
Add Jar/Library Files as Dependency in Android Studio
What is Application?
Set Activity to Fullscreen Mode in Android - RRutors
What are Android Versions available?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
How to copy database from assets folder in android using kotlin
How to convert milli seconds to hours, minutes and seconds in Android?
What is "shared preferences" in Android ?
How to get an image resource by it's name in android?
Invoke-customs are only supported starting with android 0 --min-api 26
How to start a new activity on button click
What is Android Fragments?
How to Use Deprecated Handler() in Android - RRutors Guide
What is ANR? How to avoid and resolve it?
Fix Play Store Rejection Due to SMS Permission - RRutors
How do i load image from drawable folder in Jetpack Compose?
What is Android?
How to reduce APK package size?
Permission denied for window type 2010 in Marshmallow device
Extract Date and Time from Long Type Variable - RRutors
How can i comment inside xml file in android studio?
How to Generate signed apk with android studio
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to avoid multiple button click at same time in android?
What is the difference between match_parent and fill_parent?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to install/ uninstall apk by command line ADB
How to validate email address in Android with Kotlin?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
What happens next when the device switches between portrait and landscape?
How to stop EditText focus at Activity startup in Android?
FCM Not Receiving Notifications in Android - RRutors
How to save activity State in Android?
How to find Android Device UDID or unique ID?
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to check Android version?
Check List for Generate Signed APK Android
Hide/Disable soft keyboard on Activity launch: Android
How to get screen size (width,height) in Android?