项目作者: GelmisBartulis

项目描述 :
Android development assesment
高级语言: Java
项目地址: git://github.com/GelmisBartulis/assignment1.git
创建时间: 2019-04-15T06:26:35Z
项目社区:https://github.com/GelmisBartulis/assignment1

开源协议:

下载


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.