Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “selectionArgs”:

How to Correctly Use SQL’s like in Android

By

Yesterday I stumbled about the correct usage of the LIKE-statement in conjunction with selectionArgs. My first attempt was to use it as this: Now this only led to this nice message in the log: Hm. Maybe I should just drop the dashs? But this also didn’t work. The exception though has changed: After searching around […]  Continue Reading  “How to Correctly Use SQL’s like in Android”