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

After analyze #721 issue it looks like the reason of issue is the animation transition so I add a new class for animation in core module and use it in...

### 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 ### 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 ### Is there a StackOverflow question about this issue? - [X] I have searched...

bug
waiting

![project](https://github.com/android/nowinandroid/assets/1921278/18032dba-c74e-4f57-b564-bc027f6c2997) ![project_critical_path](https://github.com/android/nowinandroid/assets/1921278/394adc03-4962-4e2d-9959-c1e0668ba51e)

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

This PR demonstrates trying the [K2 compiler](https://kotlinlang.org/docs/whatsnew19.html#new-kotlin-k2-compiler-updates) in an Android project. It should be continuously rebased onto `main` to ensure that everything still works on the K2 compiler, but only...

Before ``` SelectTopicBenchmark_benchmarkCompilationFull SingleTopicButtonCount min 12.0, median 12.0, max 12.0 SingleTopicButtonMs min 1.2, median 1.5, max 2.2 memoryGpuMaxKb min 58,028.0, median 59,688.0, max 62,116.0 memoryHeapSizeMaxKb min 34,690.0, median 39,899.0, max...

There was a TODO in the `OfflineFirstNewsRepository` class which was referring to making the `getNewsResources()` more efficient. In this PR, it retrieves the news resource IDs based on filter conditions...