app_data_source

The app_data_source module is responsible for manipulating all app data, including ViewModel setup and mapping data between the network, CacheManager, and UI views. The ViewModel also handles business logic and manages data flow to the UI, facilitating communication with the UI layer in the main app module.

Last updated