Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
restaurant-ordering-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cs123-ros
restaurant-ordering-system
Commits
5d7b7034
Commit
5d7b7034
authored
Nov 21, 2015
by
Shinryu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added method definition for accessing category EditText contents
parent
df3c2863
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
AddEditProfile.class
...m/cs123grpE/restaurantorderingsystem/AddEditProfile.class
+0
-0
AddEditProfile.java
...om/cs123grpE/restaurantorderingsystem/AddEditProfile.java
+1
-0
No files found.
RestaurantOrderingSystem/bin/classes/com/cs123grpE/restaurantorderingsystem/AddEditProfile.class
View file @
5d7b7034
No preview for this file type
RestaurantOrderingSystem/src/com/cs123grpE/restaurantorderingsystem/AddEditProfile.java
View file @
5d7b7034
...
...
@@ -51,6 +51,7 @@ public class AddEditProfile extends Activity {
EditText
price
=
(
EditText
)
findViewById
(
R
.
id
.
txtPrice
);
EditText
des
=
(
EditText
)
findViewById
(
R
.
id
.
txtDescription
);
EditText
tag
=
(
EditText
)
findViewById
(
R
.
id
.
txtIngredients
);
EditText
cat
=
(
EditText
)
findViewById
(
R
.
id
.
txtCategory
);
Toast
.
makeText
(
this
,
"Item is added to menu."
,
Toast
.
LENGTH_SHORT
).
show
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment