====== Differences ====== This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
scripting [2014/02/22 09:38] pierrox created |
scripting [2016/10/24 20:42] (current) pierrox |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Scripting ====== | ====== Scripting ====== | ||
| - | * Things to be aware of | + | * [[http://WWW.lightninglauncher.com/scripting/reference/api/|API reference (online), things to know before to start scripting]] |
| - | * API reference : http://www.pierrox.net/android/applications/lightning_launcher/script/ | + | * [[http://WWW.lightninglauncher.com/scripting/reference/downloadable/llx-api.tar.gz|API reference (offline), as a downloadable archive]] |
| - | * Script repository (collections of scripts that can be used out of the box) | + | * [[http://WWW.lightninglauncher.com/scripting/reference/api-beta/|Beta API reference (online)]] |
| + | * [[http://WWW.lightninglauncher.com/scripting/reference/api-alpha/|Alpha API reference (online)]] | ||
| + | * [[Script repository]] : collections of useful scripts that can be used out of the box. | ||
| + | * [[How to use the Android framework through script]] : unleash the full power of Android within Lightning Launcher | ||
| + | * [[Drawing with script]] : how to directly draw icons and backgrounds using script | ||
| + | * [[http://www.pierrox.net/cmsms/applications/lightning-launcher/scripting.html|How to package scripts in APKs]] : sharing scripts made easy (for users at least...) | ||
| + | * [[Import a script directly into LL]] : how to use Repository Importer correctly from another app | ||
| + | * [[Create full blown settings screen]] : how to use Lightning preference controls to easily create a preference screen | ||