Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7528559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:24:52+00:00 2026-05-30T04:24:52+00:00

I am creating an application in which I have to record the voice and

  • 0

I am creating an application in which I have to record the voice and save it and later play the same. I want to save the recorded audio in the raw folder of the application. How should I give the the directory path of raw folder to save my Audio file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T04:24:53+00:00Added an answer on May 30, 2026 at 4:24 am

    Sorry you can’t.

    Because of Android .apk file is read-only, you can’t write any file in package hierarchy (like res, raw, asset).

    Better to store it in application’s package (internal storage) or External Storage.

    Update:

    This will create a file in application’s internal storage.

    //content is base64 string you can use directly use FileInputstream's byte
    byte[] pdfAsBytes = Base64.decode(content, 0);
    //filePath just filename of your audio file this will create a file in /data/data/<package_name>/files
    FileOutputStream fos = openFileOutput(filePath, Context.Context.MODE_PRIVATE);
    fos.write(pdfAsBytes);
    fos.close();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating an application which works on Froyo until Jelly Beans. I have two
I'm creating a notepad type of application which has the tab functionality. I have
I am creating an application which produces some files/directories in my WebContent folder and
I'm creating a PHP Web application, which would involve: 1) Users opening a record
Im creating an IPad Application which will have an SQL Server backend. My question
I am creating an application in which I have two mxml components, MainPanel.mxml and
I have created a web application which is creating and updating the xml file
i am creating an application which includes dynamic pages. actually, i created some dynamic
I'm creating an application which communicates with the device via FT2232H USB/RS232 converter. For
I am creating an application which tracks the users location using GPS, stores the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.