Recent content by tchalla2581

  1. tchalla2581

    Opening more than one fragment on a fragment

    Hello. I created an app with a navigation drawer that uses fragment but I need to open multiple fragments from one fragment. I already successfully find a way to open one fragment but I want to open more than one. The code is bellow: MainActitivity.java: package...