0% found this document useful (0 votes)
12 views

Receptionism Riffling Py

Uploaded by

tenlyzya05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Receptionism Riffling Py

Uploaded by

tenlyzya05
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Question: What are the four essential states of an activity?

Answer: Active ? if the activity is at the foreground, Paused ? if the activity is at the background and

still visible, Stopped ? if the activity is not visible and therefore is hidden or obscured by another

activity, Destroyed ? when the activity process is killed or completed terminated

Question: What is marketing management?

Answer: Marketing management is the process of planning, executing, and overseeing marketing

strategies and activities to meet consumer needs and achieve organizational goals.

Question: What is machine learning?

Answer: Machine learning is a type of artificial intelligence that enables a system to learn from data

rather than through explicit programming.

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 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 inflation?

Answer: Inflation is the rate at which the general level of prices for goods and services rises, eroding

purchasing power over 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: Is it possible to use or add a fragment without using a user interface?

Answer: Yes, it is possible to do that, such as when you want to create a background behavior for a

particular activity. You can do this by using add(Fragment,string) method to add a fragment from the

activity.

You might also like