MODULE 1 Flashcards
1
Q
Android SDK tools:
A
- Debugger
- Libraries
- Documentation
- Sample code
- Tutorials
1
Q
Android SDK:
A
Tools to develop Android apps
2
Q
ART features:
A
- Provides hooks into apps
- Enhances memory management
- Enables super-fast execution of apps
- Lowers battery use
3
Q
Android API:
A
Pre-written java code for plug and play
3
Q
Tasks by Android Studio:
A
- Provides an IDE
- Compiles code
- Links JDK and Android API
3
Q
API:
A
Software intermediary that allows apps to talk to each other and interact with the underlying system
4
Q
Drivers:
A
Software that ensures hardware can run with OS
5
Q
APK:
A
Bundle of files that consists of bytecode and resources of an app for ART to execute
5
Q
Android Studio components:
A
- JDK
- Android SDK
6
Q
Ways a button can be added to the layout file:
A
- Through visual designer
- Through editing XML code
7
Q
Design view:
A
Preview of execution of XML code
8
Q
Output classes from Android API:
A
- Log: Outputs through Logcat window
- Toast: Outputs through toast-shaped pop-up