https://github.com/hansemannn/titanium-widget-kit
Use native iOS / Android widgets in Titanium.
https://github.com/hansemannn/titanium-widget-kit
android appcelerator ios titanium
Last synced: about 1 year ago
JSON representation
Use native iOS / Android widgets in Titanium.
- Host: GitHub
- URL: https://github.com/hansemannn/titanium-widget-kit
- Owner: hansemannn
- License: mit
- Created: 2020-09-10T09:28:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T15:11:29.000Z (over 4 years ago)
- Last Synced: 2025-03-29T01:11:54.512Z (about 1 year ago)
- Topics: android, appcelerator, ios, titanium
- Language: Java
- Homepage:
- Size: 41 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Titanium iOS / Android Widgets
Use the iOS 14+ WidgetKit and Android Widget API's in Titanium. iOS Note: You can create widgets without this module. This one is only
necessary for advanced widget communication, e.g. triggering a widget refresh from the companion app.
## Requirements
- [x] iOS 14+
- [x] Android 5+
## Example
```js
import TiWidgetKit from 'ti.widgetkit';
TiWidgetKit.reloadAllTimelines();
```
## License
MIT
## Author
Hans Knöchel (iOS)
Michael Gangolf (Android)