rkam88 / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of the official Now in Android repository to showcase a way to fully automate screenshot testing for Jetpack Compose @Previews.

Most of the code is in the PreviewTests class, with some helpers in the core:ui module.

Snapshots can be generated with: ./gradlew clean screenshot-test:recordPaparazziProdRelease After generating and saving snapshots, you can verify them with: ./gradlew clean screenshot-test:verifyPaparazziProdRelease

About

A fully functional Android app built entirely with Kotlin and Jetpack Compose

License:Apache License 2.0


Languages

Language:Kotlin 99.0%Language:Shell 1.0%