Dev Bits and Bytes
  • Home
Subscribe
Tagged

compose

A collection of 3 posts

Jetpack Compose - Configuring a Simple Multi Toggle Button
Multi Toggle

Jetpack Compose - Configuring a Simple Multi Toggle Button

While working on a filter dialog for my app, I wanted to have a simple control to toggle between different selections. My first thought was to use a radio button, but I wanted to save the vertical space for my filter dialog by leveraging a horizontal control without the need

MK Dec 19, 2021 • 2 min read
Configuring SearchView in Jetpack Compose
compose

Configuring SearchView in Jetpack Compose

If you have worked in the Android View system, you are most likely familiar with the SearchView [https://developer.android.com/reference/android/widget/SearchView]widget that can be used to send a request to a search provider, display any available results, and allow users to select them. In Jetpack

MK Nov 21, 2021 • 7 min read
Configuring CameraX in Jetpack Compose To Take a Picture
camerax

Configuring CameraX in Jetpack Compose To Take a Picture

Camera is one of the most commonly used feature in any app. Currently there is no official documentation or sample on how to take a picture using CameraX [https://developer.android.com/training/camerax]and Jetpack Compose [https://developer.android.com/jetpack/compose]. Let's look at how we

MK Oct 2, 2021 • 5 min read
Dev Bits and Bytes © 2025
Powered by Ghost