Gospelize Redecoration Mimiambics
Gospelize Redecoration Mimiambics
Gospelize Redecoration Mimiambics
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 are the core components under the Android application architecture?
Answer: There are 5 key components under the Android application architecture: – services
– intent – resource externalization – notifications – content providers
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.
Answer: Portable Wi-Fi Hotspot allows you to share your mobile internet connection to
other wireless device. For example, using your Android-powered phone as a Wi-Fi Hotspot,
you can use your laptop to connect to the Internet using that access point.
Answer: Activities are what you refer to as the window to a user interface. Just as you create
windows in order to display output or to ask for an input in the form of dialog boxes,
activities play the same role, though it may not always be in the form of a user interface.
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.
Answer: When default resources, which contain default strings and files, are not present, an
error will occur and the app will not run. Resources are placed in specially named
subdirectories under the project res/ directory.