I have one Array
+ one Listview
+ one Listview items layout Xml
+ one Class
extended from ArrayAdapter
,
Now i want to show my Array
Items in Customized ListView
By using Customized ArrayAdapter
without any using of another class or method !
I now how i can use CursorAdapter But i can't work with ArrayAdapter
You can try to use BaseAdapter.
Adapter class: