Package com.pda.screenshotmatcher2.viewModels

View models, which provide two-way data bindings for data models. Implemented as part of the MVVM architecture.

Types

CaptureViewModel
Link copied to clipboard
class CaptureViewModel(application: Application) : AndroidViewModel

ViewModel that provides two way data bindings for CaptureModel. Use this class to retrieve/manipulate data stored in CaptureModel.

GalleryViewModel
Link copied to clipboard
class GalleryViewModel(application: Application) : AndroidViewModel

ViewModel that provides two way data bindings for images stored in the internal gallery.

ServerConnectionViewModel
Link copied to clipboard
class ServerConnectionViewModel(application: Application) : AndroidViewModel

ViewModel that provides two way data bindings for ServerConnectionModel Use this class to retrieve/manipulate data stored in ServerConnectionModel