Can anyone explain UriMatcher (Android SDK)?
Posted
by mobibob
on Stack Overflow
See other posts from Stack Overflow
or by mobibob
Published on 2010-03-12T00:15:29Z
Indexed on
2010/03/12
1:37 UTC
Read the original article
Hit count: 367
I have been tasked with designing my web services client code to use the utility class UriMatcher in the Android SDK. Unfortunately, the example in the Dev Guide does not relate to anything in my mind. I know I am missing some fundamental points to the functionality and possibly about Uri itself. If you can tie it to some web APIs that are accessible with HTTP POST request, that would be ideal.
© Stack Overflow or respective owner