Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Changing the jetpack compose remember variable from within another function

KtLint: Function name should start with a lowercase letter for Composable Functions

Is there a way to size a box as a perfect square based on its content in Jetpack Compose

How to get the current Activity from a Composable function?

Customise selected/unselected background of Switch composable in Jetpack Compose?

Plugin [id: 'kotlin-kapt'] was not found in any of the following sources: Gradle Core Plugins & Plugin Repositories

ModalBottomSheetLayout and back pressed

How to give a Box a CircleShaped stroke?

Jetpack Compose Text Hyphenation

LazyColumn error: LazyPagingItems<TypeVariable(T)> required but found List<T>

How to use the new onReset overload on AndroidView in compose to reuse ExoPlayer inside a VerticalPager

How do I make a splash screen that supports all android versions in kotlin compose?

How to do this Scroll hide fab button in Jetpack Compose with transaction

Create Toggle Button Group in Jetpack Compose without Radio Buttons

Jetpack Compose: How to listen column scrolled to end?

Jetpack compose: position elements inside a Box

How to change status Bar Color in Jetpack Compose + Material 3

Column weight distribution in Compose

Trying to get ViewModel in @Composable