For the sub activities running on the mulator with skin -skin HVGA-L,
aListView or its selected item is coming as null. This could be a
proable bug on this skin.

protected void onListItemClick(final ListView aListView,
                                   final View aView,
                                   final int aPosition,
                                   final long aID)
    {
        if ((aListView != null) && (aListView.getSelectedItem() != null))
        {
            setResult(RESULT_OK, aListView.getSelectedItem().toString());
            finish();
        }
    }

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to