From bd6ea430d992b498e7734c08a9cc9e85938530b0 Mon Sep 17 00:00:00 2001 From: Miroojin Bakshi Date: Tue, 24 Jun 2014 12:23:22 +0530 Subject: [PATCH 1/4] Add lift-app-challenge content --- .../_create_and_edit_carpool.html.md | 149 ++++++++++++++++++ .../_create_codelearn_project.html.md | 12 ++ lift-app-challenge/_http_requests.html.md | 75 +++++++++ 3 files changed, 236 insertions(+) create mode 100644 lift-app-challenge/_create_and_edit_carpool.html.md create mode 100644 lift-app-challenge/_create_codelearn_project.html.md create mode 100644 lift-app-challenge/_http_requests.html.md diff --git a/lift-app-challenge/_create_and_edit_carpool.html.md b/lift-app-challenge/_create_and_edit_carpool.html.md new file mode 100644 index 0000000..7cd1160 --- /dev/null +++ b/lift-app-challenge/_create_and_edit_carpool.html.md @@ -0,0 +1,149 @@ +## Creating and editing a carpool +Now that we have designed the basic layout for MainActivity we will proceed to design an UI for creating and editing a carpool in **CreateCarpoolActivity**. +A carpool entity consists of four attributes: phone number, location, start time from home & start time from office. +For the UI of *CreateCarpoolActivity*, create a new xml file called **carpool_list.xml** and paste the code into the file shown below. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +