1

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.

lupidan
  • 573
  • 1
  • 7
  • 20
  • Since not everybody helping Android developers has any clue what a "UIPopoverViewController" is, perhaps you might consider posting a screenshot somewhere of the effect you are trying to achieve. – CommonsWare Jun 15 '12 at 12:58

2 Answers2

5

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

lupidan
  • 573
  • 1
  • 7
  • 20
3

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

Andro Selva
  • 53,910
  • 52
  • 193
  • 240