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.
- Overview of Android Studio.
- Android components.
- Please understand use of every folder when we create project (drawable, layout, string.xml etc...)
- Activity/Fragment life cycle. (create sample app and add logs inside all lifecycle method's for better understanding)
- Different type of layouts.