Page 1 of 1

Android question: Develop a piece of code that instantiates a URI matcher for an Android application with Content Provid

Posted: Wed Apr 27, 2022 3:38 pm
by answerhappygod
Android question:
Develop a piece of code that instantiates a URI matcher for an
Android application with Content Provider Authority:
university.it.movie and add roles for the
following patterns:
1. university.it.movies/movies
2. university.it.movies/movies/129
3. university.it.movies/movies/Harry
Note: suggest a unique code for each pattern.