Package-level declarations
Types
Link copied to clipboard
object AppContext
Utility object that manages the application's Context
across the app lifecycle.
Link copied to clipboard
Initializes the AppContext
during the application's startup phase using AndroidX's Initializer
interface.
Link copied to clipboard
object ContextActivityProvider
A singleton object that helps to maintain a weak reference to the current Activity. This is useful to avoid memory leaks by preventing strong references to an Activity.