LocalEconoShowDataProvider

The local database in the form of a Kotlin object

This was the technique taught in the beginning of the Kotlin courses. Using an actual database with Room would likely be better, but this should be sufficient enough.

Properties

Link copied to clipboard
val defaultMachine: <Error class: unknown class>

Provides a single basic MachineType object, which was used for testing.

Functions

Link copied to clipboard
fun getBeverageMachineData(): List<<Error class: unknown class>>

Gets the different beverage machines

Link copied to clipboard
fun getCartonerMachineData(): List<<Error class: unknown class>>

Gets the different cartoner machines

Link copied to clipboard
fun getCasepackingMachineData(): List<<Error class: unknown class>>

Gets the different case packing machines

Link copied to clipboard
fun getMachineTypeData(): List<<Error class: unknown class>>

Gets the different types of machines

Link copied to clipboard
fun getRoboticsMachineData(): List<<Error class: unknown class>>

Gets the different robot machines

Link copied to clipboard
fun getTrayformerMachineData(): List<<Error class: unknown class>>

Gets the different trayformer machines