Ionic app using Ionic Native APIs

Assignment Help Programming Languages
Reference no: EM132911164

PROG2005 - Programming Mobile Systems

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 Tabs Ionic 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
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 ‘en- US', ‘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:
• 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
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:
• 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
• A page for listing all animals
• A page for adding new animals
• A page for editing the existing animals. 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.

Attachment:- Programming Mobile Systems.rar

Reference no: EM132911164

Questions Cloud

Explain the economic impact of observing business : 1. Explain the economic impact of observing business 2. What is the impact of business ethics to society in general?
What do you need to consider during a virtual interview : What do you need to consider during a virtual interview?
Explain strategic control process : a. Discuss, in brief, the strategic control process.
What is the new contracted loan amount owed to mm bank : CBA Ltd. would have to be paid $7 million. If restructuring the loan to continue the business, what is the new contracted loan amount owed to MM bank?
Ionic app using Ionic Native APIs : Ionic app using Ionic Native APIs - develop an Ionic multipage app for a veterinary clinic that uses Ionic components, to maintain a small database of animal
What the total expense budget for these expenses : Based on this information, what the total expense budget for these expenses for the months of July, August and September respectively
What are the current yield and capital gain yield for bond : A ten years maturity bond, What are the current yield and capital gain yield for this bond assuming the yield to maturity of this bond remain unchanged?
Leadership paradox and inter-team relations : What is the leadership paradox? Present a discussion of the strategies for encouraging participative management in the workforce,
Explain how would rebalance equity portfolio : Explain how you would rebalance your equity portfolio in order to overcome any adverse impacts arising from the possible bearish run.

Reviews

len2911164

6/8/2021 11:53:15 PM

To submit your assignment 2, please copy and paste the SRC directory from your project in part 1 into a folder named PART1, and copy and paste the SRC directory from your project in part 2 into a folder named PART2. Then add these two folders to a ZIP file. Save the ZIP file as your full name and student ID, then submit the ZIP file through the Assignment 2 submission link.

Write a Review

Programming Languages Questions & Answers

  Create application to enter number of units sold

Quantity discounts are given according: create an application that allows the user to enter the number of units sold for each software package.

  Application where you ask the user to input the price

Write an application where you ask the user to input the price per letter (PPL), and then ask the user to input the sentence they want printed. The application should then calculate the number of letters and give the user the total cost in the follow..

  Write a program that randomly fills an array of size fifty

Write a program that randomly fills an array of size 50 with integer values from 1 to 20 inclusively. You will need to create a global constant for the size of the array; this will be used for declaring and accessing the contents of the array.

  Insert a text box after the paragraph and type your name

Create a two column table with a minimum of seven rows. You may add additional rows as needed to hold additional hyperlinks that you feel will be useful to you as you progress through your degree.

  Write program to calculate miles per gallon for automobile

Write down the program which calculates miles per gallon for automobile. The program must ask for beginning milage reading on odometer at first.

  Design a for loop that gets six integer numbers from a user

Design a for loop that gets 6 integer numbers from a user, accumulates the total of them, then displays the accumulated total to the user. Just write the code segment to show what is asked, not a complete program.

  How can the internet be used to achieve a business objective

How is web content developed? What are some of the popular design tools in use today?

  Write a program that takes three command-linearguments

Write a program that takes three command-linearguments number operator number and performs the required operation and prints the result on a single complete line in standard output.

  Write a program that inputs an integer in the range

Write a program that inputs an integer in the range [-32767, 32767] from the Serial Monitor and checks to see if that number is a prime number. If the number is a prime number, have the LED on pin 13 turn on. If not, then turn the LED off.

  Complete the systems administration scripting log

Complete the Systems Administration Scripting Log, As you complete each of the following steps, keep track of what occurs at each point, including what you type, the output given, and any errors experienced.

  Write gui program as subclass of jframe

Write a GUI program as subclass of JFrame. It should contain the following: Labels At the top (column headings): Meal, Quantity, Cost, At the left: label for each mea.

  What is the constructors

The following is a short snippet of code that simulates rolling a 6-sided dice 100 times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd