@janishar
Thank you for an awesome tutorial.
I am new to android and want to add functionality of swiping view. I have used your tutorial as Demo.
But I am confused/unaware how to know which object is swiped from the MainActivity not from the SwipeView fragment. Of course I get
if (view.getId() == R.id.btnReject) { mSwipeView.doSwipe(false); }
But how do I know the object position or tag!?
Hope you will replay soon
Thank you