FlipProgressDialog icon indicating copy to clipboard operation
FlipProgressDialog copied to clipboard

Airbnb like ProgressDialog with Image Flip Animation.🛌🍞✨

Results 9 FlipProgressDialog issues
Sort by recently updated
recently updated
newest added

``` Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.os.Handler.removeCallbacks(java.lang.Runnable)' on a null object reference at com.taishi.flipprogressdialog.FlipProgressDialog.onDestroyView(FlipProgressDialog.java:245) at android.app.Fragment.performDestroyView(Fragment.java:2747) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1380) at android.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1581) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1642) at android.app.FragmentManagerImpl.dispatchMoveToState(FragmentManager.java:3052) at android.app.FragmentManagerImpl.dispatchDestroy(FragmentManager.java:3032)...

library doesn't have any support for androidx

in api 28, I can not call getFragmentManager, what should i do?

also allow to disable dismiss() when onBackPressed() `fpd.setCanceledOnTouchOutside(false); // If true, the dialog will be dismissed when user touch outside of the dialog. If false, the dialog won't be dismissed.`

May I add some texts like loading in the progressdialog to show? Thank you.

Hello! Great library. Tested my app on a 4.4.2 device, and the dimensions of the dialog were wrong. On recent device, showed up as a circle in the middle of...

If i am running flip progress dialog, and pause the activity that it runs in, and then return back to it, app will crash with the following error (and stack...