Skip to content

Appcelerator Titanium Module for Android Widgets

License

Notifications You must be signed in to change notification settings

appcelerator-forks/ti.widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appcelerator Titanium Android Widget

Basic example of a Android Widget with connection to an Appcelerator Titanium App.

Send text to the widget:

Ti.App.Properties.setObject("widgetData", {
	text: "my text"
})

var widget = require("ti.widget");
widget.updateWidgets();		// update widgets

About

Appcelerator Titanium Module for Android Widgets

Resources

License

Stars

Watchers

Forks

Packages

No packages published