now browsing by category
Still a oneswork in progress, the two panels are the I want to swipe off screen to there respective sides, but now…
Still a oneswork in progress, the two panels are the I want to swipe off screen to there respective sides, but now they are both connected, as well as some apps that are below the dock? How do get all three to be independent of each other?
]]>Hello..
anyone know how to make the folder/sidebar animation faster..?
i dont want to off the animation tho..
thanks.. 🙂
]]>Work in progress, but there’s two things I would like to do right off the bat.
Work in progress, but there’s two things I would like to do right off the bat. First I would like to have the calendar widget and the battery widget slide in from the sides, with their size intact. Second I would like a panel slide in above the calendar but below the time with icons with all the notifications, ie. G+,Facebook, Hangouts, emails and any apps that have notifications. I’ve tried having the widgets off screen but then they move too far once on screen? Any assistance will be helpful thank you.
]]>Hello, I have two questions.
Second, is there any way to apply custom background in “Floating Desktop”? I remember reading a guide here but I can’t find it anymore.
(I think this launcher has great potential but damn, there is a lack of documentation regarding this)
]]>LL.bindClass(“android.net.ConnectivityManager”);
LL.bindClass(“android.net.ConnectivityManager”);
var cm=LL.getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
var i = null;
var wifi = cm.getNetworkInfo(ConnectivityManager.TYPE_WIFI);
if (wifi.isConnected()) {
i = pm.getLaunchIntentForPackage(“com.opera.browser”);
} else {
i = pm.getLaunchIntentForPackage(“org.mozilla.firefox”);
}
LL.startActivity(i);
Any idea??? 
]]>is there a way to explicitly start firefox or opera browser depending on the status of wifi by scripting.
Firefox is my favourite browser when using mobile internet, because of the good blocking feature of images.
]]>What is the difference between Tap and Touch Event ?
What is the difference between Tap and Touch Event ?
]]>Launch an app Event not working on an icon
Launch an app Event not working on an icon
Could you check ?
]]>
D5 Creation