Skip to content

Jimmy-J/android-camerax

 
 

Repository files navigation

Android CameraX

CameraX aims to demonstrate how to use CameraX APIs written in Kotlin.

Build

To build the app directly from the command line, run:

./gradlew assembleDebug

Test

Unit testing and instrumented device testing share the same code. To test the app using Roboelectric, no device required, run:

./gradlew test

To run the same tests in an Android device connected via ADB, run:

./gradlew connectedAndroidTest

Alternatively, test running configurations can be added to Android Studio for convenience (and a nice UI). To do that:

  1. Go to: Run > Edit Configurations > Add New Configuration.
  2. For Roboelectric select Android JUnit, for connected device select Android Instrumented Tests.
  3. Select app module and com.arindam.camerax.MainInstrumentedTest class.
  4. Optional: Give the run configuration a name, like test roboelectric or test device

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%