Opening up a fragment in full screen from a child fragment(Non Full screen) using Android Navigation Component

Viewed 174

Here is my design requirement my first screen is an activity which contains a Fragment(Non-Fullscreen) on clicking a filter icon in a fragment(Non-Full screen), I want to navigate to filter fragment(Fullscreen) without communicating with an activity using Android Navigation Component

picture

0 Answers
Related