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);
Check List for Generate Signed APK Android
How can i comment inside xml file in android studio?
What is the difference between match_parent and fill_parent?
How to save activity State in Android?
How to get screen size (width,height) in Android?
Explain Fragment Life Cycle
How to validate email address in Android with Kotlin?
How to get a contact image using a phone number in android?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How to check Android version?
How to stop EditText focus at Activity startup in Android?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Key Points to remember while develop the Android Application.
How to get complete address from latitude and longitude?
How to Get bitmap from drawable: Android
What is Android?
What is Application?
Decompile APK Files: How to Get Source Code - RRutors Guide
Android Studio project R can't find
Fix Android Emulator Kill Error When Running Your App
Hide/Disable soft keyboard on Activity launch: Android
Set Activity to Fullscreen Mode in Android - RRutors
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
What is Context?
How do I generate random numbers in Dart?
FCM Not Receiving Notifications in Android - RRutors
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to install/ uninstall apk by command line ADB
Fix Duplicate Files in APK Build.gradle Issue - RRutors
What is Android Fragments?
Add Jar/Library Files as Dependency in Android Studio
How To Set Text Color Programmatically Android TextView?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to convert DP to Pixel and Pixel to Dp?
Invoke-customs are only supported starting with android 0 --min-api 26
How to copy database from assets folder in android using kotlin
What are Android Versions available?
Extract Date and Time from Long Type Variable - RRutors
How to Generate signed apk with android studio
What are the notifications available in android?