[android-developers] How to read 'My Contact Card'.

2010-03-17 Thread Cog
on how to do it. Can anybody shed some light please? Cog -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] How to add and remove rows in a SimpleAdapter?

2010-03-01 Thread Cog
Hi, I'm using a SimpleAdapter to display two strings on each row of a ListView and want to be able to remove rows. The ListView initially displays correctly but when I click a row to remove it a null pointer error is thrown. Can't seem to find any documentation or examples anywhere. Can anybody

[android-developers] Re: OnActivityResult passing a null intent

2010-02-18 Thread Cog
Thank you very much. That's made it much clearer for me. Cog -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] OnActivityResult passing a null intent

2010-02-17 Thread Cog
Hi, I'm trying to make a simple menu for adding another contact to a list. On the ListView I have a button on a footer which uses startActivityForResult to create a new menu (called add_dialog). This is a simple EditText with an OK button and a Cancel button. The idea is that clicking the OK