Jack Eblan
Jack Eblan
What do you think about [Compose Preview Screenshot Testing ](https://developer.android.com/studio/preview/compose-screenshot-testing) You guys really did a great job making screenshot testing simplier and I can finally use this on my Windows...
Can you add drag and drop functionality to each grid item?
Add an ability to arrange filled arguments because sometimes it only adds the missing arguments at the end.
Since we are using [NetworkResourceDaoTest](https://github.com/android/nowinandroid/blob/main/core/database/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/core/database/dao/NewsResourceDaoTest.kt) as Instrumented test, why don't we do this with [NiaPreferencesDataSourceTest](https://github.com/android/nowinandroid/blob/main/core/datastore/src/test/kotlin/com/google/samples/apps/nowinandroid/core/datastore/NiaPreferencesDataSourceTest.kt) too? Previous test was also storing the datastore file on Temp Folder(Buggy on some platforms)...