Shanki Bansal
Shanki Bansal

Reputation: 1750

Pinterest : setUrl for setImageUri

mButtonPinIt = (PinItButton) view.findViewById(R.id.pin_button);
mButtonPinIt.setImageUri(Uri.fromFile(mFile.getAbsoluteFile())); 
mButtonPinIt.setUrl("http://www.google.com");

By taking Image from sdCard, webUrl is not setting in Pinterest Application. Is there any solution for this problem?

Upvotes: 2

Views: 259

Answers (0)

Related Questions