Create an Android App project with two activities. The app will use5 string variablesto hold information about yourself (like top 5 software skills or top 5 sports / foods/ movies/ books or other) in thestrings.xmlresource file. Open the string resource file and add your information.
Now, add a button to the activity-main.xml file without any input data controls (No plain text or edit text), and a text view control to have description about this app. Main activity should pass the string file values to second activity using an intent object.
The second activity will get the values from the intent object and print them in a text view(s), when the user tabs “Send” button.
(4 points)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here