Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “MergeCursor”:

Weird error message in Android’s MergeCursor

By

For an app I am working on I needed a MergeCursor to use search in a meaningful way. I needed to use two combine two cursors from different sources and I was going to merge them. The only major difference between the code for both cursors was the projection map I used to transform the […]  Continue Reading  “Weird error message in Android’s MergeCursor”