18
Jak mogę uzyskać dostęp do getSupportFragmentManager () we fragmencie?
Mam FragmentActivity i chcę w nim użyć fragmentu mapy. Mam problem z uzyskaniem dostępu do menedżera fragmentów wsparcia. if (googleMap == null) { googleMap = ((SupportMapFragment) getSupportFragmentManager() .findFragmentById(R.id.map1)).getMap(); // check if map is created successfully or not if (googleMap == null) { Toast.makeText(getApplicationContext(), "Sorry! unable to create maps", Toast.LENGTH_SHORT) .show(); …