[x] a. The purpose of this activity is to show a basic set of data about a user. This should comprise, at least, the following items:
Photo (possibly a default image stored as a drawable resource)
Full Name (your real name)
Nickname (your chosen public identity)
E-mail address
Location of the user (a string for now)
Skills (keyword) & Description (longer text)
Add any other extra data items as relevant to the application that your group is conceiving
[x] b. Each piece of information should be maintained as a property of the activity and initialized with some static value (to be replaced later on)
[x] c. Modify the basic layout as sketched in the following picture (remember that the colored app bar is generated programmatically, and it is not part of the layout file)
[x] d. The app must be responsive to different screen sizes and different orientations: check that everything works as expected choosing different device presets, both in landscape and in portrait mode
[x] e. Commit project. Push it on the remote repository
Show profile activity
[x] b. Each piece of information should be maintained as a property of the activity and initialized with some static value (to be replaced later on)
[x] c. Modify the basic layout as sketched in the following picture (remember that the colored app bar is generated programmatically, and it is not part of the layout file)
[x] d. The app must be responsive to different screen sizes and different orientations: check that everything works as expected choosing different device presets, both in landscape and in portrait mode
[x] e. Commit project. Push it on the remote repository