Skip to content

Instantly share code, notes, and snippets.

@Naderkunbhar
Naderkunbhar / gist:c41db7464da05c1916c9
Created September 15, 2014 14:28
Picasso Tranformer in Gridview
Android picasso in Gridview Adaptor Transformer is not applying,please tell me what is problem
@Override
public void onGlobalMenuHeaderClick(final View v) {
drawerLayout.closeDrawer(Gravity.START);
new Handler().postDelayed(new Runnable() {
@Override
public void run() {
int[] startingLocation = new int[2];
v.getLocationOnScreen(startingLocation);
startingLocation[0] += v.getWidth() / 2;
UserProfileActivity.startUserProfileFromLocation(startingLocation, BaseActivity.this);