Have you ever met or facing this type of error before? with my ListView when i scroll till Last element +1 (after last record) then error will pop up (Application not responding..)
I have been stuck with this bug...
Here is my XML file:
<ListView
android:id="@+id/videoListView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="8"
/>
Very appreciate for your help


