0% found this document useful (0 votes)
21 views2 pages

Caffeins Cessative Heidie

The onStop() method is invoked when an activity is no longer visible to the user either because another activity has taken over or is in front of that activity. Android is an open-sourced operating system used primarily on mobile devices like phones and tablets, based on Linux with components that allow developers to create apps performing basic and advanced functions. With Android's growing popularity, developers can take advantage by creating apps for the Android Market to distribute to anyone wanting to download them. Default resources containing default strings and files must be present or the app will not run, placed in specially named subdirectories under res/.

Uploaded by

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

Caffeins Cessative Heidie

The onStop() method is invoked when an activity is no longer visible to the user either because another activity has taken over or is in front of that activity. Android is an open-sourced operating system used primarily on mobile devices like phones and tablets, based on Linux with components that allow developers to create apps performing basic and advanced functions. With Android's growing popularity, developers can take advantage by creating apps for the Android Market to distribute to anyone wanting to download them. Default resources containing default strings and files must be present or the app will not run, placed in specially named subdirectories under res/.

Uploaded by

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

Question: When is the onStop() method invoked?

Answer: A call to onStop method happens when an activity is no longer visible to the user,
either because another activity has taken over or if in front of that activity.

Question: What is Android?

Answer: It is an open-sourced operating system that is used primarily on mobile devices,


such as cell phones and tablets. It is a Linux kernel-based system that’s been equipped with
rich components that allows developers to create and run apps that can perform both basic
and advanced functions.

Question: What is the importance of Android in the mobile market?

Answer: Developers can write and register apps that will specifically run under the Android
environment. This means that every mobile device that is Android enabled will be able to
support and run these apps. With the growing popularity of Android mobile devices,
developers can take advantage of this trend by creating and uploading their apps on the
Android Market for distribution to anyone who wants to download it.

Question: What is the importance of Default Resources?

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.

Question: What is an action?

Answer: In Android development, an action is what the intent sender wants to do or


expected to get as a response. Most application functionality is based on the intended
action.

Question: What is AIDL?

Answer: AIDL, or Android Interface Definition Language, handles the interface


requirements between a client and a service so both can communicate at the same level
through interprocess communication or IPC. This process involves breaking down objects
into primitives that Android can understand. This part is required simply because a process
cannot access the memory of the other process.

Question: What is portable wi-fi hotspot?

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.

Question: Which elements can occur only once and must be present?

Answer: Among the different elements, the “and” elements must be present and can occur
only once. The rest are optional, which can occur as many times as needed.

You might also like