android - GRIDVIEW- PASS IMAGE FROM ONE ACTIVTY TO ANOTHER ON ONCLICK EVENT? -
i have gridview loading images url want select image gridview , show in imageview of activity. how this?
gridview grid = (gridview)findviewbyid(r.id.gridview1); grid.setonitemclicklistener(new onitemclicklistener() { @override public void onitemclick(adapterview<?> arg0, view arg1, int arg2, long arg3) { // here pass image path }
Comments
Post a Comment