nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the problem ### Description It would be extremely helpful if the Now...
**What I have done and why** + Previously, the aapt2 file path was manually constructed by concatenating the SDK directory path with the `buildToolsVersion`. + This was a temporary workaround,...
### 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...
Current test cases for classes which depend on use case are all integration tests(using real use case implementation). Can we get unit test examples, I am assuming an interface needs...
I noticed the [StateHolder guide](https://developer.android.com/topic/architecture/ui-layer/stateholders?utm_source=chatgpt.com) describes plain class state holders as UI-only, without business logic. But in the Now in Android code, NiaAppState: directly references UserNewsResourceRepository, NetworkMonitor, and TimeZoneMonitor (i.e....
This change introduces a constant `THUMB_SIZE` to control the size of the scrollbar thumb, making it easier to adjust its appearance. **What I have done and why:** I just added...
Foe example in ViewModels there are a lot of very similar code ``` }.stateIn( scope = viewModelScope, started = SharingStarted.WhileSubscribed(5_000), initialValue = SearchResultUiState.Loading, ) ``` in tests there are `backgroundScope.launch(UnconfinedTestDispatcher())...
**What I have done and why** Bump setup-java to v5 https://github.com/actions/setup-java
https://github.com/LemonAppDev/konsist Also related: https://github.com/perrystreetsoftware/Harmonize
### 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...