I have to show a popup like this above a button
How I can show it? I have been looking into it but still unable to find any way to implement it
popupWindow.showAtLocation(button, Gravity.CENTER, 0, 0);
You can refer the answer here