Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How to make material toggle button in Android to behave like Switch?

How can I design a Flow which is a average value of every latest 5 data of another Flow?

kotlin kotlin-flow

Android Compose MutableStateFlow: Adding to Set does not invoke recomposition

Memory Leak, but how can I pass a different context than the one of the activity to solve the Leak?

Retrofit Post request is not working and i'm getting 500 error code (Internal server erroe)

android kotlin retrofit2

Kotlin enum classes in Swift

swift kotlin enums

How to open a file with a custom file extension from another app with my Flutter app?

Kotlin Multiplatform and Firestore Integration

How to restrict Keyboard Enter key not to allow input in the next line (TextField in Android Jetpack Compose)

Toast Is not showing in Login Flow when giving call to HTTP request

android kotlin

Kotlin parse double from string

android kotlin

Android Paging Library with Databinding

Modifier doesn't work when used with .apply

Decrease padding inside Compose Button

Use of LaunchedEffect vs SideEffect in jetpack compose