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

# Pull Request Description This pull request includes two commits aimed at improving the codebase: --- ## 1. Enhance: Bind extension to product flavor for robust type safety **What Changed:**...

Fix #1864 - Calculates the precise bottom padding required above the IME by using onGloballyPositioned to determine the component’s position relative to the root layout height. - Incorporates `WindowInsets.navigationBars` to...

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

Track jank while scrolling anything that's scrollable.

- Use BOM platform dependency. - Remove -kt suffix from dependency name has they serve no real purpose. - Add `coil-network` artifact to configure `CallFactory`. - Although "First party Decoder"...

### 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 Gradle [Isolated Projects](https://docs.gradle.org/current/userguide/isolated_projects.html) feature is an upcoming way to make...

enhancement

This PR renames the package `com.google.samples.apps.nowinandroid.core.network` to `com.google.samples.apps.nowinandroid.core.coroutine` since it contains common coroutine dispatchers and CoroutineScope providers, which are not specific to networking.

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem I recently reviewed the [principles of navigation in Compose](https://developer.android.com/guide/navigation/principles). From...

enhancement