How to call ItemClickListener
programmatically? listView.performItemClick()
does not work. Is that possible?
mList.performItemClick( mList.getAdapter().getView(mActivePosition, null, null), mActivePosition, mList.getAdapter().getItemId(mActivePosition));
Where mActivePosition is your click position!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With