Template Zooper Widget Pro



Hello,

Erratic Zooper Template is a skin designed for Zooper Widget Pro. The template is a compilation of random things, you might observe around you. The BMPs have also been erratically designed. Zooper Widget Pro. Size: 5.91 MB Version: 2.6 File Type: APK System: Android 3.2 or higher. Description: Minimal, classy, extremely customizable, and battery friendly 'Do It Yourself' widget with almost limitless possibilities! Features of Zooper Widget Pro apps: - Sample templates included, no need to download anything else - Some custom fonts already included, additional can be added on sdcard/fonts - Create your templates easily, no functional limit, tons of variables and controls.


this tutorial is on the same familly than this one (Tutorial - Receive featured notifications from your home automatisation system) : https://forum.joaoapps.com/index.ph...ons-from-your-home-automatisation-system.393/
On this tutorial, I will explains how to use AutoRemote messages (can be direct AutoRemote messages, or Actions on the notification messages), to update the display of a widget on your android screen.Widget
For example here is my widget screen for home automation, fully updated with AutoRemote messages ! (Yes... I am a big fan of AutoRemote ! )
To do so, we will need :
  • Any system able to send an http request according to an event, here we will consider an home automation system.
  • Tasker + AutoRemote
  • an android widget app, it can be : 'Zooper' (not available anymore on android market but easy to find on internet for free and still perfectly working on android 9) or 'KWGT'. I will describe both on this tutorial, personally I am still using Zooper.
Let's take as an example this widget that display the light status (and is able to toggle it, see the 'bonus' at the end of this tutorial...) :
Let's start from the AutoRemote request, we want to send the message 'light=:=On' or 'light=:=Off'.
Please open the url given on your AutoRemote for field description and for test purpose.
The info that will trigger an action can be send by AutoRemote by any of the following fields :Zooper
- Send a message : field 'message' (will generate the url part '&message=light=:=On')
- Send a notification :
  • field 'Action on Receive' (will also generate the url part '&message=')
  • 'Action on Tap' (generate &action=)
  • 'Action on Dismiss' (generate &actionondismiss=)
  • 'Action Button 1' or 2 or 3 (generate &action1=, &action2= or &action3=)
So on my home automation system, I have set up the http request for 'send a message' with the message to be sent 'light=:=On' or 'light=:=Off' each time the light status changes.
Now let's go on Tasker !
First we must 'listen' for the AutoRemote event, so let's create a 'Profile' for it :Zooper
  1. Add a new profile and name it what you like
  2. Choose 'Event'/'Plugin'/'AutoRemote'/'AutoRemote'
  3. On the configuration, for 'Message filter', set 'light'
  4. (note that now the variable %arcomm will represent the 'On' or 'Off' received by this 'light' trigger)
  5. return several time up to the choice of the Task you want to associate
Now we need a Task that will be executed when we receive the correct filter 'light' :
  1. Choose 'Create new task' and name it what you like
  2. Add an action / Plugin / then choose 'Kustom Widget' if you want to use 'KWGT' or 'Zooper Widget Pro' to use Zooper
Let's start with KWGT, so :
  1. choose 'Kustom Widget' and then'KWGT Send Variable'
  2. On 'Configuration', set the 'Tasker String' to %arcomm and Variable Kustom to any name you will want to use in KWGT, let's say here 'light' :

Or for Zooper :
  1. choose 'Zooper Widget Pro'
  2. On 'Configuration', set Variable ZW to any name you will want to use in Zooper, let's say here 'light' and the 'Text ZW' to %arcomm

Now you can send your message with the message 'light=:=On' to run the profile and to init the variables
Now let's go on KWGT to see how to use that information :
  1. Long press your android desktop to create a new KWGT widget and clic on it to open the editor
  2. Choose any template or an empty one
  3. Select the + on the right top of the screen to add an object and choose to add a text
  4. Click on the text field to configure it and choose the formula 'br', then the first example that is $br(tasker, FOOBAR)$
  5. Replace 'FOOBAR' by 'light' and see the magic occurs : the Text overview displays 'On' !!!
  6. Validate everything to see the widget on your home screen and send another notification with 'light=:=Off' and you will see the widget display 'Off' !
Ok, wonderful ! That way you can display all the text you want from AutoRemote to any widget. Now how to use that information to change the image or the color displayed ?
  1. Add another KWGT element on your widget, this time select 'Image'
  2. Select the first line 'Bitmap'/'Choose an Image' to make new menu appears on the top of the screen. On this menu choose the icon 'calculator'. Then the icon 'calculator' appears at the bottom on the line 'Bitmap', clic on it
  3. Here start a wonderfully complex journey ! On this page, you are able to play with if condition to be able to dynamically choose the bitmap path according to any variable value. Here is an example of what to set to display the image 'Home_1.png' when the message received is 'On' and 'Home_2.png' otherwise. Of course you can have fun with much more complexe formular !

TemplateNow you can test again to send the 2 messages and see the images changes dynamically !
And for Zooper, the idea is really similar :
  • To display the text, create a 'enhanced text', then on the field 'manuel edition of text', write the variable '#Tlight# to see 'On' or 'Off' be displayed
  • To display the image, create a 'bitmap' and on 'advanced params' :

(here I have a tasker variable 'path' that know the path of my images to avoid too many modification if the path has to change for any reason, but you can do with absolute path)
And that's it !
So a lot of small steps that require to be precise, but then with some time you can make a very nice result with real time display directly on your home screen !
BONUS :
Small bonus for the brave readers that reach the end of this tutorial : how to launch a Tasker task by clicking on any widget part :
  • On KWGT :
  1. Select the element you want to add a reaction, for example the bitmap image
  2. on the bottom part, go to the tab 'touch' an click on the field 'Action'
  3. On the action list, select 'Launch a shortcut'
  4. On this shortcut list, you have the possibility to send an AutoRemote message (Direct Message) or you can choose Tasker 'Task shortcut'
  5. Select 'Task shortcut' and it will gives you the list of all your task, select the one you want to lauch ! (You cannot create one from here, you have to prepare it inTasker before)
  6. This Task can do for example : open an URL, open a Tasker scene, send an http request to launch a scenario on your home automation system, .......
Pro
  • On Zooper :
  1. Select the element you want to add a reaction, for example the bitmap image
  2. on 'Module OnTap', go to the 3rd tab 'Shortcut'
  3. Select AutoRemote 'Direct message' or Tasker 'Task shortcut' to select the tasker task you want
Enjoy and please let me know if some part has to be more detailed or can be improved !

This is a unique app and very useful for android lovers like me. So this post is all about Zooper Widget Pro android app. Here I will share everything that you need to know about it. So without wasting the time, Let’s get started. Zooper Widget Pro is an app to customize your android device with different interesting widgets like lock, calendar, weather, music widgets and you can also design your home screen. There is a very useful app for the people who wants their cell phone’s look fresh and interesting.

Zooper Widget Pro appliance professional may be a paid version of the appliance that the developer needs to focus on users United Nations agency need to pay to expertise advanced options. It remove ads and additional several distinctive options that the free version doesn’t have. this application has received over five hundred thousand payments on the Play Store with a very good rating of 4.5 out of 5 stars. User feedback is generally positive and good.

Zooper Widget Pro is a very useful app for android which was actually developed by MYCOLORSCREEN. The app will will add widgets to the main screen that makes the home screen very much interesting to use. Zooper Widget Pro does not only improve the experience of the phone but also making it look more fancy and beautiful.

1Zooper Widget Features

Integrate many sample templates: Zooper Widget Pro comes with different types of in-built widgets that helps us in knowing about date, time, location, weather, temperature, battery capacity, alarm information, You do not need to download any other widgets.

Customization : You can customize different types of things in the Zooper Widget Pro like you can edit interface of the app. You can also change the display items. You can also remove the information from the widgets as per you needs.

Compatibility: You can say Zooper Widget Pro a launcher, because it works only like a launcher but you can adds other developer’s widgets as well, which you can do only in Zooper Widget Pro not in any launcher. Just check the widget is compatible with your device or not then add the widget.

Provide more information:Zooper Widget Pro provides different types of information in the app like battery capacity, memory space, statistics of network data, network signal strength… or other information such as missed calls, incoming messages, mailboxes etc.

Template Zooper Widget Profile

Zooper Widget Screenshots

Version2.60
Apk Size10 MB
Android Version Requires5.o and up
DeveloperPANDORA.TV
CategoryVideo Players & Editors
Updated1st Dec 2020
Installs10,000,000+
Content RatingRated for 12+
Join UsTelegram
Go to Download Link

How to Zooper Widget APK 2.60 application in Android

Are you looking for Zooper Widget then you are on right place just download the APK file and install it by following method:

Template Zooper Widget Pro Keren

  • After the download the APK file from above download button then click on apk file.
  • After that, you will get option to click on install button.
  • After that wait for a few seconds to install the app.
  • After complete installation click on the Open button to launch the app.