ComposeNews
ComposeNews copied to clipboard
A playground about best practices, using updated libraries and solutions in the Android world!
Instead of using a custom way of passing data in navigation, let's use the new feature of the Navigation component library starting from [2.8.0-alpha08](https://medium.com/androiddevelopers/navigation-compose-meet-type-safety-e081fb3cf2f8).
Hi, dear @Kaaveh I am currently examining and creating an issue related to improving the error-handling mechanism within the system. This issue aims to enhance error handling for better user...
Add Shared Element Transitions for navigation between the Market list to the detail screen. More info [in the doc](https://developer.android.com/develop/ui/compose/animation/shared-elements). https://github.com/Kaaveh/ComposeNews/assets/39463024/7d06836d-f3b9-419b-b8d9-00de4f26cda5
Fix these UI issues and make Detail screen scrollable 
In the `MainActivity` there is code: ```Kotlin @OptIn(ExperimentalMaterial3WindowSizeClassApi::class) @Preview(showBackground = true, widthDp = 700, heightDp = 500) @Composable fun ComposeNewsAppPreviewTablet() { ComposeNewsTheme { ComposeNewsApp( windowSize = WindowSizeClass.calculateFromSize(DpSize(700.dp, 500.dp)), displayFeatures =...
Let's try this: https://www.youtube.com/watch?v=7bLTmPpUIno
As we discuss, please add [more details](https://github.com/Kaaveh/ComposeNews/pull/118#issuecomment-1746866260) for running `lintKotlin`.