MeetMe / Android-HorizontalListView

HorizontalListView is an Android ListView widget which scrolls in a horizontal manner (in contrast with the SDK-provided ListView which scrolls vertically).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not woking with Simple Cursor adapter

JitenNumberTank opened this issue · comments

hello,
I have used this Android Horizontal ListView with my code. it was runing successfully with arrayadapter. but I have to load data from cursor so I got Simple Cursor Adapter and thats Got Problem with SimpleCursorAdapter. I am getting this issue Cannot perform this operation because the connection pool has been closed at com.numberatank.Utils.HorizontalListView.fillListRight(HorizontalListView.java:755). Could you provide me solution for that?