Marketably_sukiyaki_dubious

.docx

School

University of Nebraska, Omaha *

*We aren’t endorsed by this school

Course

860

Subject

Computer Science

Date

May 14, 2024

Type

docx

Pages

2

Uploaded by MateComputerMagpie35 on coursehero.com

Question: What are the different states wherein a process is based? Answer: There are 4 possible states: foreground activity, visible activity, background activity, empty process Question: How can the ANR be prevented? Answer: One technique that prevents the Android system from concluding a code that has been responsive for a long period of time is to create a child thread. Within the child thread, most of the actual workings of the codes can be placed, so that the main thread runs with minimal periods of unresponsive times. Question: What is the difference between a regular bitmap and a nine-patch image? Answer: In general, a Nine-patch image allows resizing that can be used as background or other image size requirements for the target device. The Nine-patch refers to the way you can resize the image: 4 corners that are unscaled, 4 edges that are scaled in 1 axis, and the middle one that can be scaled into both axes. Question: Is there a case wherein other qualifiers in multiple resources take precedence over locale? Answer: Yes, there are actually instances wherein some qualifiers can take precedence over locale. There are two known exceptions, which are the MCC (mobile country code) and MNC (mobile network code) qualifiers. Question: What is ANR? Answer: ANR is short for Application Not Responding. This is actually a dialog that appears to the user whenever an application have been unresponsive for a long period of time. Question: What is the importance of settings permissions in app development? Answer: Permissions allow certain restrictions to be imposed primarily to protect data and code. Without these, codes could be compromised, resulting to defects in functionality.
Question: What is the importance of having an emulator within the Android environment? Answer: The emulator lets developers “play” around an interface that acts as if it were an actual mobile device. They can write and test codes, and even debug. Emulators are a safe place for testing codes especially if it is in the early design phase. Question: What language is supported by Android for application development? Answer: The main language supported is Java programming language. Java is the most popular language for app development, which makes it ideal even for new Android developers to quickly learn to create and deploy applications in the Android environment.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help