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 6387899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:12:40+00:00 2026-05-25T03:12:40+00:00

I have an app that plays mp3’s. I want to make it so when

  • 0

I have an app that plays mp3’s. I want to make it so when you long click/press on the button it will save the mp3 file to there ringtones directory. Also want a toast notification if possible. Could someone shoot me into the right direction?

Thanks

EDIT:
This is what I have so far

            @Override
            public boolean onLongClick(View arg0) {

                Toast toast = Toast.makeText(AkaliMain.this, "Saved",5000);
                toast.setGravity(Gravity.CENTER, 0, 0);
                toast.show();

                return false;

            }


        });

EDIT 2:
This is what I have now. Cant even get it to compile.

http://pastebin.com/raw.php?i=EijmBrSL

  • 1 1 Answer
  • 1 View
  • 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-25T03:12:40+00:00Added an answer on May 25, 2026 at 3:12 am

    Google around some, there is TONS of information out there :). See this question for saving mp3s as ringtones. See this question for a good example of an onItemLongClickListener (using a listview).
    And this is how to make a toast message:

    Toast.makeText(context, "Hello from Toast!", Toast.LENGTH_LONG).show();
    

    So your onItemLongClickListener would look something like this:

    myList.setOnItemLongClickListener(new OnItemLongClickListener() {
      @Override public boolean onItemLongClick(AdapterView<?> parent, View v, int position, long id) {
       //... code to save mp3 file...
       Toast.makeText(context, "File saved as ringtone", Toast.LENGTH_LONG).show();
       return false;
      }
    

    });

    While I could just give you teh complete codez, you wouldn’t learn anything in the process 🙂

    EDIT: See this question for more help on saving your mp3 to the ringtones directory. Here is another good one, which links to this great post.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that plays an mp3 file and I'm trying to update
I am trying to make an app that plays MP3 songs. My program flow
I have an app that plays some background music, when a certain button is
I want to create an app that shows text, plays sound (mp3 files) and
I have an MP3 audio file that I want to play from my Android
I have a app that plays video. Right now it exits when the vedio
So I have an app that plays a bunch of songs while the user
I have an android app that plays audio from the application class. I have
I have built an app that plays lots of sounds the easy way: AudioServicesPlaySystemSound(someSoundID);
I have a flash app that plays movies. It loads subtitles and subtitle times

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.