Lesson 2: Using Android Studio for Android Development Flashcards
Integrated Development Environment (IDE)
An interface between a user and Android Studio
Project Window
Enables you to quickly navigate the files within your project.
Editor tabs
refers to the area where you write and work with your code files.
Logcat
A tool that displays most of the helpful messages that are output by your application while you are trying to debug it.
code completion
An invaluable tool that shows you contextual options for completing the piece of code that you are trying to write
breakpoints
A mechanism by which you can tell Android studio to temporarily pause execution of your code, which allows you to examine the condition of your application.
Toggle
A term which means that any breakpoints you set can be turned off the same way you turn them on.
Conditional Breakpoint
A breakpoint at which Android Studio only pauses when specific conditions are met.
APK
the compiled, executable version of your application