Shaggier Accommodatingly Diminutions
Shaggier Accommodatingly Diminutions
Shaggier Accommodatingly Diminutions
Answer: There are 4 possible states: foreground activity, visible activity, background
activity, empty process
Answer: The Google Android SDK is a toolset that developers need in order to write apps on
Android enabled devices. It contains a graphical interface that emulates an Android driven
handheld environment, allowing them to test and debug their codes.
Answer: Orientation, which can be set using setOrientation(), dictates if the LinearLayout is
represented as a row or as a column. Values are set as either HORIZONTAL or VERTICAL.
Answer: This file is essential in every application. It is declared in the root directory and
contains information about the application that the Android system must know before the
codes can be executed.
Answer: The Android Framework is an important aspect of the Android Architecture. Here
you can find all the classes and methods that developers would need in order to write
applications on the Android environment.
Answer: Because every component needs to indicate which intents they can respond to,
intent filters are used to filter out intents that these components are willing to receive. One
or more intent filters are possible, depending on the services and activities that are going to
make use of it.
Question: What do you think are some disadvantages of Android?
Answer: Given that Android is an open-source platform, and the fact that different Android
operating systems have been released on different mobile devices, there’s no clear cut
policy to how applications can adapt with various OS versions and upgrades. One app that
runs on this particular version of Android OS may or may not run on another version.
Another disadvantage is that since mobile devices such as phones and tabs come in different
sizes and forms, it poses a challenge for developers to create apps that can adjust correctly
to the right screen size and other varying features and specs.
Question: What is the proper way of setting up an Android-powered device for app
development?
Answer: The following are steps to be followed prior to actual application development in
an Android-powered device: -Declare your application as “debuggable” in your Android
Manifest. -Turn on “USB Debugging” on your device. -Set up your system to detect your
device.