I already tried references from similar question on SO, but hasn\'t got the appropriate solution.
I\'m trying to fetch the data from a webpage and displ
Caused by: java.lang.NullPointerException 12-07 11:40:19.767: E/AndroidRuntime(2283): at com.multicol.listviewAdapter.getCount(listviewAdapter.java:31)
The exception is at the getCount() method. List is null. Instantiate it
private ArrayList> list=new ArrayList({});
Give a try