Android QuickActions? PopupMenu? Popup Window?

1.5k views Asked by At

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:

image

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?

2

There are 2 answers

0
Piyush On BEST ANSWER

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/

0
samsad On

There are lots of library Available in market

Please check this URL it may be help you links given below

  1. Chrome Style Help Popups
  2. Quick-action-pattern-in-Android

Another alternative would be "super-tooltips":

https://github.com/nhaarman/supertooltips