Difference between revisions of "Android Door Announcer"
(uploaded QR code to apk file) |
(→Alpha: removed bug from list (fixed)) |
||
Line 20: | Line 20: | ||
# The AppInventor Twitter interface does not provide UIDs for the twitter post. | # The AppInventor Twitter interface does not provide UIDs for the twitter post. | ||
#* If the "Unlocking for" post is still one of the most recent 20 twits by the next time the program pulls down the latest 20 twitters, then the "Unlocking for" statement will appear again. | #* If the "Unlocking for" post is still one of the most recent 20 twits by the next time the program pulls down the latest 20 twitters, then the "Unlocking for" statement will appear again. | ||
− | |||
# Program checks twitter every 3 minutes. This needs to be user definable. | # Program checks twitter every 3 minutes. This needs to be user definable. | ||
Revision as of 10:53, 23 August 2010
Creator: |
Contents
[hide]Overview
The goal of the program is to have an android phone notify the user that someone has entered the shop recently.
Currently the program is designed to monitor twitter, and pull out any posts with "Unlocking for" in the text.
This program was written in Google AppInventor, which is like legos for android developers. As it's target audience is the non-android developer, it is woefully underpowered. As such the program has many limitations and flaws, some of which resulting in false positives.
Current Bugs and Limitations
Alpha
- Can only monitor the most recent 20 twitter posts of people being followed
- Ideally the program would only monitor the makerslocalbot
- Users have to gain permission to follow the makerslocalbot
- The AppInventor Twitter interface does not provide UIDs for the twitter post.
- If the "Unlocking for" post is still one of the most recent 20 twits by the next time the program pulls down the latest 20 twitters, then the "Unlocking for" statement will appear again.
- Program checks twitter every 3 minutes. This needs to be user definable.
Alternative Approaches
- Monitor the RSS feed rather than the twitter posts
- Create an Ackis-to-Android interface
- Mointor the "Unlocking for" posts in the #makerslocal channel
Download
The above QR code will provide the apk file for installation. An alternative way to load the program is to download the source .zip file, upload it to AppInventor, and then generate the .apk file yourself. Source is available on request.