André wrote: > I have a listview that shows files in a specified folder which works. > But what I can't figure out is in the onListItemClick method. How can > I get the name of the selected file in the ListView from the > ArrayAdapter instead of the position or id?
Call getItem() on the ArrayAdapter, providing the position. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 26-30 April 2010: http://onlc.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

