Android : android. display the number of asterisks more than the password is

on Monday, September 1, 2014


the following logic:



  1. user enters password

  2. login is successful

  3. user logouts


as result no matter what password was entered some stable count of asterisks is displayed (number of the shown asterisks should be different than the password is).


example:


user enters password 123. login is sucessful. then he logouts. as result password is shown like ***** (count of the asterisks is bigger than the password is)


Is that possible?


Maybe I can use ReplacementTransformationMethod, but I cannot find how to use it correctly.


0 comments:

Post a Comment