Friday, June 9, 2017

How to create your own overflow menus anywhere in your UI


You're probably building a list or a grid and you'd like your items to have a little overflow menu.
Well, here's what you do. You inflate a PopupMenu.
Here are the details:


You can find a sample code here.