Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about android-10.0

Read more about android-10.0

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)

Questions - android-10.0

Saving TTS audio files to shared storage in android 10

I want to save my audio file to shared storage in android 10 which is created using : textToSpeech.synthesizeToFile(text,params,file,"utterance_id"); file is of ParcelFileDescriptor type wh...
test-img

Kartik Thakur

java

android

android-studio

text-to-speech

android-10.0

Votes: 0

Answers: 1

Latest Answer

Use fdopen() FILE* fp = fdopen(fd, "w");
test-img

mohsyn

Android 11 Multiple Images with limit

Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT); intent.addCategory(Intent.CATEGORY_OPENABLE); intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true); intent.setType("image/*"); startAct...
test-img

Muhammad Saad

android

image

android-10.0

android-11

Votes: 0

Answers: 1

Latest Answer

ClipData clipData = data.getClipData(); if (clipData != null) { for (int i = 0; i < clipData.getItemCount(); i++) { ClipData.Item item = clipData.getItemAt(i); String path = get...
test-img

Muhammad Saad

Android Scope storage - Download Images and store in Downloads directory

I updated my project to target sdk 31 from 28. I am downloading images from a url into a folder Download/MyMainFolder/folder1/folder2/iamge1.png. The path I was setting in downloadmanager setDestinati...
test-img

faizan

android

storage

android-10.0

android-11

scoped-storage

Votes: 0

Answers: 0

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved