I m setting image from gallery to image View and i m using this library to popup the image which set in image view but while clicking the image in popup it showing fully blank
so what to do to show the image..????
your reply will be more useful for me
my code :
final ImagePopup imagePopup = new ImagePopup(this);
imagePopup.setWindowHeight(800); // Optional
imagePopup.setWindowWidth(800); // Optional
imagePopup.setBackgroundColor(Color.WHITE); // Optional
//imagePopup.setFullScreen(true); // Optional
imagePopup.setHideCloseIcon(true); // Optional
imagePopup.setImageOnClickClose(true); // Optional
imagePopup.initiatePopup(img.getDrawable());
img.setOnClickListener(new View.OnClickListener() {
@OverRide
public void onClick(View view) {
//openGallery();
imagePopup.viewPopup();

I m setting image from gallery to image View and i m using this library to popup the image which set in image view but while clicking the image in popup it showing fully blank
so what to do to show the image..????
your reply will be more useful for me
my code :
final ImagePopup imagePopup = new ImagePopup(this);
imagePopup.setWindowHeight(800); // Optional
imagePopup.setWindowWidth(800); // Optional
imagePopup.setBackgroundColor(Color.WHITE); // Optional
//imagePopup.setFullScreen(true); // Optional
imagePopup.setHideCloseIcon(true); // Optional
imagePopup.setImageOnClickClose(true); // Optional
img.setOnClickListener(new View.OnClickListener() {

@OverRide
public void onClick(View view) {
//openGallery();
imagePopup.viewPopup();