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.
- Host: GitHub
- URL: https://github.com/hansemannn/titanium-giphy
- Owner: hansemannn
- License: other
- Created: 2023-01-11T11:38:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T13:24:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T01:12:03.514Z (7 months ago)
- Topics: android, giphy, ios, javascript, native, sdk, titanium
- Language: Objective-C
- Homepage:
- Size: 9.54 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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