Diolor / Swipecards

A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.
Apache License 2.0
2.34k stars 583 forks source link

Showing dialog on the first left and right swipe. #145

Closed tchawla2 closed 8 years ago

tchawla2 commented 8 years ago

I want to show a dialog when I swipe left and right for the first time.

alexwalterbos commented 8 years ago

Save whether the user has swiped before in, for example, the SharedPreferences. Check whether this flag is present when the user swipes, show the dialog if not.

tchawla2 commented 8 years ago

Yes, I figured that out already. Anyways, thanks for the help. :)