Need some help plugging ListView into customized ArrayAdapter, where the datasource is a HashMap<String, String> pair from JSON
Possibly an incompatibility between the way it is defined in MainActivity.java and the customized MastbeckenAdapter.java
ERROR: MastbeckenAdapter cannot be applied to ArrayList<HashMap<String, String>>
Possibly an incompatibility between the way it is defined in MainActivity.java and the customized MastbeckenAdapter.java
ERROR: MastbeckenAdapter cannot be applied to ArrayList<HashMap<String, String>>
Last edited:
145, 97) error: incompatible types: ArrayList<HashMap<String,String>> cannot be converted to ArrayList<Mastbecken>