Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q 1 . The code need to be in java and xml file Design a mobile application that checksif two passwords match. It hastwo text
QThe code need to be in java and xml file Design a mobile application that checksif two passwords match. It hastwo text fields, two labels and on e button. The user first enters hisiher password in the first fietdend the password is evaluated for its validity. The password must:
have at least eight characters.
consist of only letters, digits and # # &
contain at least two digits.
start with a letter or a digit
contain at least one of the symbols # or &
not contain the same letter in succession
When there is a violation of the above rules, notify the user with a proper message. When the password is accepted in the first field, the second text field is en abled and the user can enter the password. The app now compares the two passwords for equality. Request the user to reinput in the second field until the match is established. When no match, noify by the message: PASSWORDSMUST MATCH. When the match is obtained issue the message: THANKYOU.
Q: Design mobile application that performs unit conversion between pound to kilogram. kilogram to pound, mile to kilometer and kilometer to mile. The app consists of two activities; one activity is to make the conversion an d show the output, and the other is to select the kind of conversion. Include a model. Include transitions between the two activities. Make the user choice persistent so that the next time the user runs the app. his or her previous ch oice is the default.
The code need to be in xml and java in andriod studious.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started