show Loading Dialog
public final Unit showLoadingDialog(Activity activity, Integer textResId, Function0<Unit> inThreadLambda, Function0<Unit> postDismissLambda)
Show a loading dialog while a lambda is running in a thread
Parameters
activity
The activity to show the loading dialog in
text Res Id
The resource ID of the text to show in the loading dialog
in Thread Lambda
The lambda to run in a thread while the loading dialog is showing
post Dismiss Lambda
The lambda to run after the loading dialog is dismissed