app / de.uniks.codliners.stock_simulator.ui.stockbrot

Package de.uniks.codliners.stock_simulator.ui.stockbrot

Types

StockbrotFragment

Fragment for the stockbrot ui.

class StockbrotFragment : BaseFragment

StockbrotQuoteListAdapter

The adapter that inserts StockbrotQuotes into a RecyclerView.

class StockbrotQuoteListAdapter : ListAdapter<StockbrotQuote, ViewHolder>

StockbrotViewModel

ViewModel for the stockbrot ui.

class StockbrotViewModel : ViewModel