Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Architecture Components

Android Viewmodel Recreated On Screen Rotation

I found a case when architecture components ViewModel isn't retained - in short it goes as foll… Read more Android Viewmodel Recreated On Screen Rotation

Can't Resolve The Context Or Application While Navigating From Adapter Of A Fragment(a) To Another Fragment (b)

Am trying to navigate from one fragment (A) to another (B), but the fragment, but the first fragmen… Read more Can't Resolve The Context Or Application While Navigating From Adapter Of A Fragment(a) To Another Fragment (b)

How To Find A Child Fragment With Navigation Architecture Components

After learning basics about new architecture components, I decided to apply this knowledge and work… Read more How To Find A Child Fragment With Navigation Architecture Components

Android Architecture Components Livedata

I'm trying to implement a simple App using Architecture Components. I can get the info from Res… Read more Android Architecture Components Livedata

Android Navigation Component Pop To Transition Issue

I have 2 actions Action1 Solution 1: I ended up overriding onCreateAnimation in the fragment th… Read more Android Navigation Component Pop To Transition Issue

Resume Flowable Converted To Live Data After Screen Rotation

Say I have an activity like this: public class TestActivity extends AppCompatActivity { @Overri… Read more Resume Flowable Converted To Live Data After Screen Rotation