I have a nav drawer set up. I have been using fragments for all of my views and everything works great. My problem is that in one of the fragments I would like to put three other fragments with a listview in each one. I have done a lot of research on this and have found that you can put fragments inside fragments but every tutorial I have tried with no success. If anyone can point me in a direction to achieve this that would be great. If there is another way of achieving this I am open to anything that might work. Maybe a sample of putting three fragments in one fragment would help.
Thanks.