Skip to content

Instantly share code, notes, and snippets.

@janishar
Last active August 22, 2016 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janishar/0f172d892741b5d6de356cfa76cb224d to your computer and use it in GitHub Desktop.
Save janishar/0f172d892741b5d6de356cfa76cb224d to your computer and use it in GitHub Desktop.
PlaceHolderView mGalleryView = (PlaceHolderView)findViewById(R.id.galleryView);
mGalleryView
.addView(new ImageTypeBig(this.getApplicationContext(), mGalleryView, url1));
.addView(new ImageTypeBig(this.getApplicationContext(), mGalleryView, url2));
.addView(new ImageTypeBig(this.getApplicationContext(), mGalleryView, url3));
.addView(new ImageTypeBig(this.getApplicationContext(), mGalleryView, url4));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment