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 check Android version?
How to get a contact image using a phone number in android?
What are the notifications available in android?
What is ANR? How to avoid and resolve it?
How to avoid multiple button click at same time in android?
Explain Fragment Life Cycle
What is "shared preferences" in Android ?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to get complete address from latitude and longitude?
Google play store rejected my app due to SMS permission I removed SMS permission from the manifes
Key Points to remember while develop the Android Application.
What is NetworkOnMainThread Exception?
What is Android Fragments?
How to Get bitmap from drawable: Android
How to copy database from assets folder in android using kotlin
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to convert DP to Pixel and Pixel to Dp?
How to get an image resource by it's name in android?
How to stop EditText focus at Activity startup in Android?
Android Activity FullScreen - How to set activity to fullscreen mode in Android?
How to Generate signed apk with android studio
What happens next when the device switches between portrait and landscape?
What is ANR in android?
How To Set Text Color Programmatically Android TextView?
How to get screen size (width,height) in Android?
What is the Different Between val and var in Kotlin?
How to install/ uninstall apk by command line ADB
What is Application?
How to save activity State in Android?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to start a new activity on button click
What are Android Versions available?
Check List for Generate Signed APK Android
Android Studio project R can't find
How to convert milli seconds to hours, minutes and seconds in Android?
What are symmetric and asymmetric encryption in the way Android interacts with the server?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What is Context?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Permission denied for window type 2010 in Marshmallow device