nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

A fully functional Android app built entirely with Kotlin and Jetpack Compose

Results 585 nowinandroid issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/maven/com.android.tools:desugar_jdk_libs/1.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlinx:kotlinx-coroutines-test/1.6.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

bug

### 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...

enhancement

### 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...

enhancement

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...

enhancement