ππ’πππππ²ππππ.πππππππΌπππππ() == ππ’ππππ.ππππππππ() /π·_000_000
https://twitter.com/Piwai/status/1442281013778866178reduce
and scan
https://stackoverflow.com/a/52866503Modifier
parameter to your @Composable
https://chris.banes.dev/always-provide-a-modifier/An interesting read for whoever wants to learn more about the challenges we encounter when writing big mobile apps that need to scale. IMO a very good read for both mobile developers but also any other devs / product / design person who wants to know more of whatβs going on under the hood / on the day to day. https://www.goodreads.com/book/show/57668267-building-mobile-apps-at-scale
You can rerun tasks only for a single module with the -a
flag: ./gradlew app:assembleDebug --rerun-tasks -a
will run all required tasks in the app module but none of the tasks in other modules that app depends on. -a
stands for --no-rebuild
. Thereβs no -a
in the documentation, but it appears in ./gradlew help
You know how you can select the same occurrences of a selection by using CTRL+G
?
You can also decide to skip some of those occurrences by using CMD+G
and then just continuing doing CTRL+G
after for the rest of the occurrences you want to match (useful when you want to select only some of the occurrences in the file but not all of them)
Questions, remarks about this post?
Reach me on Twitter @florianmski