Package com.zuko.billingz.core.ui
Types
Link copied to clipboard
Listen to different events related to a selected product
Link copied to clipboard
class ProductDiffCallback(oldList: MutableList<Productz>, newList: MutableList<Productz>) : DiffUtil.Callback
Content copied to clipboard
Implementation of DiffUtil.Callback for a mutable list of Productz objects.
Link copied to clipboard
class ProductsAdapter(list: MutableList<Productz>, listener: OnSelectedProduct?) : RecyclerView.Adapter<ProductsAdapter.ProductViewHolder>
Content copied to clipboard
RecyclerView Adapter for a mutable list of Productz objects.
Link copied to clipboard
class ReceiptsAdapter(list: MutableList<Receiptz>) : RecyclerView.Adapter<ReceiptsAdapter.HistoryRecordViewHolder>
Content copied to clipboard
RecyclerView Adapter for a mutable list of PurchaseHistoryRecord objects.