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

https://github.com/hansemannn/titanium-giphy

Use the native Giphy iOS- and Android SDK's to select GIFs and display them in your app.
https://github.com/hansemannn/titanium-giphy

android giphy ios javascript native sdk titanium

Last synced: 6 months ago
JSON representation

Use the native Giphy iOS- and Android SDK's to select GIFs and display them in your app.

Awesome Lists containing this project

README

          

# Giphy in Titanium

Use the native Giphy iOS- and Android SDK's to select GIFs and display them in your app.

## Requirements

- [x] Titanium SDK 11.0.0+

## APIs

- `initialize({ apiKey })`: Initialize the SDK and provide your API key
- `showGIFDialog({ callback })`: Select a GIF and return it to the provided callback

## Example

See the example/app.js for details!

## Note

The default Android ImageView won't show the GIF animation. Check e.g. [av.imageview](https://github.com/AndreaVitale/av.imageview) for GIF support.

## Author

Hans Knöchel

## License

MIT