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 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 Compose there is no widget at the time

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 and Jetpack Compose. Let's look at how we can set this up using Jetpack Compose. Here is the overview of what we

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