Closed gabriel-TheCode closed 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.
Resolved by using onFocusChangeListener, addTextChangedListener on EditText and methods of CreditCardView (showFront, showBack) !
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.