Róbert Papp
Róbert Papp
assertNoDialogIsDisplayed assertNoToastIsDisplayed and friends have tests that finish an activity. The activity is not actually in resumed state at the start of the test. Not sure why. ``` Espresso.onIdle(); onRoot().perform(loopMainThreadUntilIdle());...
When having groups in the list, and adding an item, the user may want to add not as a child in current view, but as a sibling to what's on...
When having groups in the list, and scrolling, it's not clear if the current items are direct children or within a nested group. Sticky header for the current parent group...
When having groups in the list, select all will select groups and items, it should ask which one the user wants: * All items and groups directly in container *...
https://www.droidcon.com/2021/11/22/build-responsive-uis-in-android/
https://s3-us-west-1.amazonaws.com/uirecipes.com/Mobile+Search+UI+Recipe.pdf https://mail.google.com/mail/u/0/#inbox/FMfcgzGlkPbggNwLmTmLrgSZLhQmDXNv
https://jakewharton.com/multiplatform-compose-and-gradle-module-metadata-abuse/ https://github.com/JakeWharton/jakewharton.com/blame/gh-pages/_posts/2021-11-04-multiplatform-compose-and-gradle-module-metadata-abuse.md#L199 I noticed that in ``` tasks.named("generateMetadataFileForKotlinMultiplatformPublication").configure ``` you didn't declare the 4 implicit inputs to the task. This might cause up to date issues if the version changes...
I played around a bit trying to reproduce   I found two things I couldn't do: * stretch each item to full width I think this is calculatable based...