Description

Description

  • You must submit two separate copies (one Word file and one PDF file) using the Assignment Template attached.
  • It is your responsibility to check and make sure that you have uploaded both the correct files.
  • Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets or languages other than English or any kind of manipulation).
  • Email submission will not be accepted.
  • You are advised to make your work clear and well-presented. This includes filling your information on the cover page.
  • You must use this template, failing which will result in zero mark.
  • You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
  • Late submission will result in ZERO mark.
  • The work should be your own, copying from students or other resources will result in ZERO mark.
  • Use Times New Roman font for all your answers.

*Please look carefully at the attached file and follow the instruction and answer all questions.

College of Computing and Informatics

Assignment 1
Deadline: Day 18/02/2025 @ 23:59
[Total Mark for this Assignment is 8]
Student Details:
Name: ###

ID: ###

CRN: ###
Instructions:

• You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.

• It is your responsibility to check and make sure that you have uploaded both the correct files.
• Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between
words, hide characters, use different character sets, convert text into image or languages other than English
or any kind of manipulation).

• Email submission will not be accepted.
• You are advised to make your work clear and well-presented. This includes filling your information on the cover
page.

• You must use this template, failing which will result in zero mark.
• You MUST show all your work, and text must not be converted into an image, unless specified otherwise by
the question.

• Late submission will result in ZERO mark.
• The work should be your own, copying from students or other resources will result in ZERO mark.
• Use Times New Roman font for all your answers.

Restricted – ‫مقيد‬

Question One

Pg. 01
Learning
Outcome(1):

Question One

Explain mobile

Define Android and discuss its significance in the mobile development

computing and

landscape. Include key features that differentiate Android from other

classify types of

mobile platforms.

mobile devices.

Restricted – ‫مقيد‬

2 Marks

Question Two

Pg. 02
Learning
Outcome(4):

Question Two

2 Marks

Using XML, design a simple user interface for a fictional app. Your UI

Develop mobile

should include at least three different UI components (e.g., TextView,

applications for

Button, EditText). Explain the purpose of each component in your

multiple platforms.

design-you need to add screenshots of your work with your name as
part of the code to appear on the interface-.
Screenshot is needed.

Restricted – ‫مقيد‬

Pg. 03

Restricted – ‫مقيد‬

Question Two

Question Two

Pg. 04
Learning
Outcome(4):
Develop mobile
applications for
multiple platforms.

Question Three

3 Marks

According to the below screenshot of an app, build an Android App that
has a set of java files that implement an adapter with RecyclerView. The
details of the java files you need to create are described below.

1. The first java file should contain a data field which is in this case:
Movie_name, Director_name, Production_year.
2. The second java file contains MovieViewHolder.
3. The third java file contains the MovieAdapter which is act as a
bridge between the data items and the View inside of
RecycleView.
4. The Mainactivity java file will contain some samples data to display.

HINT: Include the screenshot of your App, after you run the app, as a part
of your answer. In addition, copy and paste the code into this file. Otherwise,
you will be marked zero for this question.

Restricted – ‫مقيد‬

Pg. 05

Restricted – ‫مقيد‬

Question Two

Question Two

Pg. 06
Learning
Outcome(4):
Develop mobile
applications for
multiple platforms.

Question Four

2 Marks

rite the XML file and the code of the MainActivity.java of an android app
to display lifecycle of android app.
1. For XML file, you must use one TextView to display message “I am
XYZ” and in place of XYZ you must write your name.
2. In the MainActivity.java file, override onCreate method to display
Toast message “onCreate by XYZ” and in place of XYZ, in
TextView, the app must write your name as well. Similarly, coding
all other app lifecycle’s methods; onStop, onStart, onPause,
OnResume, On Restart, onDestroy
The Following Screenshot shows a sample of how the app may looks like.

HINT: Include the screenshot of the layout’s output for each state/phase
of your app, after you run the app, as a part of your answer. Otherwise,
you will be marked zero for this question.

Restricted – ‫مقيد‬

Purchase answer to see full
attachment

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Description

Description see College of Computing and Informatics IT353 Project Report Deadline: Wednesday 04/23/2025@ 23:59 [Total Mark for this Project is 14] Student Details: CRN: Name(leader): Name: Name: Name: ID: ID: ID: ID: Instructions: • You must submit two separate copies (one Word file and one PDF file) using the Assignment

Description

Description Topic is The role of technology and innovation College of Health Sciences Group presentation Group guidelines: • Create the group presentation (5- 6) member in each group and each group should be assign by the leader from the group. • Each group should prepare a presentation of one of

Description

Description Name your file ONLY (First name and Family name) The Assignment must be submitted on Blackboard (WORD format only) via allocated folder. Assignments submitted through email will not be accepted. Students are advised to make their work clear and well presented, marks may be reduced for poor presentation. This

Description

Description see all details and don’t use chat gpt College of Computing and Informatics Assignment 2 Deadline: Sunday 13/04/2025 @ 23:59 [Total Mark for this Assignment is 8] Student Details: Name: ### ID: ### CRN: ### Instructions: • You must submit two separate copies (one Word file and one PDF

Description

Description see College of Computing and Informatics Assignment 2 Deadline: Sunday 13/04/2025 @ 23:59 [Total Mark for this Assignment is 8] Student Details: Name: ### ID: ### CRN: ### Instructions: • You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard

Description

Description saa ASSIGNMENT COVER SHEET Course name ORAL HEALTH PROMOTION Course number PHC 374 CRN Choose one of the following two topics to explore: Promoting Oral Health: Understanding Diseases and Preventative Measures 1. Explore the various types of diseases and conditions that commonly affect the oral cavity, ranging from bacterial

Description

Description see ASSIGNMENT COVER SHEET Course name ORAL HEALTH PROMOTION Course number PHC 374 CRN Choose one of the following two topics to explore: Promoting Oral Health: Understanding Diseases and Preventative Measures 1. Explore the various types of diseases and conditions that commonly affect the oral cavity, ranging from bacterial

Description

Description Topic is Telehealth and telemedicine in mental health

Description

Description Design and implement a database system for the e-commerce platform that supports inventory tracking, order processing, and customer relationship management. The system should be scalable, reliable, and secure, ensuring smooth operations as the business grows. The full requirement is explained well on attached file. The all project should be

Description

Description In this project, students will work in groups of 2-3 to design and implement a Hospital Management System that utilizes various data structures to manage: Patient records Emergency queues Treatment histories Doctor assignments Each group will submit: A comprehensive report detailing the problem statement, algorithms used, and analysis. The

Description

Description -Make sure to avoid plagiarism as much as possible -All answers must be typed using Times New Roman (size 12, double-spaced) font. No pictures containing text will be accepted and will be considered plagiarism). -APA style for the references -it is advised to make the work clear and well-presented.

Description

Description -Make sure to avoid plagiarism as much as possible -All answers must be typed using Times New Roman (size 12, double-spaced) font. No pictures containing text will be accepted and will be considered plagiarism). -APA style for the references -it is advised to make the work clear and well-presented.

Description

Description Critical Thinking Assignment Module 10: Making Decisions to Manage Risk, Government and Alliances Question Requirements: Managing the Politically Volatile Multinational Corporation In this assignment, you will identify a multinational corporation operating in a politically volatile region. Your task is to critically assess the methods available for managing political risk,

Description

Description -Make sure to avoid plagiarism as much as possible -All answers must be typed using Times New Roman (size 12, double-spaced) font. No pictures containing text will be accepted and will be considered plagiarism). -APA style for the references -it is advised to make the work clear and well-presented.

Description

Description Each answer should be within the limit of 200- 250 words. The Answer must follow the outline points below: Lean Thinking and JIT Concept Agile Supply chain Their Main functions Reasons with suitable Examples Add5 APA Style Reference · The Assignment must be submitted on (WORD format only) via

Description

Description The Assignment must be submitted on Blackboard (WORD format only) via allocated folder. • Assignments submitted through email will not be accepted. • Students are advised to make their work clear and well presented, marks may be reduced for poor presentation. This includes filling your information on the cover

Description

Description Name your file ONLY (First name and Family name) • The Assignment must be submitted on Blackboard (WORD format only) via allocated folder. • Assignments submitted through email will not be accepted. • Students are advised to make their work clear and well presented, marks may be reduced for

Description

Description The Assignment must be submitted on (WORD format only) via allocated folder. Assignments submitted through email will not be accepted. Students are advised to make their work clear and well presented; marks may be reduced for poor presentation. This includes filling your information on the cover page. Students must