I am developing a note taking app, and I am developing a feature that exports it as a PDF document. Through the following guide, we implemented the function to send to another app as action.send. https://developer.android.com/guide/components/intents-filters However, Android’s default ‘Files’ app is not displayed on the android share sheet. I would like to implement the ..
Category : share
I would like to save a file from my android app in a way that other apps could read that file. It would contain only text. I am stuck and dont find an example online, especially where to save it Can someone please give me an example or a tutorial to read? Many thanks! Source: ..
I have dynamic image list. In which i have added multiple images from my JSON Response. how can i share all images dynamically to another Application using Flutter. Source: Android..
I used a view pager in xml of main activity and item container xml have all the details of the view pager. I used Media player to play the video but I want to make a share button in this such that the user can share the video which is running at that moment . ..
I am trying to this for 3 days and whole I want to do is that send audio files which are on firebase storage. But before send it I have to download it. There is no problem about downloading but unfortunatelly I cant share it by using intent. Here is the code to downloading-> private ..
In my Android app, I use the following code to send pdf files to Kindle vi Kindle app. I didn’t find any documentation on how to set the author’s name. Also, the title is automatically set using the pdf’s file name, how can I set it manually? private void sendToKindleApp(Context context, String path) { Intent ..
Im doing an app and i want to share photo just i saved to phone to another apps like instagram twitter.Im not able to do it and i cant see where the mistake is.Here is my code `private fun getScreenshot(currentPage: Int){ QuickShot.of(requireActivity().findViewById<ConstraintLayout(currentPage)) .setResultListener(this) .enableLogging() .setFilename("screen") .setPath("Spotibud") .toJPG() .save() } override fun onQuickShotSuccess(path: String?) { Log.d(TAG, ..
I have this problem. I screen my phone via code and save it in memory as a .jpg. Actually the phone saves it (If I enter from folder I see the file). But when I go to look for it and then share it, it doesn’t find it. The test smartphone is a Samsung with ..
I have this problem. I screen my phone via code and save it in memory as a .jpg. Actually the phone saves it (If I enter from folder I see the file). But when I go to look for it and then share it, it doesn’t find it. The test smartphone is a Samsung with ..
I am trying to receive youtube link from youtube app. I tried “WebIntent” plugin. I can see my app on Youtube’s sharing menu however I don’t know how to receive that link in my Ionic app? Is it possible? Can you please help me? Thanks… Source: Android..
Recent Comments