以ä¸ã®ãããªadapterãä½ã£ã¦ã¿ã public class ImageListAdapter extends ArrayAdapter<String>{ private ArrayList<String> urls; private LayoutInflater inflater; public UserListAdapter(Context context, int textViewResourceId, ArrayList<String> urls) { super(context, textViewResourceId, users); this.urls = urls; this.inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); } @Override
{{#tags}}- {{label}}
{{/tags}}