I am reading this tutorial on implementing my own ContentProvide for working with SQLite. Int the ContentProvider.query there are a few thing that puzzles me. It seems very
Here's solution to your question, using UriMatcher, you can implement multiple tables in a content provider.