

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Georgetown in tge pasast and how yhey
Typology: Schemes and Mind Maps
1 / 2
This page cannot be seen from the preview
Don't miss anything!
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. Question: What is consumer behavior? Answer: Consumer behavior is the study of how individuals make decisions to spend their available resources on consumption-related items, including the psychological processes that influence these decisions. Question: Differentiate Activities from Services. Answer: Activities can be closed, or terminated anytime the user wishes. On the other hand, services are designed to run behind the scenes, and can act independently. Most services run continuously, regardless of whether there are certain or no activities being executed. Question: What are indirect costs? Answer: Indirect costs are expenses that are not directly traceable to a specific product or service but are necessary for the general operation of the business, such as utilities and rent. Question: What composes a typical Android application project? Answer: A project under Android development, upon compilation, becomes an .apk file. This apk file format is actually made up of the AndroidManifest.xml file, application code, resource files, and other related files. Question: What is the role of a marketing manager? Answer: A marketing manager plans, directs, and coordinates marketing efforts, developing strategies to promote products and services and attract customers.
Question: What is a matrix? Answer: A matrix is a rectangular array of numbers arranged in rows and columns that can be used to represent linear transformations. Question: What are containers? Answer: Containers, as the name itself implies, holds objects and widgets together, depending on which specific items are needed and in what particular arrangement that is wanted. Containers may hold labels, fields, buttons, or even child containers, as examples.