-
Notifications
You must be signed in to change notification settings - Fork 0
Base
Naimul Kabir edited this page Jun 2, 2022
·
2 revisions
If the app is in debug mode, plants a debug tree
This abstract [BaseFragment] class defines all the common behavior of all the fragments of this application and this abstract class, have abstract methods for the differences, which can be overridden in the actual implementations.
Also, this makes implementing [ViewDataBinding] a lot easier.
Floating loading indicator
Hides the soft keyboard
A Resource class wrapper to indicate a Success, an Error, or a Loading state
-
Parameters:
T
—