[android-developers] Re: Duplicated text when using .append in widgets

2009-05-02 Thread Alberto M. Scattolo
Hi guys! It seems to be a problem with an unregistered broadcast receiver The idea is that I send and sms and I register a broadcast receiver to know if the sms has been sent. When can I unregister the broadcast receiver? Thanks a lot to everybody! -- A

[android-developers] Re: Duplicated text when using .append in widgets

2009-05-02 Thread Mark Murphy
Alberto M. Scattolo wrote: Hi guys! It seems to be a problem with an unregistered broadcast receiver The idea is that I send and sms and I register a broadcast receiver to know if the sms has been sent. When can I unregister the broadcast receiver? If you registered it via

[android-developers] Re: Duplicated text when using .append in widgets

2009-05-02 Thread Jeff Sharkey
Ooh, this sounds like such a perfect problem to solve with a ListView, android:stackFromBottom, and a ResourceCursorAdapter. :) j On Sat, May 2, 2009 at 2:40 AM, Alberto M. Scattolo thedarkfrees...@gmail.com wrote: Good morning everybody! I'm pretty new to Android so I'm facing some