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
What is Android Fragments?
How To Set Text Color Programmatically Android TextView?
How to reduce APK package size?
How do i load image from drawable folder in Jetpack Compose?
How to convert milli seconds to hours, minutes and seconds in Android?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How to check Android version?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
What is ANR in android?
What happens next when the device switches between portrait and landscape?
Extract Date and Time from Long Type Variable - RRutors
How to copy database from assets folder in android using kotlin
What is Context?
How to start a new activity on button click
What is ANR? How to avoid and resolve it?
Decompile APK Files: How to Get Source Code - RRutors Guide
Fix Play Store Rejection Due to SMS Permission - RRutors
How to get a contact image using a phone number in android?
Check List for Generate Signed APK Android
What are Android Versions available?
How to find Android Device UDID or unique ID?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Open PDF in Google Drive with Intent in Android - RRutors
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
How to Exit android app on back pressed?
How to get screen size (width,height) in Android?
What is the Different Between val and var in Kotlin?
How to validate email address in Android with Kotlin?
Explain Fragment Life Cycle
How to Use Deprecated Handler() in Android - RRutors Guide
What is "shared preferences" in Android ?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How to stop EditText focus at Activity startup in Android?
Fix Android Emulator Kill Error When Running Your App
What are the notifications available in android?
What is the difference between match_parent and fill_parent?
How can i comment inside xml file in android studio?
How to save activity State in Android?
Permission denied for window type 2010 in Marshmallow device
Android Studio project R can't find