We can open PDF in google drive by below code Uri pdfUri = Uri.parse("pass you file path");
Intent shareIntent = ShareCompat.IntentBuilder.from(this)
.setText("Share PDF doc")
.setType("application/pdf")
.setStream(pdfUri )
.getIntent()
.setPackage("com.google.android.apps.docs");
startActivity(shareIntent);
How can i comment inside xml file in android studio?
How to install/ uninstall apk by command line ADB
Fix Android Emulator Kill Error When Running Your App
What is the Different Between val and var in Kotlin?
What is Intent? What is the difference between an implicit intent and an explicit intent?
What happens next when the device switches between portrait and landscape?
Fix Play Store Rejection Due to SMS Permission - RRutors
ERR_ACCESS_DENIED in Android Webview with sdk 30
Add Jar/Library Files as Dependency in Android Studio
What is the difference between match_parent and fill_parent?
What is NetworkOnMainThread Exception?
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
Permission denied for window type 2010 in Marshmallow device
How to Exit android app on back pressed?
What is ANR in android?
How to start a new activity on button click
What is "shared preferences" in Android ?
How to convert milli seconds to hours, minutes and seconds in Android?
How To Set Text Color Programmatically Android TextView?
How to stop EditText focus at Activity startup in Android?
How to get an image resource by it's name in android?
FCM Not Receiving Notifications in Android - RRutors
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to Get bitmap from drawable: Android
How to Generate signed apk with android studio
How to save activity State in Android?
Android Studio project R can't find
Decompile APK Files: How to Get Source Code - RRutors Guide
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
How to find Android Device UDID or unique ID?
How to Use Deprecated Handler() in Android - RRutors Guide
How to avoid multiple button click at same time in android?
Key Points to remember while develop the Android Application.
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How to convert DP to Pixel and Pixel to Dp?
How do I check in SQLite whether a table exists?
Set Activity to Fullscreen Mode in Android - RRutors
What is Application?
How to get a contact image using a phone number in android?