Tasker Tip Tuesdays: How To Use Special Variable Array Syntax - Tasker Tips & Tricks

Welcome to Tasker Tip Tuesdays​, quick tips to help grow your Tasker knowledge. This week I discuss how to use multiple Action If conditions. If you need an Action to execute only when multiple parameters are met, this tip is for you.
LINK
VIDEO
Don't forget to subscribe to my website and youtube channel for updates!
Enjoy!

Related

Locale Variables? Anyone using this?

I am curious about this plug-in for the Locale app. I think it has a lot of potential but am failing to understand how to use it. If anyone has successfully configured this plugin to work for a situation I would like to hear about the details of the configuration. Thanks
Locale Variables Android
I just downloaded this yesterday.
Check out this site droidmunkey.com/localeVariables/" to see one example of how it is used.
Basically, you can assign one condition a variable and then use the variable to activate another action. The possibilities are endless. There was one instance where I created one condition that referred to another and back again which caused my phone to crash over and over but I beat it by quickly (upon phone startup) disabling Locale.
I feel that this only scratches the surface on the usage of this Locale Plug-In but with the lack of support on the web for the variables plug-in specifically, hopefully people will land here and leave some info. Let me know how you have used it.
I am a Personal Trainer not a programmer.
uppereastsidepersonaltraining.com

[APP] Crumbs (looking for a fellow developer!)

So I recently got very interested in Windows Phone 7 (mango) and I had been thinking about starting to create my own apps for a while. The result is the idea for an app that is as follows:
Name: Crumbs
Possible abbreviation: to send somebody a "crumb"
In short: An app that capable of: writing/creating, organising, sharing and following instructions, AKA crumbs.
What I want to achieve with this is a new option into social networking, but this time it's also very useful and not just fun to show off. What could these crumbs be? Well, I've thought of some categories already:
Routinely task:
like the stuff you do every morning, shouldn't forget, etc.
Work/study task:
some sort of study schedule, with certain points you should handle to complete the whole task.
Preparation/cooking task:
doesn't need any explanation.
Scavenger hunt/adventure:
wouldn't it be great if you can give a list of instructions to someone with some reward at the end?
Travelling:
similar to your adventure, but could contain various flight data or a couple of options (so you don't "finish" an item, but finish 1 item in a dillema.
Other: always have some other category..
User defined: if a user wants to make his/her own category.​So these are the categories, but as you've already seen, each category has different types of commands/operations one has to perform to complete the whole task. So when writing a new one, you could filter the entry-options by the ones most important for that category and give the users a seperate option to add another operation than the ones listed by default. Some possible operations and their integration ideas are as stated below:
Action: very straightforward, do something and when executing the crumb you simply check the box when done. Maybe some option with a timer that alerts you that you should be done with the operation soon (for example: cooking).
Navigate: go to a specific location and then you check the operation. Possible GPS integration/maps?
Input: give certain input to go on. For example useful when creating an adventure (go there, look for the church and read what's on it) or something else that should need a password or any other input.
Alert: to alert yourself/the executor OR (and this is important) some other user that you've arrived at a certain operation in your crumb.​
Yeah, you read it right, another user. Because one other important aspect of almost every app nowadays is SHARING. So ofcourse, there will have to be the option to share crumbs. People will be able to manage their crumbs on a phone ofcourse, but if there's a lot, wouldn't it be easy to have them stored online too? A place where you can rapidly type, organise and share your crumbs. So there should be a format to save them in (.crumb looks fantastic ). So, you simply send someone the crumb using a public link you create for your privately stored crumb. But what about something called instructors/friends? Wouldn't it be awesome if you can allow certain people to GIVE you crumbs straightaway, so you'll get alerted and know you have to do something (OK, "your mom" wouldn't be awesome, but useful nonetheless). To make things easier for this, the users will have to be able to manage these friends/instructors too and have their own cookie jar/cake box to receive their crumbs directly in (on the website and in the app). I sense some Facebook/social integration, don't you?
Then there's this weird habit of people: they've got calendars and tasks on them. Wouldn't it be great if the crumbs are linked to calendar and/or outlook-task items?
Sooo... This is my (already quite complex) idea. To conclude things once again: the outlook task system isn't capable of managing real tasks. You can give certain progress percentages, but that's just something that could be managed by this app, since it's much more in depth.
Problem is, I'm not that good at developing (yet)! So if any developer out there is willing to take this thing on with me (I just feel this could turn out great), please let me know. Meanwhile, I'll keep dreaming on and I'm a quick learner, so I hope to show a mockup of some sorts soon . I've already thought out some sort of menu structure/frame everything should be hung up in and that's what I'll be working on the time to come.
And keep in mind:
This idea is NOT for sharing by anyone but me right now. That it may be very clear that this idea is not for your own use!

How to create JSON Service fastly through Arrray.com

Hi guys,
my name is Fabio Falanga and I want to introduce an idea that I developed with my friend Dario Carella.
Our idea was to create something that could simplify creation of web services could be used in our Android app, which is useful especially in the early stages of developing an app, where you do not yet provide a complete backend .
The idea is to have to devote himself to the Android code omitting start writing the backend of our app (plus point is if you do not have the skills or if you do not have time to make it happen, but you want to present a prototype in short).
Through the portal arrray.com you can create JSON service accessible from the mobile (or even from the web) in a completely free way. Simply insert the JSON document that you want to use, the name, a description (optional), tags (optional) and save the entry.
Once this is done we will be given a url address containing a token with which we can then make changes to the document, which will be public but not editable by anyone (just who will have the token can do so). In this way you can also create projects in teams. We preferred this approach to prevent users another tedious registration.
Once the insertion, just make an HTTP request from our Android app api.arrray.com/ID address (url provided following the creation of arrray.com). Requests must be made in reading as is normal REST through the GET method. In doing so we will have our backend ready to use, according to our specifications and without having to use any programming language, if not the knowledge of the JSON format.
We are open to suggestions of any kind (note that arrray is at a preliminary stage of development, many tasks are already in the queue: P).
I hope that arrray can be useful for the realization of your app with Web Service,
Fabio

Tasker Tip Tuesdays: Escaping Variable Names For Task Debugging

Welcome to Tasker Tip Tuesdays​, quick tips to help grow your Tasker knowledge. This week I discuss escaping variable Names for task debugging. If you need help debugging your Tasker Tasks you’ll love this useful tip.
LINK
VIDEO
Don't forget to subscribe to my website and youtube channel for updates!
Enjoy!

Tasker Tip Tuesdays - How To Create A Folder Watcher

Welcome to Tasker Tip Tuesdays, quick tips to help grow your Tasker knowledge. This week I discuss how to create a folder watcher. If you need to know about file movement within a specific directory, you’ll love this useful tip.
Visit How To Create A Folder Watcher for the full write-up OR watch my example video below:
Don't forget to subscribe to my website and youtube channel for updates!
Enjoy!

Categories

Resources