nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools:desugar_jdk_libs](https://togithub.com/google/desugar_jdk_libs) | `1.1.5` -> `1.2.2` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.savedstate:savedstate-ktx](https://developer.android.com/jetpack/androidx/releases/savedstate#1.2.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.1.0` -> `1.2.0` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://togithub.com/Kotlin/kotlinx.coroutines) | `1.6.3` -> `1.6.4` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.7.0` -> `1.7.10` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://togithub.com/google/ksp)) | `1.7.0-1.0.6` -> `1.7.10-1.0.6` |...
Looking in this repo, there is no use of `dimens.xml` and `dimensionResource` and sizes are used directly such as `18.dp`. Is this the recommended way of using sizes now?
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem We're adding performance inspection code to the app. @JolandaVerhoef recommended...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Especially for someone newer to multi-modular apps, looking at all...
I think having some Snapshot tests in this repository can be helpful in multiple ways. As this repository is going to be used as a "reference" for many developers. Any...