basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
35 stars 7 forks source link

Migrate to ViewModels for each Fragment #10

Closed basshelal closed 5 years ago

basshelal commented 5 years ago

Instead of the current, ViewModel for the only Activity that all Fragments have access to

basshelal commented 5 years ago

This isn't necessary and probably not efficient, all Fragments need to know certain properties like current BoardID and ListID etc, these should be shared across the entire App to keep the experience consistent and correct!