How to use BaseAdapterHelper to implement the interface to pull more features?
lizhidu opened this issue · 1 comments
lizhidu commented
How to use BaseAdapterHelper to implement the interface to pull more features?
JoanZapata commented
You can't, but you can submit pull request to add new features. In the meanwhile you can use helper.getView(int)
to do things on a view that doesn't have a dedicated method yet in BaseAdapterHelper
.