Turning a string into a Uri... (Android)

Posted by James Rattray on Stack Overflow See other posts from Stack Overflow or by James Rattray
Published on 2010-04-25T17:10:28Z Indexed on 2010/04/25 17:13 UTC
Read the original article Hit count: 356

Filed under:
|
|

I have a string, 'songchoice' I want it to become a 'Uri' so I can use with MediaPlayer.create(context, Uri)

Can someone help me to convert songchoice to the Uri?

Thanks,

James

© Stack Overflow or respective owner

Related posts about uri

Related posts about java