1. Урок 1. 00:02:14
    Introduction to MvRx
  2. Урок 2. 00:00:27
    Set up Your Project for MvRx
  3. Урок 3. 00:01:00
    Create Your Base MvRx ViewModel
  4. Урок 4. 00:01:31
    Create Your First MvRxViewModel
  5. Урок 5. 00:01:43
    Make Your ViewModel Survive Configuration Changes
  6. Урок 6. 00:01:55
    Update State with setState
  7. Урок 7. 00:03:06
    Easily Execute Asynchronous Actions
  8. Урок 8. 00:02:23
    Subscribe to State Changes Manually
  9. Урок 9. 00:01:54
    Share ViewModels Across Fragments
  10. Урок 10. 00:00:46
    MvRx Is Lifecycle Aware
  11. Урок 11. 00:02:03
    Persist State Across Process Restoration
  12. Урок 12. 00:01:45
    Debug Mode Safety Checks
  13. Урок 13. 00:02:06
    Simplify State With Derived Properties
  14. Урок 14. 00:03:51
    Initialize Your State Properties
  15. Урок 15. 00:02:07
    Initialize State With Fragment Arguments
  16. Урок 16. 00:03:34
    Integrate with Dependency Injection
  17. Урок 17. 00:02:49
    Dependency Injection with Dagger
  18. Урок 18. 00:02:17
    MvRx Threading Model
  19. Урок 19. 00:02:10
    Test State Classes
  20. Урок 20. 00:03:06
    Test ViewModels