Open blonsky95 opened 3 years ago
First for data binding:
use it for speed number to be updated directly through that - fragment is already doing that - not through viewmodel
visibility of player_controls which is the play, forward, rewind next, previous frame buttons - not really good idea, it works together with the fragments and the livedata just sends a tap notification, not the actual visibility state that should be applied
can i use it for the timing info layout as well? so the text --> if yes, then visibility? -
CREATING NEW TICKET FOR DATA BINDING - go to #47
This will continue with storage over shared prefs
For dependency injection - look at dagger android or dagger hilt https://joebirch.co/android/exploring-dagger-hilt-an-introduction/
Look at data binding - DONE - #47
look at storage over shared prefs - DONE - #48
Look at dependency injection - #49