Simple Android Show Password login form
Android added this functionality already, but for my target deployment I had to implement it from scratch . I usually end up doing that anyway. So the idea is to have a login form with username / password / login button and next to the password field you would have a small button that toggles password obfuscation on and off. It looks like this: The implementation is trivial. You need…