read.cash is a platform where you could earn money (total earned by users so far: $ 799,554.66).
You could get tips for writing articles and comments, which are paid in Bitcoin Cash (BCH) cryptocurrency,
which can be spent on the Internet or converted to your local money.
Takes one minute, no documents required
Advanced BCH Monitoring with Tasker (Part 5: Notifying price quotes on your phone)
There are tons of devices that have tasker integration, millions of ways to notify the user, and many creative ways to show the user how are his assets going.
Here we will develop the native push notification for Android devices, which is the most accessible option.
The steps and implementation behavior here can be adjusted to your convenience.
Let's start with the classic Interface clone: IGui to PushNotificationGui.
The goal is to have a permanent notification where we can check with a single glance the most recent state of our addresses and the value of our assets. The main advantage of using a permanent notification is that the notification silently updates without triggering vibration nor notification sounds.
Time to test! (actually I use to write tests first and develop later, the thing is called Test Driven Development, leave a comment if you are interested in the matter!)
The first test will show a notification telling you that BCH grew 100%, it's even useful to cheer up after a bad day trading. The second test will show a notification telling you that one of your addresses was credited 1 BCH (1831.50 Ror) and the third one will pop up the permanent notification.
In the next part we will be implementing the SDK for allowing you to use all this software we've been developing on any other tasker routine!