Steve Tchatchouang
Results
2
comments of
Steve Tchatchouang
@murillo128 Any update?
you can try this ``` public class SomeActivity extends Activity { @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); if(savedInstanceState == null){ //Add fragments here } } } ```