[android-developers] Search Query on Multiple Fragments

2016-02-03 Thread fadugba jeremiah
Hello I have been searching for a way to implements a search query on multiple fragments. I have tried asking it on StackOverflow but I couldnt get any good response. Please here is the question. I really hope someone can help me out. Thanks. --

Re: [android-developers] Search Query

2013-01-25 Thread ashwini vandanapu
ya, i read but i did not get any information. On Fri, Jan 25, 2013 at 11:37 AM, TreKing treking...@gmail.com wrote: On Thu, Jan 24, 2013 at 11:39 PM, ashwini vandanapu ashwini.vandan...@gmail.com wrote: I want to develop device search functionality. So how i have to implement Have you

Re: [android-developers] Search Query

2013-01-25 Thread skink
ashwini vandanapu wrote: ya, i read but i did not get any information. how come you read it and still didn't get any information? pskink -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Search Query

2013-01-24 Thread TreKing
On Thu, Jan 24, 2013 at 11:39 PM, ashwini vandanapu ashwini.vandan...@gmail.com wrote: I want to develop device search functionality. So how i have to implement Have you tried reading the documentation section on this topic?

[android-developers] Search Query Returns 0 rows

2010-05-20 Thread mike
hi guys, this is my Query String name = Mike ; Cursor cursor = getContentResolver().query(Phones.CONTENT_URI, null, Phones.NAME + =' + name + ', null, Phones.NAME + ASC); and name exists in the

[android-developers] Search Query Returns 0 rows

2010-05-20 Thread mike
hi guys, this is my Query String name = Mike ; Cursor cursor = getContentResolver().query(Phones.CONTENT_URI, null, Phones.NAME + =' + name + ', null, Phones.NAME + ASC); and name exists in the