Hi,

If I have a hashmap containing the following how can I instantiate a
custom adapter. The custom adapter should extend baseadapter.

    Hashmap contains (String,String)

    I need to combine both key and value so it looks something like
"KEY+VALUE", "KEY+VALUE".... and assign this to an array VALUES. The
array VALUES is used later on when I insantiate my custom adpter

Instantiation should look something like this



    MyCustomAdapter adapter = new MyCustomAdapter(this,
android.R.layout.simple_list_item_1, VALUES);
    setListAdapter(adapter)

I am lost here so code would be a big help.

THANKS
graham

-- 
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

Reply via email to