now browsing by category
Jays Assistant Widget Thing demo
Jays Assistant Widget Thing demo
Thought id share a quick video of my work so far on a personal Assistant widget theres still a lot to do and the UI isnt final but im happy with how far ive got with it. Check it out let me know what you think 😊
]]>I’ve been considering trying Lightning Launcher and wanted to know if it’s possible to have no labels on icons on…
Firstly, great launcher, Pierre! Thank you.
One question: I have a Galaxy S7 and am wondering if it’s possible to use the fingerprint scanner on the phone to unlock the desktop, where I’ve toggled all the apps that I want hidden in the app drawer, to be unhidden? I don’t mean a lock screen, but if the phone is unlocked to the main screen, can I use the scanner to unlock the app drawer?
Hope this makes sense.
Thanks for your insight.
M.
]]>Quick video of my new script I’m still writing it so I’m not sure when il release it.
Quick video of my new script I’m still writing it so I’m not sure when il release it.
]]>Following the preview and a couple of hundreds lines of code later the media player proof of concept(!) as a video…
Following the preview and a couple of hundreds lines of code later the media player proof of concept(!) as a video…
Features:
– Playback of local files including display of album art (and fallback image if no image is existing)
Album art is also shown on lockscreen (as known from other media player apps like Google play music)
– Receiving system volume changes
– Obeying audio focus changes (player stops if another app requests audio focus)
– Seekbar (height and color are customizable)
– Skip forward/backward (customizable)
– Sleep timer using the android timepicker component (safely fall asleep during playback ;))
– Making use of Android notifications to show player controls and album art on the lockscreen and in notification panel
– As local playback might be lame at some point, I also added support for streaming playback of online radio stations incl. grabbing metadata and parsing to display current artist and title
Under the hood I make use of asnyc tasks to provide a non-blocking experience (as buffering might take some seconds).
The would still be some (a lot actually) open points (testing on other devices and Android versions (currently Sony Z3 on Android 6, support for when used in car setup with Bluetooth, shuffle) but for now the mvp does what is important I think.
Feedback welcome. Any questions let me know.
]]>Sneak preview… Scripted audio player using a custom view without any additional plug-ins. Pure lightning Launcher.
Sneak preview… Scripted audio player using a custom view without any additional plug-ins. Pure lightning Launcher.
]]>Test script of Customview.
It’s only show toast once.
Android.makeNewToast(“test”,true).show();
return;
Next script is ‘re-create’ Customview.
Run in foreground, show toast once.
LL.getItemById(customview’s item id).getProperties().edit().setString(“v.onCreate”,customview’s script id).commit();
But, Run ‘re-create’ script in background(using Tasker), after then, every time creating Customview, show toast twice.
So, It’s means that it’s creating Customview twice.
And when open LL’s desktop settings, toast will also be shown. It’s means that ‘re-create’ Customviews.
I’m in trouble because of this…
]]>I could use some help.
Lil something I’m working on nowt special but its the most complicated custom view I’ve ever made.
Lil something I’m working on nowt special but its the most complicated custom view I’ve ever made.
]]>How can I show below table using html in custom view?
Jill | Smith | 50 |
Eve | Jackson | 94 |