While working with Android applications, I’ve often run into converting between Android’s Uri class and Java’s URI class?
I haven’t understood why Android needed its own implementation and didn’t use the default URI class that ships with Java?
Maybe I have only been scratching the surface when working with URIs and haven’t figured it out. Thanks.
Javadoc says
That is definitely different from the JDK one. Maybe that’s why?