Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 715 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 715 Bytes

Assignment 1

Skill assesment in Android application development

Design simple registration screen which has First name, Last name, email id, date of birth, gender, address and sign-up button.

Please add validations to all field and on button click print all parameters (use activity as well as fragment).

Apart from this please clear below concepts about android.

  1. Overview of Android Studio.
  2. Android components.
  3. Please understand use of every folder when we create project (drawable, layout, string.xml etc...)
  4. Activity/Fragment life cycle. (create sample app and add logs inside all lifecycle method's for better understanding)
  5. Different type of layouts.