Purchased Lightning Launcher the other day, probably the best purchase i’ve made so far.
Purchased Lightning Launcher the other day, probably the best purchase i’ve made so far.
Im looking to build a script that gets json from a remote api. Does the scripting have the capability to do ajax calls?
« KuKoo for Kustom LWP (& Lightning Launcher) (Previous Post)
(Next Post) None of my widgets are updating. »
I don’t think so. Use the Java API to make HTTP requests.
Thanks for the quick reply, any pointers into the right direction for me to Start mate? I’m not quite sure where to start at this point
http://www.lightninglauncher.com/wiki/doku.php?id=script_webview_with_refresh
http://www.lightninglauncher.com/wiki/doku.php?id=templates
the script-only template has a script called APIcomm.
Give in your URL get back the JSON. voila!
Brilliant, thanks guys! much appreciated. I will take a look into these