Rajan Maurya
Nov 3, 2020

--

Yes you can do it. Make an xml activity_common.xml and put the progress layout in bottom and a fragment tag

```
<fragment
android:id=”@+id/container”
android:name=”androidx.navigation.fragment.NavHostFragment”
android:layout_width=”match_parent”
android:layout_height=”match_parent” />
```

and load fragment inside activity and show the progress whenever you want.

--

--

Rajan Maurya
Rajan Maurya

Written by Rajan Maurya

Senior Software Engineer at OpenLane Inc, Open source contributor at Mifos Initiative and mentoring GSoC Students. https://github.com/therajanmaurya

No responses yet