The NoTextingWhileDriving app showcases the use of the sensors provided by your device, primarily the GPS. Before running this app, please install the Google Text to Speech engine from the link below.
Scan or click on the barcode to download the app!
Write a version that sounds an alarm when a text is received from a number in a “notify” list.
Write a version that sends custom responses based on whether the user is within certain latitude/longitude boundaries. To achieve this, I have used the latitude and longitude of the DBS college and sent out an appropriate response if my current location was within the geofence.
intercepts incoming SMS messages and responds automatically.
the response can be customized by editing a TextBox and confirming by pressing the Modify Response button.
appends your last GPS location to the response.
reads aloud the incoming sender and message by using the TextToSpeech component.
You can see a description and a walk-through of the app here
You can download the app source from here