Is it possible to have a button in Android open a floating context menu and if so, how? I’m not sure how to implement the floating context menu, let alone link it to a button so I mainly want to know if it’s possible. But if it is, then how would be nice. 🙂
Share
Use Dialog instead on long press event. For example like when you longpress on android device home screen.