Questions tagged [endlessadapter]
18 questions
0
votes
3 answers
NullPointerException in EndlessAdapter
I have successfully created a demo for EndlessList from this tutorial. Now As I wanted to use this EndlessList in my project with live web data, I have modified the demo code like below,
MainActivity.java
public class MainActivity extends Activity…

user3264399
- 284
- 1
- 13
0
votes
1 answer
ListFragments infinite scroll don't work after switching tabs to and fro
I have a application which has a main activity hosting 2 list fragments controlled by tabs (courtesy of actionbarsherlock).
Both fragments are more less same in code and load data from server dynamically. One shows latest content second shows all…

Rajdeep Rath
- 81
- 2
- 9
0
votes
1 answer
custom ListView item in CWAC's EndlessAdapter
I'm using CWAC's Endlessadapter. By default it uses default ListView with just one TextView. I would like to use getView method in the adapter to set my item in the way I like such as:
@Override
public View getView(final int position, View…

Rudi
- 4,304
- 4
- 34
- 44