Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down