[android-developers] content://sms/sent not getting updated?

2009-02-02 Thread GeorgeOfTheBush
Hi I am trying to send a text message like this. SmsManager sm = SmsManager.getDefault(); sm.sendTextMessage("5556", "5554", "Test SMS", null, null); 5554 - my app is running on this emulator instance. 5556 - another emulator instance port#. After this, access "

[android-developers] Re: Having trouble getting ListView to show selected item as highlighted

2009-01-01 Thread GeorgeOfTheBush
How to get the position of an item that is focused in a listview by scrolling up or down using the up/down keys? Also, what is the difference between onClick and onItemSelected? i.e. when is each one called?? Thanks. On Dec 27, 3:03 pm, Romain Guy wrote: > In short: you don't, you can't, you