Android Fragment is a “reusable self contained portions of a user interface” in an Android Activity used for creating dynamic and flexible user interface. Fragments has it’s own life cycle but it always be embedded with an activity so that the fragments life cycle is directly affected by the host activity’s life cycle
How to Use Deprecated Handler() in Android - RRutors Guide
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Open PDF in Google Drive with Intent in Android - RRutors
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to start a new activity on button click
What are the notifications available in android?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
How to convert DP to Pixel and Pixel to Dp?
Key Points to remember while develop the Android Application.
Add Jar/Library Files as Dependency in Android Studio
How to copy database from assets folder in android using kotlin
How to get complete address from latitude and longitude?
How to install/ uninstall apk by command line ADB
How to Generate signed apk with android studio
How to find Android Device UDID or unique ID?
Fix Android Emulator Kill Error When Running Your App
Hide/Disable soft keyboard on Activity launch: Android
What is Android?
What are Android Versions available?
Set Activity to Fullscreen Mode in Android - RRutors
Extract Date and Time from Long Type Variable - RRutors
How do i load image from drawable folder in Jetpack Compose?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
Check List for Generate Signed APK Android
How to get a contact image using a phone number in android?
What is ANR in android?
How do I generate random numbers in Dart?
What is NetworkOnMainThread Exception?
What is the Different Between val and var in Kotlin?
Android Studio project R can't find
How to save activity State in Android?
FCM Not Receiving Notifications in Android - RRutors
What is Context?
How to get an image resource by it's name in android?
How to validate email address in Android with Kotlin?
Decompile APK Files: How to Get Source Code - RRutors Guide
What is Android Fragments?
How to Exit android app on back pressed?
What is "shared preferences" in Android ?