Re: [android-developers] Does Quick Search Suggestions still work in Android 4+?

2015-09-15 Thread TreKing
On Tue, Sep 15, 2015 at 12:55 PM, Nathan wrote: > Is the topic valid for anything greater than 2.x? > Can't speak with any ah-tho-ri-tah, but sure doesn't look like it. Feels like this global search feature was a thing back in the days of the Google Search Widget and

[android-developers] Does Quick Search Suggestions still work in Android 4+?

2015-09-15 Thread Nathan
We've been implementing this: http://developer.android.com/guide/topics/search/adding-custom-suggestions.html#QSB It looks like the topic hasn't been updated in a few years. To enable search suggestions from your application, the user must open "Searchable items" (in Settings > Search) and

[android-developers] Re: Invalid Package Error on Android 2.3

2015-09-15 Thread Nathan
No ideas? I think I will have to reproduce a build prior to the one that is failing and make it my last build for 2.3, deprecating 2.3 in future builds. Its possible one of the new libraries I've used has caused this. Well, there are even more libraries to come. Nathan -- You received

[android-developers] I want t Drag and Drop row of Expandable ListView

2015-09-15 Thread Abdul Rahman Majeed
I want t Drag and Drop row of Expandable ListView please share with me the example/sample code but the requirement is : I wan to DragnDrop 1.with the same Group 2. Group DragnDrop -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Smart ToolTip on ListView

2015-09-15 Thread Abdul Rahman Majeed
I have a listview and user tap on Row the detail of that row will open, I want to manage the appearance of tooltip on screen , if user tap on top screen (first row) the layout different and if tap on middle screen or last screen (last row visible on screen), help me to make this type of