Top "Android-listview" questions

a subclass of AdapterView which shows items in a vertically scrolling list.

How to scroll ListView to the bottom?

I though this would be a simple task, but apparently there is no way to scroll listview to the bottom. …

android android-listview android-scroll
Animate the removal of a ListView item

I'm attempting to animate the removal of a ListView item using this: mListView.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void …

android android-layout android-listview android-animation
Recursive entry to executePendingTransactions

I have a MainDrawer to Fragment activity which has a layout for a nav drawer my and my main content …

android android-listview android-fragments forceclose
Android: How to measure total height of ListView

I need to measure total height of the ListView but it seems I'm constantly getting wrong values. I'm using this …

android listview android-listview height android-linearlayout
How to generate a ListView with headers above some sections?

I want to generate a ListView that has some dividers between some of the entries, like it can be seen …

android android-listview divider
Android - Highlight a Word In a TextView?

I have a database search query which search in the database for a word entered by the user and return …

android android-listview highlighting textview
How do I remove the divider from a listview on android?

I'm developing a app that have a Listview, and the items from list already have a style I don't need …

android android-listview divider
AutoCompleteTextView with Google Places shown in ListView just like Uber

I need to make screen similar to this. I think it has autocompletetextview and listview to display returned results. Google …

android android-fragments android-listview google-places-api autocompletetextview
How can I update information in an Android Activity from a background Service

I am trying to create a simple Android application that has a ActivityList of information, when the application starts, I …

java android android-listview observer-pattern
selected item on custom listview with contextual action bar

I recently started using android actionbars and contextual action bars (CAB). I have just one activity which is a ListActivity. …

android android-layout android-listview android-linearlayout