I have an EditText in my Activity that users must enter date in it in my desired format like ____/__/__. Is there any way to show this format in EditText of Android like mask textboxes of some programming languages?
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OR
EDIT
I would recommend a
DatePickerthough rather than having users enter numbers and slashes. IfDatePickeris not an option, I would then recommend 3 EditTexts that each have their own hint and which possibly automatically move between each other when they reach their automatic size.