Questions tagged [android-jetpack]

The Android Jetpack is a comprehensive collection of libraries, tools, and frameworks developed by Google to streamline the process of building Android applications. It offers standardized infrastructure code and architectural guidance for creating high-quality apps on the platform.

Capturing user input for LazyList in Jetpack Compose to display dynamically

I've hit a snag trying to display User input in my LazyList. The User's input is collected via the ModelBottomSheet, but despite attempting to save it, I can't get it to show up in my LazyList. I suspect there might be an issue with how the ...

Exploring the Issue of Switch State Not Persisting in DropdownMenu in Jetpack Compose

Seeking assistance with creating a to-do app for Android incorporating Material 3 & Jetpack Compose. Need help in implementing a drop-down menu feature that enables users to filter tasks based on their specific "Category" preference using Switch. Here is a ...