Task / Shortcut Widgets

The standard way of running a Tasker task is by attaching it to a profile which performs it when the profile becomes active. However, tasks can be directly assigned to icons on the home screen called Widgets or Shortcuts.

Standard Widgets / Shortcuts

These consist of an icon (the Task icon) with a label (the Task name) underneath, and look identical to the normal application icons in the home screen.

Clicking on the icon runs the associated Task.

Task Timer Widgets

This type consists of an icon and label, like the standard widgets, but also has a countdown timer display which counts down Days, Hours, Minutes and Seconds.

When the timer expires (reaches 0) the associated Task is run.

Tapping on the icon of the widget shows a configuration screen where the timer can be configured.

Tapping on the timer section of the widget will pause, restart or reset the timer, depending on its current state.

Note that the timer updates more rarely when it is still a long way from expiry in order to minimize power usage.

Creating a Widget / Shortcut

  1. Click and hold in an empty space on the Android home screen, until a dialog appears.
  2. Select Widgets or Shortcuts
  3. Select Task or Task Timer (Widgets only)
  4. Pick an existing task or create a new one. When creating a new one, if you do not expect to change the function of the widget/shortcut select One-Time to avoid it cluttering your list of tasks.
  5. Use the Configuration Screen to configure what should happen when the icon is clicked (or the timer expires, in the case of a Task Timer widget). Take care to select an appropriate name and icon for the task, as these will appear on the home screen.

Changing a Widget / Shortcut

The function of widgets or shortcuts created from one-time tasks cannot be changed, it must be deleted and recreated.

On the other hand, if you associate a normal named task with a widget or shortcut then when the task is changed (via the Task Edit screen) the function of the widget or shortcut also changes.

There are also some actions which will change the appearance of any widget:

  • Tasker/Change Icon Set: changes the icon of a set of widgets to a different style.
  • Tasker/Set Widget Icon: changes the icon of a particular widget
  • Tasker/Set Widget Label: changes the label of a particular widget

The latter two you could use to visually show the status of something e.g. WiFi.

Deleting a Widget / Shortcut

Click and hold on the icon in the Android home screen until the dustbin icon appears. Drag the widget or shortcut icon to the dustbin icon and release.

Differences Between Widgets and Shortcuts

Advantages of Shortcuts
  • they can be created in some places that widgets can't e.g. in home screen folders
  • their layout probably better matches the default launcher layout
  • long shortcut labels will scroll when selected in the default launcher
  • they use slightly fewer system resources, though it's probably not noticeable
Advantages of Widgets
  • they can use image files from SD for their icon
  • their icon and label can be dynamically changed after creation via the Set Widget Icon and Set Widget Label actions.
  • timer widgets are possible
  • they can be created without a label

So a shortcut should be used unless the extra configuration possibilities of a widget are necessary.

General

  • you can create as many Tasker widgets and shortcuts as you like. You can even have several Timer widgets running at the same time.
  • Timer Task widgets continue to update even when the screen is off.

Tasker : Task / Shortcut Widgets的更多相关文章

  1. How to read out WhatsApp messages with Tasker and react on their content in real time

    http://technologyworkroom.blogspot.sg/2013/05/tasker-how-to-read-out-whatsapp.html Tasker can read o ...

  2. Java网络与多线程系列之1:实现一个简单的对象池

    前言 为什么要从对象池开始呢,先从一个网络IO操作的demo说起 比如下面这段代码,显而易见已经在代码中使用了一个固定大小的线程池,所以现在的重点在实现Runnble接口的匿名对象上,这个对象每次创建 ...

  3. windows 10 & task view & shortcut

    windows 10 & task view & shortcut Win + Tab https://blogs.windows.com/windowsexperience/2014 ...

  4. Tasker : Scale Up/Down CPU Speed at Different Times

    http://techsplurge.com/4926/android-awesome-15-tasker-profiles-tutorials/ Yeah I know, there’s SetCP ...

  5. Content portal for Pocketables Tasker articles

    http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html I write a lot about ...

  6. Tasker App Factory

    http://tasker.dinglisch.net/userguide/en/appcreation.html App Creation Introduction Hello World Exam ...

  7. 【ANT】Ant常用的内置task

    ant 例如: <target name="callProjectB"> <echo message="In projectA calling proj ...

  8. ant常用的内置 task转自https://www.cnblogs.com/baicj/archive/2015/12/21/5063608.html

    ant 例如: <target name="callProjectB"> <echo message="In projectA calling proj ...

  9. Visual Studio 2010 Shortcut

    General Shortcut Description Ctrl-X or Shift-Delete Cuts the currently selected item to the clipboar ...

随机推荐

  1. SLF4J multiple

    "C:\Program Files\Java\jdk1.8.0_65\bin\java" -Didea.launcher.port=7537 "-Didea.launch ...

  2. ubuntu下将程序挂后台命令

    ubuntu下将程序挂后台命令 nohup python -u main.py > test.out 2>&1 & ubunut下查看后台进程 jobs -l

  3. java基础78 Servlet的生命周期

    1.Servlet的生命周期 简单的解析就是: 创建servlet实例(调用构造器)---->调用init()方法---->调用service()方法----->调用destroy( ...

  4. 添加自签发的 SSL 证书为受信任的根证书

    原文:http://cnzhx.net/blog/self-signed-certificate-as-trusted-root-ca-in-windows/ 添加自签发的 SSL 证书为受信任的根证 ...

  5. JMeter接口&性能测试

    JMeter接口测试 目前最新版本发展到5.0版本,需要Java7以上版本环境,下载解压目录后,进入\apache-jmeter-5.0\bin\,双击ApacheJMeter.jar文件启动JMem ...

  6. AdvStringGrid 点击标题头 自动排序

  7. sql 修改列名及表名 sp_rename

    因需求变更要改表的列名,平常都是跑到Enterprise manager中选取服务器->数据库->表,然后修改表,这样太麻烦了,查了一下,可以用script搞定, 代码如下: EXEC s ...

  8. MySQL学习笔记:Engine存储引擎

    在使用Mysql建表过程中,有时候会遇到一些奇怪的现象.例如,如何插入数据就是查询不到数据,此时可能是建表的存储引擎设置成为engine=blackhole的原因. 1.engine=innodb 提 ...

  9. Struts DispatchAction Example

    The DispatchAction class (org.apache.struts.actions.DispatchAction) provides a way to group all rela ...

  10. jquery最精简的全选反选功能

    RT代码: function selallno(){ $('#form2 input[name=sel]:checkbox:not(:checked)').attr('checked',$('#for ...