Pages
Monday, February 28, 2011
1000+ DOWNLOADS!!! WOOT!!!
Friday, February 25, 2011
SMS Text Auto Responder FREE... Bring on the widget!!!
Hell Yeah!
The only major thing I would like to wrap up is really just a minor annoyance... The status bar notification only updates once when the app AutoResponds.
Now on to creating the homescreen widget for the AutoResponder app... WOOT!!!
Thursday, February 24, 2011
Big update!
I just released a big update to the auto responder!
Initially I made the broadcast receiver using a seperate class and added it through the manifest. While it worked good, doing it that way meant that ANY time an SMS message came in the receiver caught it and started the service. This is a good thing if one wants that sort of functionality. I, however, only want the service running if the user explicity turns it on.
To make sure it behaved properly, I set a boolean flag of sorts when the user started the auto responder. I then checked if that flag was true whenever the service started. If it was false then i had the service shut itself down.
This works good for sure but it never sat well with me.
Now I am using a dynamically registered BroadcastReceiver within my service which is *only* registered when the service is created!
I think this is a much better solution ;)
Sunday, February 20, 2011
idea for my text responder application...
i'm thinking of adding a response log in the options menu so that the user can have a visual record of when SMS Text Auto Responder FREE auto responded to incoming text messages.
Friday, February 18, 2011
SMS Text Auto Responder FREE... Released!
You can check it out here...
App Name: SMS Text Auto Responder FREE
Link: http://market.android.com/details?id=com.jmarstudios.txtautoresponder.android
I am extremely happy :)
Monday, February 14, 2011
SMS Text Auto Responder (txtAutoResponder) for Android
Here are some screenshots...