android-listview Questions

5

Solved

I have a requirement where I need to load thumbnails and a Text in ListView which gets set by the custom Adapter. The Thumbnails should be stored in a cache memory, for that I am using the Universa...
Spectator asked 13/12, 2012 at 6:20

3

I need to make screen similar to this. I think it has autocompletetextview and listview to display returned results. Google Place API is used here to auto suggest places and listview adapter is upd...

4

So really quickly i have a listView with a custom adapter and it inflates a view that contains a horizontalScrollView as well as a textview etc. The problem I am having is that when i try to attach...
Gravimeter asked 28/1, 2012 at 22:12

5

Solved

I have a listview that gets additional views added on request, that's maintained by a BaseAdapter. How can I maintain scroll position after the update? I know this has been asked a few times, but ...
Necessity asked 9/8, 2012 at 6:26

7

Solved

How can I create a ListView with fixed header and footer? I don't want the header/footer to scroll with the items in the ListView. Is it possible that the header/footer is floating over the Lis...
Puss asked 29/5, 2013 at 11:4

2

Solved

I've got a silly little problem. I've registered a ListFragment both as OnItemClickListener and OnItemLongClickListener of its own ListView. When the onItemClick event is called, an intent for the...

3

Solved

My app has an orange theme all over but the ScrollBar/FastScroll is appearing green. I've tried to search a lot but can't find any way to change this. It just stays the way it is. I found a "andr...
Sielen asked 1/6, 2015 at 14:37

2

Solved

I am using a ViewPager with a FragmentStatePagerAdapter that contains 5 pages. In the first page I have a ListView with items. When I change at the last page of the ViewPager, and I come back to f...

7

In my application I got an activity with some kind of actionbar at the top and the listview below it. What I want to do - is to scroll it UP with the list, so it hides and then, when the list is be...

8

Solved

I'd like to get the exact, pixel position of the ListView scroll. And no, I am not referring to the first visible position. Is there a way to achieve this?
Stratopause asked 30/5, 2012 at 0:6

5

Solved

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 wi...
Hujsak asked 18/3, 2010 at 10:4

5

Solved

I have created drawer layout sample application, it's working fine, my problem is drawer layout working in right to left perfectly but I am trying to move icon left side to right side but it's not ...
Elatia asked 23/11, 2013 at 7:45

4

Solved

I'm using ArrayAdapter to bind my data from my ArrayListto my ListView and i use an AlertDialogto insert data into my Arraylist. My problem is that i'm unable to refresh my ListView after the chang...
Curvy asked 2/8, 2012 at 21:27

2

Solved

Can anyone explain why my View element (ListView) is null with the following code: public class NewsFragment extends Fragment { @InjectView(R.id.news_listView) ListView lv; @Override public V...
District asked 14/12, 2013 at 18:53

5

I'm trying to make a layout like this: The problem is that I don't want the ListViews to be scrollable. I want them to be as high as they need to and make the whole screen be scrollable. If I se...
Grimbly asked 15/9, 2013 at 14:8

4

Solved

What i want to do is , allow user to swipe and refresh the list, it does not matter if the data is there or not. But when data is there in the listview only the listview should be visible, and when...
Lim asked 13/6, 2015 at 11:22

6

Solved

I'm using Fragment with listView. I fill ArrayAdapter associated with this listview, by data received in custom Loader(from internet). Custom ArrayAdapter supports infinite scrolling(paging). What...
Distinctly asked 22/5, 2013 at 13:3

5

I have a ListView that takes up the entire screen, but sometimes it doesn't have enough items in it to completely cover the ListView widget. I'd like to be able to respond to clicks on that empty s...
Cordate asked 30/8, 2013 at 0:51

11

Solved

So I have an activity with 2 ListView widgets, when you select a value in the first one, the second is populated with values related to the selection in the first ListView. This mechanic works with...
Tearing asked 14/2, 2012 at 17:1

5

Solved

I have one ListView which is showing me some data through an array (which is in another class and I'm accessing it through it's object). Whenever I delete an element from the ListView through con...
Tetrad asked 3/11, 2010 at 15:47

5

Solved

I have a ListView and an EditText. I implement addTextChangedListener on EditText to filter the ListView content. leftList.setTextFilterEnabled(true); et_search.addTextChangedListener(filterTextWa...

6

Solved

Can any one explain the difference between Scroll View and List View? When to use which one? And which one is more efficient?
Ravelment asked 22/3, 2012 at 10:43

4

Solved

I am trying to understand the ListView concept and how it works and I'm trying to create my own adapter which extends BaseAdapter. For ArrayAdapter for instance, there is the notifyDataSetChanged()...
Copulation asked 1/9, 2012 at 17:21

5

Solved

When I set the onScrollListener for my ListView, it calls onScroll. This causes a crash because certain things haven't been initialized. Is this normal? Note: this is happening without me even tou...
Limp asked 18/4, 2013 at 2:7

10

Solved

I though this would be a simple task, but apparently there is no way to scroll listview to the bottom. All solutions that I found are using variations of setSelection(lastItem) method which only se...
Klinges asked 25/9, 2013 at 5:34

© 2022 - 2024 — McMap. All rights reserved.