From 3657cb1b2681cead97ba4d9a406c49a2cb3d95a9 Mon Sep 17 00:00:00 2001 From: Sasitha Layan Yasathilaka <37419098+SasithaLY@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:20:59 +0530 Subject: [PATCH 1/3] Create Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc87f2e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +PizzaHut Mobile App Redesigned + +This is an android application for PizzaHut which is a well-known pizza restaurant. This is a redesigned app of the current pizzahut app available on playstore. This application enables users to register and order pizza online. Redesigned app has fixed some of the UI issues and user experience issues found on the original application. From b200b203da10659701716fa2f81fcf934fc103ec Mon Sep 17 00:00:00 2001 From: Sasitha Layan Yasathilaka Date: Sat, 8 Oct 2022 12:57:01 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc87f2e..6e672a7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ PizzaHut Mobile App Redesigned This is an android application for PizzaHut which is a well-known pizza restaurant. This is a redesigned app of the current pizzahut app available on playstore. This application enables users to register and order pizza online. Redesigned app has fixed some of the UI issues and user experience issues found on the original application. + +Following functions are available in this app. +* Signin and Signup +* View Pizza +* Order a pizza From b5a04129c34e32cbaec9243c829ff8ceeacd9410 Mon Sep 17 00:00:00 2001 From: Sasitha Layan Yasathilaka Date: Sun, 29 Oct 2023 17:27:42 +0530 Subject: [PATCH 3/3] Added comments --- .../main/java/com/example/hp/pizzahut_order/SearchPizza.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/java/com/example/hp/pizzahut_order/SearchPizza.java b/app/src/main/java/com/example/hp/pizzahut_order/SearchPizza.java index f78844f..c3610eb 100644 --- a/app/src/main/java/com/example/hp/pizzahut_order/SearchPizza.java +++ b/app/src/main/java/com/example/hp/pizzahut_order/SearchPizza.java @@ -14,6 +14,9 @@ import java.util.ArrayList; +/* Search pizza page implementation +* User can search pizza by using variety, type and name +*/ public class SearchPizza extends AppCompatActivity { Button btnsearch; GridView gridView;