Loading Dialog

The Scan to Pay library also offers a Loading dialog for any task that occurs just before invoking the LibLiteActivity. This gives a constant user experience. You may use this Dialog optionally.

See the code snippet below:

LibLiteLoading loadingDialog = new LibLiteLoading(); 
loadingDialog.show(context.getFragmentManager(), null);