arrayadapter tag

1 questions


1 answers
115 views
0
I have a question about ArrayAdapter.

adapter = new ArrayAdapter<InspectorItem> (this, R.layout.test_list, strs);If you run it with the above code, ArrayAdapter needs the resource ID to be a TextView error. adapter = new ArrayAdap...


© 2024 OneMinuteCode. All rights reserved.