#

jetpack-compose

Jetpack Compose UI toolkit for Android

Mobile DevOptimize Jetpack Compose ExoPlayer PlayerControls Performance

Fix unresponsiveness in custom Jetpack Compose PlayerControls with ExoPlayer. Reduce recompositions from state updates, optimize pointerInput gestures, cache Canvas drawing for smooth playback and custom seekbars.

4 answers 1 view
Mobile DevAlign IconButton with Text in Jetpack Compose Grid Using Weight

Fix IconButton misalignment in Jetpack Compose rows despite Modifier.weight on inner Icon. Align perfectly with Text and Switch in grids by weighting the button and using fillMaxSize. Full code examples and tips.

1 answer 2 views
Mobile DevFix NavHostController Error in Jetpack Compose Navigation

Resolve NavHostController error in Jetpack Compose navigation with correct imports and dependency configuration.

1 answer 2 views
Mobile DevAndroid PX vs DP vs DIP vs SP: Differences & Usage

Understand the difference between px, dp (dip), and sp units in Android UI development. Learn when to use android dp for layouts, android sp for text, and px for pixels, with conversion formulas and best practices.

1 answer 3 views