Skip to content

ludolphus/Fleksy

Repository files navigation

Fleksy module for Appcelerator

This module will give your app users the option to choose the Fleksy keyboard.

BUILD MODULE

  1. Run build.py which creates your distribution
  2. cd to ~/Library/Application Support/Titanium
  3. copy this zip file into the folder of your Titanium SDK

REGISTER YOUR MODULE

Register your module with your application by editing tiapp.xml and adding your module. Example:

<modules>
	<module version="2.0.2">com.fleksy</module>
</modules>

When you run your project, the compiler will know automatically compile in your module dependencies and copy appropriate image assets into the application.

USING YOUR MODULE IN CODE

To use the Fleksy module in code, all you will need to do is require it.

var Fleksy = require('com.fleksy');

About

Appcelerator Fleksy Module

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published