[android-developers] Re: Is possible get notified when the user send an SMS or make a call

2009-06-11 Thread Leo Romanovsky
Using the PhoneStateListener is the way to most easily listen for SMS and phone calls. Besides the Android documentation, this was a helpful tutorial: http://www.anddev.org/viewtopic.php?p=10527 On Jun 10, 6:11 am, Mika wrote: > Hi, > > You can do this by using content providers. You can listen

[android-developers] Re: ListView Query

2009-06-11 Thread Leo Romanovsky
Check out this forum post for ideas: http://www.anddev.org/creating_a_contextmenu_on_a_listview-t2438.html On Jun 11, 7:05 am, Mark Murphy wrote: > Dexter's Brain wrote: > > I have a ListView whose layout contains several TextViews. When an > > item is clicked on the ListView, is it possible to