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

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.

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)