こんにちは友人私はmovies.xml、つまりcontainer、detail_screenに2つのフレームレイアウトを持っています 。not.if 提示された場合は、そのフラグメントを削除したいだけです。
if (getSupportFragmentManager().findFragmentByTag("MyFragment") != null) {
getSupportFragmentManager().beginTransaction().remove(getSupportFragmentManager().findFragmentByTag("MyFragment")).commit();
}
しかし、フラグメントがアンドロイドのフレームレイアウトに表示されているかどうかをプログラムで確認する方法は他にありますか?