KaHeL

Results 2 comments of KaHeL

Just add the column count on the position of the current index. Since I think this library manually adds a header view on your list. So for example on ListView...

As mentioned you need to wrap the adapter using: // Wrap your adapter with QuickReturnAdapter listView.setAdapter(new QuickReturnAdapter(adapter)); e.g: In my case I use custom adapter which extends BaseAdapter: ``` public...