首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
PROG2005设计编程辅导、讲解Java程序、Java编程辅导 辅导R语言程序|辅导Database
项目预算:
开发周期:
发布时间:
要求地区:
PROG2005 – Programming Mobile Systems
Assignment 2 (S1 2021)
This assignment is due on Friday, 21 May 2021, at 11:00 pm. You should submit your source code as a ZIP
archive for all parts of the assignment to the assignment 2 submission link on the unit website. If the file size is
too large to upload via the submission link, please submit only the SRC folder of the Ionic projects as a ZIP file,
then send the entire project folders via a method specified by your tutor. Note that marks will be deducted for
poorly structured or uncommented code. All submitted source code files must include title comments that at least
identify the author and the assignment part. The separate parts of the assignment are to be submitted in separate
subdirectories (e.g. Part1, Part2 etc.).
Please note that this assignment will be due after the weekly sessions have covered the last of the required
materials, and covers several laboratory sessions and topics. Do not leave this assignment to the last minute –
complete the relevant parts of the assignment while concepts are fresh in your mind. If you require an extension,
you must apply to your tutor before the due date to be considered. Unless an extension is approved, there is a
penalty (see Unit Information Guide). This assignment requires you to develop two applications to demonstrate
your knowledge of Cordova and Ionic framework. It will start with a Cordova application in part 1, and you will
implement a multipage application using the Ionic framework in part 2. You must use only the TabsIonic template
for your apps for Part 1 and Part 2.
To ensure every aspect of the implemented apps work properly, test your apps on a real device or in an emulator
before the submission. The browser platforms do not support some of the plugins and hardware sensors, so the
applications may not be tested thoroughly in a browser window.
Part 1 – Ionic app using Ionic Native APIs (13 marks)
In this section, you will develop an app to use Cordova and Ionic Native plugins which access some of your
device’s hardware sensors (1 mark for the correct use of Ionic native). It is unnecessary to test your app on a real
device, but you should if you have one available. The app should be working correctly on an emulator (it will be
tested).
You are requested to develop a multipage Ionic app. The pages required are:
1. A page to implement Text-To-Speech service. Add (3 marks)
• an input field to enter a string
• a range control to select the speed rate of the speech (0 ~ 1)
• a button to call and execute the speak function
• a button to stop the playback
Users will need to enter a text. When the speech button is tapped, the app starts generating the
synthesized audio output of the input text. You can also add a list for locale (a string like ‘enUS’,
‘zh-CN’, etc.) if you wish, but this is optional. You will need to research the ‘text to
speech’ plugin for this.
2. A page to display the following device information (2 marks):
• Cordova version running on the device
• device’s model
• device’s operating system name and version
• device’s hardware serial number
To display the above information, you will need to add ‘Device’ Ionic native plugin to your
application.
3. A page to display the current magnetic compass heading in degrees (2 marks). This uses the ‘Device
Orientation’ plugin. For full marks, have the page show the heading in symbols N, NW, SE,
SSE, etc. (to three levels) (2 marks). For instance, SSE means South-South-East, which is south of
South-East. If you want to impress (no extra marks), display a compass and needle pointing to the
correct points of the compass.
4. A page that has an audio player implemented to play audio files (3 marks). Your player needs
• a button that plays the audio when tapped
• a button to stop the play
• a range input to adjust the volume
To implement the above, you will need to use the ‘Native Audio’ Ionic native plugin. Add
the audio file to the ‘assets’ folder of the Ionic project.
Part 2 – Ionic app to manage a veterinary clinic’s animal database (12 marks)
The aim is to develop an Ionic multipage app for a veterinary clinic that uses Ionic components, to maintain a
small database of animal information while the app is running on a mobile device or in a browser window. The
app will access a remote website using RESTful operations (see below) to create, edit and delete records on the
website.
Your app will implement an injectable service to access the remote website using AJAX techniques. Each page
component will access this injectable service for remote HTTP operations.
The data records have the following format (1 mark):
• Animal name – string. This will be a unique key for the data.
• Animal species – string (must be “dog”, “cat”, “rabbit”, “guinea pig”, “bird” or “other”)
• Animal age – number (will be the whole number of years)
• Animal sex – string (must be “male” or “female”)
• Phone number (owner’s number) – string
The data has the following requirements (1 mark):
• Each record must have a value for all fields. No field can be blank.
• The animal ‘species’ and ‘sex’ must be one of the options shown.
• The animal name can only be entered and saved once (it must be unique for each animal).
Your app will have several pages:
• Home page with greetings and your name as app author (1 mark)
• A page for listing all animals (1.5 marks)
• A page for adding new animals (1.5 marks)
• A page for editing the existing animals (3 marks). This page will also allow searching for animals and
deleting an animal from the data.
Your app will have help information that appears over the current page when requested (each page require a help
widget). The delete operation will require a prompt to confirm the delete. This prompt should be an Ionic dialogue
(not a JavaScript alert!). You must have at least four pages on your app, and if you chose the tabs template, you
must change the icons to be appropriate (3 marks for all of these).
Use appropriate Ionic user interface components to implement the app. Several things are missing here from the
usual app. For example, there is no splash screen requested and no media or other native interfaces (e.g. pictures
of animals). You can add them if you wish, but these have not been added as requirements to simplify the app.
The sever is at URL http:spike.scu.edu.au:8080/PetServ/ and the RESTful operations are as follows:
GET PetServ/ - get all the animal data as a JSON response (an array)
GET PetServ/name - get data for an animal named “name”
PUT PetServ/ - updates the record on the database with the PUT body, which is a JSON format
animal record. If the animal name exists, the associated data is updated. Otherwise, a
new animal record is created.
DELETE PetServ/name - removes the record with the given name. Note that removal of the animal named
“terry” is forbidden (status 403 returned) so that students will find at least one record
on the server. Successful deletion of other records must return a proper message.
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!