Skip to content
Advertisement

Custom 3 dots menu not opening when clicking on it Android Studio

So my pop up menu not wants to show when i click on it. I don’t get any errors, I think I need to add some more lines of code. I just don’t know what? Below you can see the code of my adapter

JavaScript

And this is my xml (“The place where i click and not seeing the pop up menu”)

JavaScript

Advertisement

Answer

So here is how I implemented a popup menu. This may assist you in locating the problem in your code.

JavaScript
Advertisement