joekukish / easysms

EasySMS is an application which empowers illiterate people to read, compose and send text messages to their contacts through text-to-speech solutions.
http://design.epfl.ch/easysms/blog/texting4all/Home.html
0 stars 2 forks source link

Use a ContentObserver to detect SMS sent and received #5

Open joekukish opened 11 years ago

joekukish commented 11 years ago

Currently there's a thread that updates the UI. It was reported that this solutions makes the application freeze, plus it introduces unnecessary overhead.

A ContentObserver allows the application to be notified when a new sms has been received or sent.