Mahdi Javaheri
Apr 15, 2021

--

I remember when started to use LiveData + DataDinding in my projects I was stuck deciding between `onActivityCreated()` or `onViewCreated()` callback to observe LiveData,

I insisted using onViewCreated() because it was making more sense to me although official android samples were using onActivityCreated() !

--

--