Android代做 | app代写 | 代写scheme | assignment代写 – 159.336 Assignment 1

Assignment 1

Android代做 | app代写 | 代写scheme | assignment代写 – 该题目是一个常规的app的练习题目代写, 是比较有代表性的Android/app/scheme等代写方向, 这个项目是assignment代写的代写题目

app代写 代写app 移动开发 认准zuoyedaixie.net

Due 18 th August 2021

For tmake phone calls. his assignment you need to write a simple dialer application for Android to

The dialer must have the following UI elements: A number display to show the phone number which will be called.A keypad with 12 keys (0-9, * and #), pressing one of these keys will add a character to the number.A delete button that deletes the last character of the number. A Call button to place a phone call. A simple implementation of this UI could look like the layout on the right. Your app doesnt have to look like this but it must have the same functionality. When the call button is pressed, the dialler should place a phone call using an Intent with action: Intent.ACTION_CALL and a data URI containing tel:+number. Make sure your app obtains permission to make phone calls (Manifest.permission.CALL_PHONE) at runtime and that your app works on devices with API level 21 and later. Make sure your app behaves correctly when the device is rotated (including while the app is running) and the app is usable on devices with different screen sizes. You must only have a single Activity in your app. Your app can, optionally, accept ACTION_DIAL intents by registering an intent filter for the scheme tel, if you want to test this you will need to do:

am start -a android.intent.action.DIAL -d "tel:094140800" from an adb command line. Submit your assignment on Stream. You must submit a zip file containing a clean source tree. To do this, use Zip File… in Android Studio. You do not need to submit an apk. Do not use any libraries other than those included in the File..Export to latest Android SDK. Marks will be deducted for zip files which do not build correctly. Do not change the top level gradle buildfile.

This is an individual assignment, you can not work in groups. Marks will be awarded for well written programs. Use commentsin your code to document it. Marks will be subtracted for plagiarism, late submission and bad documentation. This assignment is worth 10% of the total marks for the course.

M Johnson 2021