Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Powerful Android Apps with Jetpack Architecture, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:24:42
    Course Demo
  2. Урок 2. 00:19:06
    Starting Point and Dependencies
  3. Урок 3. 00:09:10
    Part 1 Introduction
  4. Урок 4. 00:21:44
    Navigation Graphs for Authentication
  5. Урок 5. 00:12:34
    Architectural Setup
  6. Урок 6. 00:25:07
    Room Persistence Setup
  7. Урок 7. 00:33:46
    Dagger Setup
  8. Урок 8. 00:35:41
    Retrofit Setup
  9. Урок 9. 00:35:40
    MVI Architecture Generics (DataState, Events, Wrappers)
  10. Урок 10. 00:33:01
    AuthViewModel, AuthViewState and AuthStateEvent
  11. Урок 11. 00:23:07
    Session Manager and Authentication
  12. Урок 12. 00:27:07
    Login and Registration
  13. Урок 13. 00:36:08
    NetworkBoundResource for MVI and Coroutines
  14. Урок 14. 00:27:51
    Leveraging NetworkBoundResource
  15. Урок 15. 00:20:54
    Handling Errors and Loading
  16. Урок 16. 00:37:30
    Auto-Authentication when App Launches
  17. Урок 17. 00:34:46
    Password Reset
  18. Урок 18. 00:04:16
    Part 2 Introduction
  19. Урок 19. 00:23:24
    Main Package Fragments and Layouts
  20. Урок 20. 00:13:53
    Bottom Navigation Graphs
  21. Урок 21. 00:56:15
    Custom Bottom Nav Controller
  22. Урок 22. 00:11:22
    Navigation Controller and Toolbar
  23. Урок 23. 00:01:44
    Part 3 Introduction
  24. Урок 24. 00:15:08
    Account: ViewModel, State, Repository and ApiService
  25. Урок 25. 00:28:35
    Caching Account Properties
  26. Урок 26. 00:33:37
    Updating Account Properties
  27. Урок 27. 00:15:23
    Password Update
  28. Урок 28. 00:07:12
    Keyboard Management
  29. Урок 29. 00:24:00
    Job Manager and Cancelling Jobs
  30. Урок 30. 00:05:28
    Part 4 Introduction
  31. Урок 31. 00:18:41
    Blog: ViewModel, State, Repository and ApiService
  32. Урок 32. 00:26:47
    Retrieving and Caching Blog Posts from Network
  33. Урок 33. 00:39:30
    RecyclerView Adapter, DiffUtil and ListUpdateCallback
  34. Урок 34. 00:10:47
    Selecting a Blog Post
  35. Урок 35. 00:43:43
    Pagination
  36. Урок 36. 00:17:44
    SearchView and Swipe Refresh
  37. Урок 37. 00:22:47
    Filtering and Ordering (custom Room queries)
  38. Урок 38. 00:17:24
    Material Dialogs Custom Layout
  39. Урок 39. 00:17:46
    Determining if Author of BlogPost
  40. Урок 40. 00:14:12
    Deleting Blog Posts
  41. Урок 41. 00:19:26
    Are You Sure? (Dialog)
  42. Урок 42. 00:35:56
    Updating Blog Posts
  43. Урок 43. 00:09:20
    On Blog Update Success
  44. Урок 44. 00:05:21
    Image Cacheing with Glide (Preloader)
  45. Урок 45. 00:03:49
    Part 5 Introduction
  46. Урок 46. 00:18:12
    CreateBlog: ViewModel, State and Repository
  47. Урок 47. 00:25:23
    Selecting and Cropping an Image
  48. Урок 48. 00:25:15
    Uploading Image to Server with Retrofit
  49. Урок 49. 00:10:04
    Updating a Blog Post
  50. Урок 50. 00:14:05
    Dagger Refactor
  51. Урок 51. 00:37:35
    Process Death Issue Fix (Part 1/2)
  52. Урок 52. 00:31:15
    Process Death Issue Fix (Part 2/2)
  53. Урок 53. 00:09:10
    BackStack Bug
  54. Урок 54. 00:06:53
    Navigation Bug
  55. Урок 55. 01:27:39
    Remove dagger-android
  56. Урок 56. 02:02:48
    Flows and Channels Refactor