On Mon, Nov 22, 2010 at 8:48 PM, Bret Foreman <[email protected]> wrote: > I want to look at the source code for the ListAdapter class without > downloading the entire Android source code tree. Is there a way to do > that?
Use Google Code Search: http://www.google.com/codesearch Search on: package:android ListAdapter Though I suspect more of the logic you want is in Adapter. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2 -- 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

