Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Is it possible to check whether a fragment has already been loaded into a FrameLayout before adding it?
Fragment a = getSupportFragmentManager().findFragmentById(R.id.FrameLayout); if(a == null) FrameLayout is empty