Finding out all about Android Uri class - use and purpose
Posted
by Peter vdL
on Stack Overflow
See other posts from Stack Overflow
or by Peter vdL
Published on 2010-03-11T18:12:12Z
Indexed on
2010/03/11
18:14 UTC
Read the original article
Hit count: 413
Does anyone have some helpful links to find out about Android Uri's?
For example, you get a Uri back from a "take a picture" Intent. What does a URI look like and how do you use it. Why are they used instead of filenames or file handles?
The Dev documentation on the Uri class is practically worthless. http://developer.android.com/reference/android/net/Uri.html It is only clear if you already know exactly what it is, and how to use it.
Thanks for any links.
© Stack Overflow or respective owner