我有HashMap,我怎么能把它放在ListView中?哪个适配器需要使用?
public void showCinemas(HashMap<String, String> cinemas) { ...//What? list.setAdapter(adapter); }
android listview hashmap
android ×1
hashmap ×1
listview ×1