How to convert mupdfActivity to fragment

I have successfully implemented the mupdf library in my project.

The problem is activity

 MuPDFActivity

shows only one window containing pdf. I need to convert this activity into a fragment so that I can show it several times at the same time.

+3
source share

All Articles