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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:42:12+00:00 2026-06-09T11:42:12+00:00

I use SeekBar for setting volume. I do the following: I get current volume

  • 0

I use SeekBar for setting volume. I do the following:

  1. I get current volume by getStreamVolume() and pass it to SeekBar element by setProgress().
  2. I listen messages from the SeekBar element by onStopTrackingTouch() and set volume by setStreamVolume().
    It works.

But user can change volume by hardware volume controls. I’d like to catch it and change SeekBar pointer position appropriately. How can I do it?

  • 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-06-09T11:42:13+00:00Added an answer on June 9, 2026 at 11:42 am

    Try the following

    @Override
    public boolean onKeyDown(int keyCode, KeyEvent event)  {
      if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN || keyCode == KeyEvent.KEYCODE_VOLUME_UP) {
        //set your SeekBar  
        return true;
      }
    
     return super.onKeyDown(keyCode, event);
    }
    

    The question/answer that biegleux pointed you to is only for the “media keys” on an attached headset, not for the hardware volume up/down keys on the phone itself.

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

Sidebar

Related Questions

i'd like to use a seekbar to show the current value and adjust the
Use OPENXML to get dt element in MSSQL 2005. How can I get xmlns:dt
When I try to use a custom seekbar in main.xml I get failed to
I use a SeekBar in my application and I would like to customize it
use WWW::Mechanize; my $mech = WWW::Mechanize->new; $mech->get( $url ); say $mech->text; How could I
I have customised my SeekBar - I use a custom image as the background,
So I am trying to get a SeekBar to function like a gas pedal.
I am working on a Player and I want to use Vertical Seekbar to
I would like to use a dialog with a seekbar in my application. But
I'm trying to use a SeekBar to display both the length of a track

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.