1. 10 1月, 2020 1 次提交
    • I
      Prefer onViewCreated() over onActivityCreated() · 62a95286
      Ian Lake 提交于
      The stated purpose of onActivityCreated() is to wait until the activity is created. That isn't needed here, where what we're actually doing is setting up the binding with the ViewModel, making this more suitable for onViewCreated(). As onActivityCreated() and onViewCreated() happen back to back, there's no actual difference in behavior (just increased clarity on what we're doing).
      62a95286
  2. 09 1月, 2020 10 次提交
  3. 12 12月, 2019 1 次提交
  4. 26 11月, 2019 2 次提交
  5. 25 11月, 2019 1 次提交
  6. 23 11月, 2019 1 次提交
  7. 22 11月, 2019 1 次提交
  8. 19 11月, 2019 2 次提交
  9. 08 11月, 2019 3 次提交
  10. 07 11月, 2019 1 次提交
  11. 02 11月, 2019 1 次提交
  12. 30 10月, 2019 2 次提交
  13. 16 10月, 2019 2 次提交
  14. 15 10月, 2019 2 次提交
  15. 10 10月, 2019 2 次提交
  16. 09 10月, 2019 1 次提交
  17. 01 10月, 2019 2 次提交
  18. 05 9月, 2019 1 次提交
  19. 28 8月, 2019 1 次提交
    • J
      Adds LiveDataSample (#710) · 4a36ccba
      Jose Alcérreca 提交于
      * LiveData sample
      
      * Removes internal script
      
      * Adds call to super.onActivityResult to fix broken build
      
      * Bumps testing versions and fixes NavBasicSample dependencies
      
      * Fixes testing versions
      4a36ccba
  20. 19 8月, 2019 2 次提交
  21. 13 8月, 2019 1 次提交