that´s the problem. This way I can´t retrieve only he albums with at least one .mp3 song. My second approach was to find a way to block the displaying of some entries creating a custom adapter but while I can change the information I couldn´t find a way to not display full entries.
On May 22, 1:41 pm, Kostya Vasilyev <[email protected]> wrote: > 22.05.2011 20:30, Gabriel Simões пишет: > > > - Querying the information with the relationships I need (query only > > albums with mp3 files inside) > > If you can do this with ContentResolver.query, that would be an great > solution. I am just assuming you can't do this, hence the question. > > AFAIK, you can't do joins or nested queries (or any other SQL algebra) > between Content URIs. > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

