Краткий обзор конструкторов и lifecycle методов View. 
#android #lifecycle #view
https://medium.com/@pavan.careers5208/the-life-cycle-of-a-view-in-android-6a2c4665b95e
  
  #android #lifecycle #view
https://medium.com/@pavan.careers5208/the-life-cycle-of-a-view-in-android-6a2c4665b95e
Medium
  
  The Life Cycle of a View in Android
  Explore & get familiarity with the lifecycle of View to create best performance Custom Views
  Статья про аналог ActivityLifecycleCallbacks для фрагментов
#android #lifecycle
https://habr.com/ru/company/yamoney/blog/492272/
  
  #android #lifecycle
https://habr.com/ru/company/yamoney/blog/492272/
Хабр
  
  Раскладываем на части FragmentLifecycleCallbacks
  Привет! Сегодня я продолжаю рассказывать про инструменты, которые почему-то обделили вниманием. В своей предыдущей статье я написал про возможности ActivityLifec...
  Статья о двойном Lifecycle во фрагменте и том, как с этим работать в Jetpack. 
#android #lifecycle #fragment
https://zsmb.co/fragment-lifecycles-in-the-age-of-jetpack/
  
  #android #lifecycle #fragment
https://zsmb.co/fragment-lifecycles-in-the-age-of-jetpack/
zsmb.co
  
  Fragment Lifecycles in the Age of Jetpack
  Fragments have... Complicated lifecycles, to say the least. Let's take a look at these, and how they all fit into the world of Jetpack today, with LifecycleOwners, LiveData, and coroutines.
  Автор попытался создать ViewModel со временем жизни Composable функции. Штука, может и ненужная, но интересная, чтобы лучше понимать и Compose и ViewModel.
#android #compose #viewmodel #lifecycle
https://proandroiddev.com/composable-scoped-viewmodel-an-interesting-experiment-b982b86d84cd
  
  #android #compose #viewmodel #lifecycle
https://proandroiddev.com/composable-scoped-viewmodel-an-interesting-experiment-b982b86d84cd
Medium
  
  Composable-scoped ViewModel: An interesting experiment
  Scope any ViewModel to the composition of the Composable it is in, while surviving configuration changes, by using the power of Lifecycle.
🤯8👍7🔥2😱1
  Обзор новой Compose функции - retain. Похоже на функцию remember с временем жизни ViewModel. 
#compose #lifecycle #viewmodel #retain #remember
https://proandroiddev.com/exploring-retain-api-a-new-way-to-persist-state-in-jetpack-compose-bfb2fe2eae43
  
  #compose #lifecycle #viewmodel #retain #remember
https://proandroiddev.com/exploring-retain-api-a-new-way-to-persist-state-in-jetpack-compose-bfb2fe2eae43
Medium
  
  Previewing retain{} API: A New Way to Persist State in Jetpack Compose
  Jetpack Compose has reshaped how we think about UI in Android. With its declarative nature, reactive state model, and composable functions…
👍10