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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -