adapters/model library

Classes

PerksAdapter
Adapters are responsible for handling all the processed data. Often times, it is writing to a disk, or a similar operating. PerksAdapter implements read and write operation but are asynchronous.
PerksSyncAdapter
PerksSyncAdapter implements read and write operation but are synchronous.