android - Custom Adapters With GridView -
can set images in gridview
without making customadapter. mean can directly set predefined arrayadapter
gridview
.? following code
gridview
gridview_object;
arrayadapter<string> adapter=new arrayadapter<string>(context,into,int[]); gridview_object.setadapter(adapter);
something that... work?
i don't think so, it's simple implement imageadapter, this page docs gridview
contains implementation of imageadapter, check out.
Comments
Post a Comment