Week 3 | Standing on Shoulders of Giants
Last Week Development environment is set up. Bog standard Android Studio on Linux. Gradle builder works as expected. Emulator launches sample app correctly. Tools used: Integrated Development Environment: Android Studio (free) Builder: Gradle Build Tool (free) Emulator: Android Emulator (free) What does it mean in English? An Integrated Development Environment (IDE) is little more than a fancy text editor in which human-readable code is written. Gradle Build Tool collects everything an app needs and assembles them into a neat package (aka....