nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
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...
### 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...
### 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...
 
### 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...
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...