Basic documentation for list views. Tutorial for simple list project.

learn more… | top users | synonyms

41
votes
7answers
13k views

How to implement Android Pull-to-Refresh

In Android applications such as Twitter (official app), when you encounter a ListView, you can pull it down (and it will bounce back when released) to refresh the content. I wonder what is the best ...
15
votes
5answers
1k views

List View Footer Background on Android 2.3.3

This one is weird. I have a list view that is a part of Relative Layout. I have set a background to this Relative Layout and made list view background as transparent. Now, everything was working ...
9
votes
3answers
873 views

Slide In button effect of List View item for Android

I'm porting an iPhone app into android app and one of the difficulties is recreating functionalities that are native to iPhone. I found a native functionality of iPhone: When user execute slide touch ...
9
votes
3answers
5k views

Android ListView that does not scroll?

I'm trying to make a layout that is something similar to how the android market is...where say under comments there is what appears to be a ListView but it does not scroll (the whole page scroll but ...
9
votes
6answers
18k views

Remove ListView items in Android

Can somebody please give me an example code of removing all ListView items and replacing with new items? I tried replacing the adapter items without success. My code is populateList(){ results ...
8
votes
2answers
3k views

Android: Implementing Endless List like Android Market

Taking inspiration from Android Market, i have implemented a Endless List which loads more data from the server when we reach the end of the List. Now, i need to implement the progressbar & ...
6
votes
3answers
130 views

Multiple ListAdapters or a single one, using filtering (Android Performance)

Try to focus on general "dos and donts" regarding lists, e.g. is adding and removing 30 items of a 200 item list better then clearing and repopulating? Or any other tips in this area - I cant ...
6
votes
2answers
938 views

Custom ListView with Date as SectionHeader (Used custom SimpleCursorAdapter)

I want to display ListView with Date as SectionHeader. What i have : I am displaying ListView from sqlite database using custom SimpleCursorAdapter. My Custom SimpleCursorAdapter is : public ...
6
votes
3answers
7k views

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 plan to start a Service that will be constantly calculating the data (it will ...
5
votes
1answer
72 views

Implementing a listview with multiple select with filter using a Cursor Adapter

This problem is discussed in this question Android: Wrong item checked when filtering listview. To summarize the problem, when using a listview with a CursorAdapter and a filter, items selected on a ...
5
votes
2answers
79 views

Best-practice: Update ArrayAdapter continously

I have a Service which fetches some data from the web and updates a List which is "stored" in the Application. Thus, i can access it from the main activity and use it for my ArrayAdapter. When I ...
5
votes
1answer
277 views

Filtering ListView which is part of a ViewPager Fragment

I recently converted my application from using Activites and TabHost to using Fragments and ViewPager from the Android Compat Library for API v4 I was able to fix/resolve most problems but am unable ...
5
votes
4answers
363 views

Best practice to show android contacts + phone numbers

What is the best approach from a performance perspective to show a ListView with contacts and their phone numbers? Use CursorAdapter with the contacts cursor and make the phone numbers query when ...
5
votes
1answer
2k views

Android ListView Adapter notifyDataSetInvalidated() vs notifyDataSetChanged()

What is the difference? The android documentation doesn't have a description for notifyDataSetInvalidated(). I was thinking maybe you call that function to notify all registered listeners, but use ...
5
votes
2answers
398 views

Improving Scroll Smoothness in an Android ListView

I have a an Android ListView that has small (say, 1-5 frame) stutters as it is scrolling, about every second or so. I realize that many Android phones have these problems with animation smoothness, ...
5
votes
2answers
600 views

Animate newly added items in ListVIew

How can I animate newly added items in ListView? I have a adapter and when I add new items in my list I say adapter.notifyDataSetChanged(); the items are added, everything works perfectly, but my ...
5
votes
3answers
405 views

How to correctly use TextSwitcher in ListView?

My TextSwitcher for each record in ListView should display first value (text1) and then another value (text2), then first value again and so on. It should happen only if text2 not empty. Otherwise ...
5
votes
1answer
3k views

Why is my onItemSelectedListener not called in a ListView?

I'm using a ListView that is setup like this: <ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:longClickable="false" ...
5
votes
3answers
11k views

Android search list while typing

How can i build a search bar where while i'm typing the results are shown in the list view in which i'm searching? For example, i have a list view with 20 strings. I press the search key and appears ...
4
votes
3answers
79 views

listview with header and footer

I am trying to build an Android View, with a listview as a header and footer. so far only managed that only appears to the header. Here is a picture that explains what I want and that I've got. ...
4
votes
2answers
88 views

select any item from a list of 10,000 items in android

I try to search through the questions to see if there is any similar thread to my problem but so far haven't found any. Here is my problem is: I have a list of products which contains ~10,000 items ...
4
votes
1answer
312 views

How to maintain ListView position when using the new Loader APIs?

In Honeycomb the Loader APIs were introduced as the proper way to provide data to an application by doing the heavy lifting on a background thread. In my application I'm working to replace all my ...
4
votes
1answer
223 views

AlphabetIndexer setCursor doesn't update its cache

I'm trying to implement a fast scroller with AlphabetIndexer, but when the cursor changes, its not refreshing the index chache. In my CursorAdapter constructor I call setCursor(cursor) but nothing ...
4
votes
3answers
1k views

ListView with alphabets on the right, like the iPhone. Is it possible?

I would like to know if a ListView in Android has an option to place alphabets on the right like the paradigm of iPhone ListView. If yes, can someone provide me with sample codes. I am not looking ...
4
votes
2answers
1k views

Select All items of a ListView (custom row with checkbox in it)

What I have: I have a ListView with custom rows, having a CheckBox & two TextViews in each row. I have a button for "Select All". What i want: I want that when I click the button, all the ...
4
votes
2answers
736 views

ListView of WebViews - reusing items of different height fails; asks for all views before displaying any

I have an activity that displays a ListView. Each item in the ListView is a LinearLayout consisting of one WebView. There are potentially hundreds of items in the list and each is a different height. ...
4
votes
3answers
2k views

android custom listview very slow when scrolling

guys I got a problem with my listview. It runs so slow when scrolling can anybody help me. My listview is custom layout using relative with 3 textview and 1 imageview each row with all content is ...
3
votes
3answers
80 views

get the value from hashmap and add in listview

I have a HashMap HashMap<String, Integer> map = new HashMap<String, Integer>(); in the map there are some value. I want to get the value one by one and add it in listview. The value ...
3
votes
2answers
83 views

ListView is not showing correct values after scrolling

In my application I am using a CustomListView with an ArrayAdapter to show different countries time. But after 6 to 7 rows(depending on the phone screen size) the time values are repeating. According ...
3
votes
1answer
64 views

Checkboxes in a ListView - When I select the first, it checks the last and vice versa

I've set up a ListView that contains a Checkbox in each row (along with a TextView). For some reason, when I "check" one of the boxes, it seems to "check" whichever box is opposite in the ListView ...
3
votes
1answer
116 views

Add item to ListView without reloading

I'm wondering if there's a way to add an item to the ListView without causing the reload of the whole list. I have a BaseAdapter-derived ListView adapter, and when the underlying model gets a new ...
3
votes
2answers
98 views

Can i extend the size of a listview dynamically in java code

I am using a listview in a layout with a size- not in full size of layout. Below the layout there are components like button. I need the layout to get extended when more number of listitems adds ...
3
votes
2answers
212 views

Android (solved): What to do if performance of ListView is still not enough?

Well this topic was and still is debated really a lot and I already read many tutorials, hints and saw talks about it. But I still have problems with my implementation of a custom BaseAdapter for a ...
3
votes
2answers
159 views

how to set the checked/unchecked of CheckedTextView

I have create android listview that fill in using String array. I want to give checked/unchecked functionality it using android CheckedTextView widget. so how could I do this.? I googled using lot of ...
3
votes
3answers
839 views

How to toggle Android ListView Empty Text?

So I have a ListView with an empty list catch in the XML. It works fine. I set the TextView on the ID to be the empty list for different cases, so I need to be able to programatically change that ...
3
votes
1answer
528 views

Multiple choice ListView and SharedPreferences

I want to save the state of a multiple choice listview checkbox's. I have the following layout. What i want to do is to save the state of, for instance, "test1 and test3" and when i return to this ...
3
votes
2answers
531 views

Android - Format Timestamp in ListView with Cursor Adapter

I am using a SimpleCursorAdapter to populate an Android ListView, and was wondering how I should go about getting all of the timestamps I get from a database, each in "DATE_DATE" into human readable ...
3
votes
2answers
938 views

Items in ListView not long clickable after setting click listener in getView()

I've searched around and have not come out with a solution (maybe not using the correct keywords). So, I've a custom ListView which its item can be dragged around when the item is long clicked. ...
3
votes
3answers
571 views

Android ListView: Header/Footer that fills the remaining space on screen

I want to make a chat-like view using ListView where the new messages appear at the bottom of the screen (therefore I use android:stackFromBottom="true") and I want to add a header to the ListView ...
3
votes
4answers
2k views

Android - Gridview or listview?

How do i create this kind of views in my application? (The screenshot is actually of an android application available in android market). I am confused as i assume that we can create the same kind ...
3
votes
3answers
2k views

Deleting items from a ListView using a custom BaseAdapter

I am using a customised BaseAdapter to display items on a ListView. The items are just strings held in an ArrayList. The list items have a delete button on them (big red X), and I'd like to remove ...
3
votes
3answers
413 views

Not able to get the clicked row number in list view of android

I am trying to build a simple sms app for which edit page lists all the saved smses. I gave 2 buttons in my layout for Edit and Delete but when I am clicking on them I am unable to get the rowid (row ...
3
votes
1answer
2k views

group similar rows in listview based on their content

i have a listview that displays a set of rows, each row is clickable. now, i wish to group similar type of rows under one header something like as shown in the figure (mocked up). could some please ...
3
votes
2answers
1k views

android list view clickable problem

i have this customized list. each row contains an image and two lines of text one below the other. i want to open a new activity when any list item is clicked. but i am not able to do so, even after ...
3
votes
1answer
2k views

android ListView onScroll Question

I have a listview and I override the onScroll event for it so that I can get the first character of the text on the first visible item of the listview. My code is as follows: @Override ...
3
votes
2answers
2k views

Lazy-loading images in ListView on Android

I implemented the lazy-loading images in my ListView. I use a AsyncTask to download the image from the internet and bind it to the ImageView in the UIThread. It's working except that when I scroll ...
2
votes
2answers
28 views

Clearing the adapter and then add items, A bug fix

I have a ListView. I need to add items on listView on a condition(true). I have tried to clear adapter and then add true items.And also tried to remove the false items. But it seems I'm missing ...
2
votes
2answers
43 views

Strange exception in ListView Android

I am getting an exception but could not get where exactly the exception occured. I searched but could not get the my project name in the stacktrace. Below is my stacktrace 02-13 15:48:23.741: ...
2
votes
2answers
40 views

Set 2 different images for two different empty listview in the same application

Actually I am able to use empty listview in my application when I am having Single list.But I am encountering with two different list which is using same xml.Now how should I proceed in order to get 2 ...
2
votes
1answer
32 views

HTML Links in Android List View

I have a custom listview in android, with each item consisting of several text views. One of the text views contains HTML text, some of which contains <a> tags. I am using the HTML.fromHTML() ...

1 2 3 4 5 24