Android Terminologies
Android Terminologies
APPLICATION
Android Terminologies
IDE (Integrated Development Environment)
Software suite that combines or integrates multiple essential
tools into one package required to write and test software.
Without an IDE, a developer must select, deploy, integrate
and manage all of these tools separately.
An IDE can be a standalone application or it can be part of a
larger package.
For example:
Net beans, Eclipse, Android Studio
JDK (Java Development Kit)
The JDK is one of three core technology packages used in
Java programming, along with the JVM (Java Virtual
Machine) and the JRE (Java Runtime Environment).