Android Snippets
Konsist can be used to guard the consistency of the Android project.
The android-showcase project contains set of Konsist tests.
1. Classes Extending ViewModel
Should Have ViewModel
Suffix
ViewModel
Should Have ViewModel
Suffix2. Every ViewModel
Public Property Has Flow
Type
ViewModel
Public Property Has Flow
Type3. Repository
Classes Should Reside In repository
Package
Repository
Classes Should Reside In repository
Package4. No Class Should Use Android Util Logging
5. All JetPack Compose Previews Contain Preview
In Method Name
Preview
In Method NameLast updated