diff --git a/lift-app-challenge/_create_and_edit_lift.html.md b/lift-app-challenge/_create_and_edit_lift.html.md new file mode 100644 index 0000000..8818cdc --- /dev/null +++ b/lift-app-challenge/_create_and_edit_lift.html.md @@ -0,0 +1,154 @@ +## Creating and editing a lift +Now that we have designed the basic layout for MainActivity we will proceed to design an UI for creating and editing a lift in **CreateLiftActivity**. +A lift entity consists of four attributes: +* Phone number: The phone number of the car owner. +* Location: The initial location of the lift. +* Start time from home : The departure time from the location. +* Start time from office : The departure time from the office. + +For the UI of **CreateLiftActivity**, create a new xml file called **activity_create_lift.xml** and paste the code into the file shown below. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +