Hi Teo, Thx for reply but i dont want to use content provider coz my data is not persistant its temporary also i want to locate QSB at some location in the activity.
thanks, Sagar On Aug 17, 3:51 pm, "Teo [GD API Guru]" <[email protected]> wrote: > Hi, > > From what i know the content provider isn't instantiated until/unless > it's needed (someone correct me if i'm wrong). > > On Aug 17, 1:40 pm, sagare <[email protected]> wrote: > > > Hi All, > > I want a to use a Quick Search Box in my application to search my > > application data so in a process of implementing it i went > > throughhttp://developer.android.com/guide/topics/search/search-dialog.html > > and SearchableDictonary sample in SDk so as per what i got QSB > > requires a content provider for giving suggestion but in my > > application i wish not to have a content provider coz the data on > > which i want to have search is temporary and should not persist So is > > there a way to do this ? or i have to write my own custom search > > component? > > > Also another question I have is is there a way to set a location > > for the QSB dialog within the screen. Please help me in this regards. > > > Thanks, > > Sagar > > -- 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

