Set the volume of an android application

Posted by klaus-johan on Stack Overflow See other posts from Stack Overflow or by klaus-johan
Published on 2010-03-29T16:20:55Z Indexed on 2010/03/29 16:23 UTC
Read the original article Hit count: 161

Filed under:

Hi,

In order for the user to control the volume , my android application has a menu consisting of a slider that provides int values from 0 to 10 , when dragged. After I obtain a value , I must set the volume to the corresponding value chosen by the user , and well , this is the part that I don't know to implement and I 'd like to find about it.

© Stack Overflow or respective owner

Related posts about android