Difference between revisions of "Android Door Announcer"

From Makers Local 256
Jump to: navigation, search
(Alpha: removed bug from list (fixed))
(Download: added changelog)
Line 33: Line 33:
 
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.   
 
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.
 
Source is available on request.
 +
 +
= Changelog =
 +
* Alpha 16809725
 +
*# Added Makers Local Logo
 +
*# Added label to display build information
 +
*# Re-arranged how the text fields and labels are displayed
 +
*# Made it so that the Twitter username and password would be stored to TinyDB (so that user won't have to re-enter it every time)
 +
* Alpha
  
  
 
[[Category:Android]]                                                  <!--MAKE AS MANY CATEGORIES AS YOU NEED-->
 
[[Category:Android]]                                                  <!--MAKE AS MANY CATEGORIES AS YOU NEED-->

Revision as of 10:56, 23 August 2010

Creator:
User Name
Status:
Alpha Code Published
Born On:
09:23, 23 August 2010 (CDT)
Last Updated:
10:56, 23 August 2010 (CDT)

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

  1. 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
  2. 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.
  3. Program checks twitter every 3 minutes. This needs to be user definable.

Alternative Approaches

  1. Monitor the RSS feed rather than the twitter posts
  2. Create an Ackis-to-Android interface
  3. Mointor the "Unlocking for" posts in the #makerslocal channel

Download

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.

Changelog

  • Alpha 16809725
    1. Added Makers Local Logo
    2. Added label to display build information
    3. Re-arranged how the text fields and labels are displayed
    4. Made it so that the Twitter username and password would be stored to TinyDB (so that user won't have to re-enter it every time)
  • Alpha