You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: