An open API service indexing awesome lists of open source software.

https://github.com/m1ga/ti.popover


https://github.com/m1ga/ti.popover

android popup titanium-mobile titanium-module

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Ti.popover (Android)

Based on the awesome [Balloon](https://github.com/skydoves/Balloon/) library by [@skydoves](https://github.com/skydoves).

```xml



```

```js
$.popover.show({
view: $.attach_to,
direction: require("ti.popover").POPOVER_ARROW_DIRECTION_DOWN
})
```