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

Have you considered using KMP to develop a cross-platform version of NowinAndroid? I need a relatively standardized project for learning KMP. Or I should go to the JetBrains team for...

Why not pass topbar as a parameter to Scaffold? - I'm also trying a single top level Scaffold, but there are different implementations for topbar and floatingActionButton for different Screens,...

**What I have done and why** Set a consistent java version with a `build.yaml`.

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem Figure out how the backStack should handle explicit navigations back...

enhancement

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem Re-add support for deeplink in new NowInAndroid ### Describe the...

enhancement

Decide how we want to handle navigations to Search Screen _Originally posted by @dturner in https://github.com/android/nowinandroid/pull/1902#discussion_r2216270515_

## Summary All `ViewModel` classes across the project are currently declared as `public`, even though they are only used within their respective feature modules. This can lead to unintended usages...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem The current nowinandroid project uses custom annotations for previews that...

enhancement

**What I have done and why** Refactor: Removed unnecessary use for 'ExperimentalComposeUiApi::class'.

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