I'm currently developing an Android app for a client. Problem is their mockup screens contained a UI view that I'm unfamiliar with. In short, I'm not sure what approach/implementation to use.
This is what I'm trying to achieve:
The user taps on SALES TOOLS, and a popup of some sort appears with options leading to other features of the app.
Any suggestions on what implementation I can use?
Use android.widget.PopupWindow to create popwindow for a view.
using it various method you can put the window where ever you want. Use this link will satisfy your needs . https://androidresearch.wordpress.com/2012/05/06/how-to-create-popups-in-android/