Jatin Jha

Results 3 comments of Jatin Jha

Hi @kingargyle , Can you please explain the above via a code sample ? Even i m also facing the same issue and having problems resolving them .

I tried with the following code sample ... ``` mMenuDrawer.getMenuDrawer().setOnDrawerStateChangeListener(new OnDrawerStateChangeListener() { @Override public void onDrawerStateChange(final int oldState, final int newState) { if (newState == MenuDrawer.STATE_CLOSED){ mMenuDrawer.getMenuView().setVisibility(View.GONE); } else {...

@bmc08gt When i m trying to share the resultant video via Intent Chooser, it can't play the video at all. The video saved in the gallery is also not being...