Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Conversation

@jcmsalves
Copy link
Contributor

Works passing a view and a base url. Passing width and height manually and a base url. And just requesting the params.

@johsoe
Copy link
Contributor

johsoe commented Nov 8, 2016

Can we add methods for passing in the view and then getting the size from that? Instead of us doing it ourself everytime

@jcmsalves
Copy link
Contributor Author

@johsoe isn't that what the first method does? And then calls the other one

public static String imageUrlResize(View view, String baseUrl) {
return imageUrlResize(view.getWidth(), view.getHeight(), baseUrl);
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants