Suggestion Chips in Jetpack Compose

Jayant Kumar🇮🇳
3 min readOct 2, 2022

Hello everyone , hope you all are doing good. So in this article we will see what is suggestion chips & how we can create with jetpack compose😍.

Basically suggestion Chips is introduced in material 3 library & right now it’s in beta version. In suggestion chips, there is some suggest data , we can select only one data & content will show according to selected data.

Suggestion chips

In this above image we can see that we have three (india , france , spain) suggest data & we can only select one. Let see how we can make this.

Empty Compose Activity(MATERIAL 3)

Make sure you choose Empty Compose Activity(Material 3) & click on next. Below is the dependencies , be sure you also have the same.

--

--

Jayant Kumar🇮🇳
Jayant Kumar🇮🇳

Written by Jayant Kumar🇮🇳

Hello My name is Jayant Kumar, I am a software Engineer , specialist in Mobile Development (Android , IOS , Flutter , React Native and Ionic) from India 🇮🇳

No responses yet