Inflate listview by Customized ArrayAdapter
问题 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 回答1: You can try to use BaseAdapter. Adapter class: public class YourAdapter extends BaseAdapter { private Context mContext; private String yourArray[]; public YourAdapter (Context