Question

I am now porting a iPad application to Android tablets, and it uses a lot of UIPopoverViewController. I have tried creating a "layout" to show in fullscreen at front with a small content view, it works well, but I was wondering if there is a native element for this kind of functionality. Thanks for your time.

Was it helpful?

Solution

I think you are asking for QuickActionController in Android. And I don't think there is a native element available in Android. But still the examples below make use of a pop up dialog with some animations to make it look like popoverviewController, Here is a example to start with,

http://www.edumobile.org/android/android-apps/quick-action-demo/

http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

enter image description here

OTHER TIPS

To help with this issue I have created a component that acts like a popover view. Be sure to check it out :)

https://github.com/lupidan/PopoverView Screenshot

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top