sharish / CreditCardView

Apache License 2.0
968 stars 246 forks source link

How to edit CreditCard without viewpager #54

Closed gabriel-TheCode closed 5 years ago

gabriel-TheCode commented 5 years ago

I'm trying to edit a credit card without fragments and viewpager as you have done on the sample project, just with many EditText on the same page. Capture

gabriel-TheCode commented 5 years ago

Resolved by using onFocusChangeListener, addTextChangedListener on EditText and methods of CreditCardView (showFront, showBack) !