Open menu with table of contents Android Excursion
Logo of Stuttgart Media University for light theme Logo of Stuttgart Media University for dark theme
Android Development

Android Excursion

Stuttgart Media University

1 Agenda

  • Popular 3rd Party Libraries
  • Automotive getting started
  • Espresso for UI testing
  • Unit tests

Logging Libraries:

Dependency Injection Libraries:

Code Analysis / Linter Libraries:

API Libraries:

Serialization Libraries:

Image Loading Libraries:

3 Android Hands-on #7

3.1 What you will learn

  • How to create an Android for Automotive project using the new Android Studio template
  • How to create a new virtual device running Android for Automotive
  • How to build and launch the Android Automotive app

Link

4 Android Hands-on #8

4.1 What you will learn

  • How to set up Espresso in your app project
  • How to write Espresso tests
  • How to test for user input and check for the correct output
  • How to fins a spinner, click one of its items, and check for the correct output
  • How to use the Record Espresso Test function in Android Studio

Link

5 Android Hands-on #9

5.1 What you will learn

  • How to organize and run tests in Android Studio
  • Understand what a unit test is
  • Write unit tests for your code

Link