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

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

**What I have done and why** I refactored the SearchRoute → SearchScreen → SearchToolbar → SearchTextField chain to reduce unnecessary recompositions when the search query changes. Before: entering a search...

Main advantages: - improves GHA readability: less code in the main workflow files - improves maintainability: composite actions are self contained - reduces copy/paste mistakes & oversights (e.g. java version...

**What I have done and why** * Changed the visibility modifier of all ViewModel classes within their respective feature modules from public to internal, ensuring that ViewModels are only accessible...

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

Please migrate the existing codebase to use Jetpack Navigation 3.

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

**What I have done and why** - Refactored the network module to use dependency injection (DI). - Introduced separate interfaces for each entity API. - No functional changes; behavior remains...

removed bottom bar from the Search screen which was annoying , as there was no use of that on search screen