Hammad Nasir
Hammad Nasir
Here's my code: ``` int downloadId = PRDownloader.download(photo.getUrls().getFull(), Environment.getExternalStorageDirectory() + "/Folder/", photo.getId()) .build() .setOnStartOrResumeListener(new OnStartOrResumeListener() { @Override public void onStartOrResume() { Toast.makeText(mContext.getApplicationContext(), "Download started", Toast.LENGTH_SHORT).show(); } }) .setOnPauseListener(new OnPauseListener() {...
The `AfterFabAnimationActivity.class` is not opening up along with the animation, i.e., from bottom to up. I'm using the same code as described [here](https://github.com/coyarzun89/FabTransitionActivity) Please help me in making it work!