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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -