ComposeNews icon indicating copy to clipboard operation
ComposeNews copied to clipboard

A playground about best practices, using updated libraries and solutions in the Android world!

Results 45 ComposeNews issues
Sort by recently updated
recently updated
newest added

Update readme after migration to Ktor library.

documentation

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).

enhancement

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

enhancement

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

enhancement

Fix these UI issues and make Detail screen scrollable ![Image](https://github.com/Kaaveh/ComposeNews/assets/39463024/532a1d99-be32-4ae9-9cf1-fe467fec6ded)

bug
good first issue

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 =...

enhancement

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`.

documentation