Difference between revisions of "Android Door Announcer"
(added page describing Android ML256 door announcer program) |
(uploaded QR code to apk file) |
||
Line 28: | Line 28: | ||
# Mointor the "Unlocking for" posts in the #makerslocal channel | # Mointor the "Unlocking for" posts in the #makerslocal channel | ||
+ | = Download = | ||
+ | [[File:Door Announcer QR.png]] | ||
− | + | 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. | ||
[[Category:Android]] <!--MAKE AS MANY CATEGORIES AS YOU NEED--> | [[Category:Android]] <!--MAKE AS MANY CATEGORIES AS YOU NEED--> |
Revision as of 09:35, 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 does not store the username and password, user must enter it every time the program starts
- 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.