Create toggle-able tiles with AutoNotification Buttons 1.0

Advanced project that creates tiles that can be enabled and disabled and run tasks with their state

  1. joaomgcd
    With this project you'll be able to do something like this:


    Start by downloading these files to your local storage on your Android Device:
    Import the attached project.

    You will probably need to change their location on your device by changing the Variable Set action (action 1) and setting the %iconpath variable to the folder you have them on.

    Run the Create Tiles task. This will create the 3 tiles in the off state

    When you touch each tile, a task with the tile name will be ran with its new state.

    So, for example, if you touch the car icon while it's off, the car task will be performed and its first parameter (%par1) will be 1 and the car button will be enabled.

    Or if you touch the coin icon while it's on, the coin task will be performed with %par1 set to 0 and the coin icon will be disabled.

    If you want to change the icons, set them in Action 4 in the Create Tiles task and set the appropriate initial states in Action 5.
    ycgxbzf and Shashank Kakrecha like this.

Recent Reviews

  1. artpc
    artpc
    5/5,
    Version: 1.0
    THX