====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
scripting [2016/09/08 09:40] pierrox |
scripting [2016/10/24 20:42] (current) pierrox |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Scripting ====== | ====== Scripting ====== | ||
| - | * [[http:/www.lightninglauncher.com/scripting/reference/api/|API reference (online), things to know before to start scripting]] | + | * [[http://WWW.lightninglauncher.com/scripting/reference/api/|API reference (online), things to know before to start scripting]] |
| - | * [[http:/www.lightninglauncher.com/scripting/reference/downloadable/llx-api.tar.gz|API reference (offline), as a downloadable archive]] | + | * [[http://WWW.lightninglauncher.com/scripting/reference/downloadable/llx-api.tar.gz|API reference (offline), as a downloadable archive]] |
| - | * [[http:/www.lightninglauncher.com/scripting/reference/api-beta/|Beta API reference (online)]] | + | * [[http://WWW.lightninglauncher.com/scripting/reference/api-beta/|Beta API reference (online)]] |
| - | * [[http:/www.lightninglauncher.com/scripting/reference/api-alpha/|Alpha 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. | * [[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 | * [[How to use the Android framework through script]] : unleash the full power of Android within Lightning Launcher | ||
| Line 9: | Line 9: | ||
| * [[http://www.pierrox.net/cmsms/applications/lightning-launcher/scripting.html|How to package scripts in APKs]] : sharing scripts made easy (for users at least...) | * [[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 | * [[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 | ||