18
Làm cách nào tôi có thể truy cập getSupportFragmentManager () trong một đoạn?
Tôi có một FragmentActivity và tôi muốn sử dụng một mảnh bản đồ bên trong nó. Tôi gặp sự cố khi yêu cầu trình quản lý phân đoạn hỗ trợ truy cập. if (googleMap == null) { googleMap = ((SupportMapFragment) getSupportFragmentManager() .findFragmentById(R.id.map1)).getMap(); // check if map is created successfully or …