nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
Bumps the kotlin-ksp-compose group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `1.9.23` |...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Suggest changing the UI layer injection method of Analytics Instance...
**What I have done and why** Change tasks use `:app:generateDemoReleaseBaselineProfile`. From Baseline profile [documentation](https://developer.android.com/topic/performance/baselineprofiles/create-baselineprofile#generate-profile) > Note: To generate and install the Baseline Profile from the command-line interface, run the :app:generateBaselineProfile...
Fix for #1463, #1465 and #1597 The issue arises when both popUpTo() and navigate() target the same route. This can lead to unexpected behavior in navigation within NIA. If start...
### 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...
**What I have done and why** From this blog https://chrisbanes.me/posts/composable-metrics/, and commonly we get reports and metrics both at the same time. So I'd integrated two manual Property into one...
**What I have done and why** In the `:feature:search` module's `build.gradle.kts`, the `:core:ui` module was being implemented directly. However, this dependency is already included through the `AndroidFeatureConventionPlugin`. I have removed...
Add Drag feature to article title. This will allow for sharing the content across apps. https://github.com/user-attachments/assets/15e6fbf2-9fe4-4def-9c5b-50748c8c6581
Bumps the kotlin-ksp group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `2.0.0` |...
When you quickly switch between bottom tabs, the screens of the two tabs overlap. An issue regarding this was also created, and it was resolved by updating the navigation library...