Using Multiple Views in a Custom Listview Adapter
问题 I am currently in the middle of a project, which involves one Imageview, and one Textview, set up within a custom layout file, and maintained through a custom adapter I have set up. Everything works fine as it is, the thing is, I would like to have two or even four textviews, and passing in another string array gives me an error. I am a bit stuck here, and will place my code below for you. The code: The error: I am sure it is something rather simple I am doing wrong, but either way it is