欧美一级a免费放视频,欧美一级a免费放视频_丰满年轻岳欲乱中文字幕电影_欧美成人性一区二区三区_av不卡网站,99久久精品产品给合免费视频,色综合黑人无码另类字幕,特级免费黄片,看黃色录像片,色色资源站无码AV网址,暖暖 免费 日本 在线播放,欧美com

合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

代寫COMP3013、代做C/C++,,Python語(yǔ)言程序
代寫COMP3013,、代做C/C++,Python語(yǔ)言程序

時(shí)間:2024-09-12  來(lái)源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



COMP3013 Mobile Applications Development 
Spring 2024 
Assignment 1 
MenUWS 
Due: 8th
 September 2024 
(Students must demonstrate their assignments at the tutorial time in week 9). 
 
Assignment Details 
 
For this assignment, you are required to create a simple food ordering system as an Android App. 
The app Menulog should serve as a guide to how these sorts of apps typically work. It is suggested 
you download this app and experiment with it. There should be a login screen and options such as 
restaurants, food items and orders. The app should include a home screen that includes one or more 
decorative images and options as above (e.g. button, menu items, tabs etc.) The App has three main 
functions aside from the home screen: 
 
1. Allow user to view restaurants and their food items, typically this shows popular cuisines 
2. Allow user to create, view and modify orders from the restaurants and food items 
3. Provide an admin section where an admin user can login and create the restaurant and food items. 
 
In function 3 above, the creation of restaurant and food items is effectively an administrator only 
screen which would not normally be part of a user-only app. For the purposes of this assignment 
the details of the restaurants, food dishes and orders should be stored in a ‘database’, such as 
SQLite database. For a basic pass, list or file structure is acceptable. Please refer to the marking 
guide to for more details. 
 
In particular, the App should: 
 
Pass level (up to 64%): 
 
1. Provide the main interface and corresponding actions where user can select an option from 
buttons or other controls including 
o Add a new restaurant record. The information includes: Id (unique number for each item), 
name, style of food (eg. Thai, Chinese, Australian, Italian, etc), location, minimum order charge 
and image (image is optional, can be left blank). 
 
o Edit a restaurant record. The user can select a item from the list. The program will display all 
details of the restaurant in the corresponding fields where the information can be edited. The 
page should also include an option to delete the current record in addition to the edit option. 
 
o View restaurant records as a list in the main part of the app for ordering. 
 
2. As above for food/dish items. 
o Add a new food item. The item record includes details such as id, dish name, restaurant, 
main ingredients, price, and image (image is optional, can be left blank). o Edit a food record: the user can select an item from the list. The program will display all 
details of the item in the corresponding fields where the information can be edited. The page 
should also include an option to delete the current record in addition to the edit option. 
 
o View food records as a list in the main part of the app for ordering. 
 
3. Provide the main interface and implemented actions where the user can select an option from 
the buttons/menus for manipulating orders including 
o Make an order. The order record includes details such as order number (like id), restaurant, 
dishes, total price and address. For a pass, the order details can be manually entered by 
the user like restaurant name, dishes, address and the total price can be left empty. To gain 
more marks, the restaurant and dishes option should be queried from the database. See the 
descriptions in the higher grades section. 
 
o View the orders and confirm when finished to lodge the order. 
 
 - Be able to return to the home page or the previous page. 
- Provide an acceptable quality user interface - Are the screens easy to use? Are they laid out 
neatly? 
Do they look good? 
- For a pass it is not necessary to store data in an SQLite database. 
- It is not required to have scrolling or restoring of states such as list positions. 
- Images of restaurants and foods items are not required. 
- Code may not be well commented, named or well laid out. 
 
Higher grades eg. Credit level (up to 74%), Distinction (up to 84%), High Distinction: 
 
Include all required functions of the pass level, plus 
- Store at least one of restaurant or food or order data using an SQLite database 5% 
- Use of multiple tables in SQLite & storing previous orders 3% 
- When making an order, the app provides the user the ability to select a restaurant from 
a list of restaurants then choose one or more dishes from the list of dishes available in 
the selected restaurant. The total price for the order is calculated accordingly and 
displayed on the form. 5% 
- Edit an order. The program will display all details of the item in the corresponding fields 
where the information can be edited. The page should also include an option to delete the 
current record in addition to the edit option. 4% 
- Login and logout facilities for customers and admins (usernames and passwords can be 
hardcoded). 3% 
- Bottom navigation app using fragments. 5% 
- Associate hardcoded images with food items (or restaurant) 3% OR 
- Taking of photos or use Gallery & associating them with food items (or restaurant) 5% 
- Good documentation, comments, naming, etc. 3% 
- Overall presentation, ease of use, good graphics 3% 
 
 Deliverable 
You are only allowed to use Android Studio to code your solution. Your program must be 
executable to pass. You are strongly advised to keep multiple versions in case of unforeseen 
problems. Last minute changes to programs often result in serious problems. You might modify 
the code from related source(s) with a proper citation(s) and you must be able to explain clearly 
your code. The external code should contribute less than 30% of the total program. No part of 
the code can be written by any other persons except as specified above. 
 
Declaration 
There is no requirement for documentation other than that in the code which should include your 
name and purpose of the code. However, you are required to submit a declaration with the 
following claim (in a text file or MS Word file). 
 
DECLARATION 
I hold a copy of this assignment that I can produce if the original is lost or damaged. 
 
I hereby certify that no part of this assignment/product has been copied from any other student’s 
work or from any other source except where due acknowledgement is made in the assignment. 
 
No part of this assignment/product has been written/produced for me by another person except 
where such collaboration has been authorised by the subject lecturer/tutor concerned. 
 
Submission 
Both the declaration and source code should be submitted via vUWS before the deadline for 
documentation/checking purposes. Source code only should be zipped into one file with your 
student id as the zipped file name. Use WinZip or WinRAR only. Submission that does not 
follow these formats is not acceptable. No hard copy of source code or email submission is 
acceptable unless by special arrangement with your tutor. 
 
Demonstration 
You are required to demonstrate your program during your scheduled practical session at the 
specified teaching week (or based on the advice of the lecturer/tutor). Your tutor will check your 
app and your understanding of the code. Make sure that you are fully familiar with the operation 
of your app and draw the tutor’s attention to any special or advanced features you have 
incorporated. You must have sample data in the app at the beginning of the demonstration. You 
will receive no marks if you miss the demonstration time without an application for special 
consideration. To prove that the program is written by yourself, the tutor might require you to 
make some minor modifications. In this case, you must complete what is required in order to 
prove that the code is only written by yourself. You are allowed to run your program from your 
laptop or Android device at the demonstration time. The majority of feedback to your work will 
be delivered orally during the demonstration. Final marks will be posted on vUWS after code 
checking of your on-line submission. 
 
The program you demonstrate should be the same as the one you submit. If you fail this 
assignment at your first demonstration, you are allowed to improve your work within one week 
(maximal grade is pass i.e. 50% in this case). Note that passing the assignment is not a 
requirement to pass the unit. 

請(qǐng)加QQ:99515681  郵箱:[email protected]   WX:codinghelp













 

掃一掃在手機(jī)打開當(dāng)前頁(yè)
  • 上一篇:代寫 48730-32548程序、代做Cyber Security編程設(shè)計(jì)
  • 下一篇:代寫DMS2030 Compute the labor程序
  • ·代寫INFO3616,、代做Python語(yǔ)言程序
  • ·代寫COMP9444、代做Python語(yǔ)言程序
  • ·COMP3411代做,、python語(yǔ)言程序代寫
  • ·代寫AN6007,、Python語(yǔ)言程序代做
  • ·代寫CS 8編程、代做Python語(yǔ)言程序
  • ·CSC345編程代寫,、代做Python語(yǔ)言程序
  • ·COMP3230代寫,、代做python語(yǔ)言程序
  • 合肥生活資訊

    合肥圖文信息
    出評(píng) 開團(tuán)工具
    出評(píng) 開團(tuán)工具
    挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
    挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
    戴納斯帝壁掛爐全國(guó)售后服務(wù)電話24小時(shí)官網(wǎng)400(全國(guó)服務(wù)熱線)
    戴納斯帝壁掛爐全國(guó)售后服務(wù)電話24小時(shí)官網(wǎng)
    菲斯曼壁掛爐全國(guó)統(tǒng)一400售后維修服務(wù)電話24小時(shí)服務(wù)熱線
    菲斯曼壁掛爐全國(guó)統(tǒng)一400售后維修服務(wù)電話2
    美的熱水器售后服務(wù)技術(shù)咨詢電話全國(guó)24小時(shí)客服熱線
    美的熱水器售后服務(wù)技術(shù)咨詢電話全國(guó)24小時(shí)
    海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
    海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
    合肥機(jī)場(chǎng)巴士4號(hào)線
    合肥機(jī)場(chǎng)巴士4號(hào)線
    合肥機(jī)場(chǎng)巴士3號(hào)線
    合肥機(jī)場(chǎng)巴士3號(hào)線
  • 短信驗(yàn)證碼 酒店vi設(shè)計(jì) 投資移民

    關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
    ICP備06013414號(hào)-3 公安備 42010502001045