GRATIS

Build a Relative Layout App in Android Studio

  • money

    Cursos gratis (Auditar)

    question-mark
  • earth

    Inglés

  • folder

    Siempre Abierto

  • certificate

    Guía de Registro en Coursera

    arrow
Acerca de este curso

  • Build a Relative Layout App in Android
    • In this course you will build an Android app with a Relative Layout in Android Studio with the java programming language and will be given an explanation of Relative layout. This app has a piece of text asking the user to "Tell me more about yourself". Beneath this is three pieces of text with input boxes next to them. The pieces of text say Name, Date of Birth, and Time of birth. While you update the name input just by typing text you will be presented with a date picker dialog and a time picker dialog to assist in inputting the relevant date and time. Below these input boxes are two buttons. One to submit the information entered and one to exit the app. When you press the submit button the text at the top of the screen will change from "Tell me more about yourself" to " NAME was born on DATE at TIME". The exit button will close the app and the program will remember the choices made by the user in their previous visit.