Package-level declarations

Types

Link copied to clipboard

This class provides methods to convert certain complex types that are not directly supported by Room into types that Room can persist in the database.

Link copied to clipboard
sealed class IconResource

Sealed class representing an icon resource. It can be either a vector or a drawable resource.

Link copied to clipboard

Enum class representing the types of navigation in the JochensNextDinner app.

Link copied to clipboard

Enum class representing the screens in the JochensNextDinner app.

Link copied to clipboard
sealed class Resource<T>

Sealed class representing a resource with a status. It can be either Success, Error, or Loading.