Skip to content

How to get image from image View #34

@mustafamn

Description

@mustafamn

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();
show

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions