is there any method to use join in a query at mediastore data?
Or also is there any method to access the mediastore data through a database and not with the content provider?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
But I think that you can use joins with content providers. If you make two queries, you can join them by using CursorJoiner. I am using it and it works good.
Snippet from Android docs:
it is not exactly the same as SQL join but its useful. In each “case” you can manipulate with both cursors which are pointing to processed row.