python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can i reach GrantUriPermission problem without Open_Document filedialog?
I want to open a file in an external PDF viewer.
if I call the file with the "OPEN_DOCUMENT" file picker everything works fine.
if I call a a different file directly with hardcoded existing ...
Korre
Votes: 0
Answers: 1
media store gets the path to a song but the media player is unable to play it(Android studio)
I am making an app in android studio that requires playing music from the phone's storage
the music is within this class:
public class AudioModel {
String aPath;
String aName;
...
Dominik Zagrušovcem
Votes: 0
Answers: 0
Upload Image from Android to GCS
I picked a video from Android and tried to upload it to Google Cloud Storage.
This is my code:
Uri contentURI = data.getData();
String uri = contentURI.getPath();
Storage storage = (Storage) StorageOp...

user17974168
Votes: 0
Answers: 0
How to use Base64 image with Itextsharp c#
In this code snippet, which I using for converting HTML into PDF and then convert back to the MemoryStream.
private MemoryStream createPDF(string html)
{
try
{
MemoryStream msOutput = ...

Sachith Wickramaarachchi
Votes: 0
Answers: 1