Java – Should I add a confirm password field in android?

Should I add a confirm password field in android?… here is a solution to the problem.

Should I add a confirm password field in android?

I’m new to Android and I’m just starting to create registration activities for my app. I found many tutorials such as this one

What really confuses me is that the confirm/re-enter password part is skipped in all tutorials, so my question is – is this android standard? Do I need to add only one password field to my application?

I think even Facebook only has one password field when a user signs up for a new account.

Solution

After reading this thread, you should no longer trust your application to require a password field twice; Just once and accompanied by “Forgot your password? button.

Related Problems and Solutions