Package-level declarations

Types

Link copied to clipboard

The MainActivity is used as entry point of Nova's application for Android

Properties

Link copied to clipboard

{@code DESTINATION_KEY} the key for the "destination" field

Link copied to clipboard
lateinit var fontFamily: FontFamily

fontFamily -> the Nova's font family

Link copied to clipboard
lateinit var imageLoader: ImageLoader

imageLoader -> the image loader used by coil library to load the image and by-passing the https self-signed certificates

Link copied to clipboard
lateinit var navigator: Navigator

navigator -> the navigator instance is useful to manage the navigation between the screens of the application

Link copied to clipboard
lateinit var thinFontFamily: FontFamily

thinFontFamily -> the Nova's thin font family

Functions

Link copied to clipboard
@Preview
fun App()

Common entry point of the Nova application

Link copied to clipboard
fun main()

The main function is used as entry point of Nova's application for Desktop