Implement Popup like Linked reaction popup in Android Compose

I was looking to implement popup like linkedIn using Android Jetpack compose. After lots of searching I got to know there is Popup in Jetpack Compose. Thanks to Android Developer documentation link .

Initially I thought it would be straight forward in Jetpack Compose like on tap of button to show popup as below we do in Android old way.

Android Old way(Without Jetpack Compose):

Android New way (With Jetpack Compose)

Use below code to launch popup on tap of Button

Hope this article helps everyone who are looking to implement popup like LinkedIn😁.

References:

  1. https://developer.android.com/reference/kotlin/androidx/compose/ui/window/package-summary
  2. https://developer.android.com/reference/android/widget/PopupWindow
  3. https://stackoverflow.com/questions/5944987/how-to-create-a-popup-window-popupwindow-in-android

--

--

Maheshchakkarwar

A enthusiastic Android Developer like to learn new things and share to everyone.