Good way of doing this (a library or article or an...
# android
n
Good way of doing this (a library or article or any pointer, I use Alert Dialog atm but it's not exactly for this job)

https://cdn.discordapp.com/attachments/647444029147185162/651724985106432020/Screenshot_20191204-1101392.png

(When you long hold on whatsapp this popsup)
google 1
w
There’s a
PopupMenu
widget that you can attach to a specific view, would that help?
n
I'll check it out, thanks!
r
Or maybe the
PopupWindow
?
w
Right, I think
PopupMenu
uses
PopupWindow
internally
r
I might and it depends on what kind of ui you need I suppose