Re: [android-developers] Problems with Simple Adapter

2010-07-12 Thread TreKing
On Mon, Jul 12, 2010 at 9:02 AM, dilu wrote: > I am not able to put array list into hashmap. What does this mean? What array list? What hashmap? - TreKing - Chicago transit tracking app for Android-

[android-developers] Problems with Simple Adapter

2010-07-12 Thread dilu
Hi, I am calling one webservice.Result of webservice I am storing in an Array list. Result of webservice I want to display as list view. For ListView I am using SimpleAdapter. and SimpleAdapter is something like this:- SimpleAdapter adapter = new SimpleAdapter(this,hashmap, layout, from, to); I a