Posts by Valdemir Junior • 11 points
1 post
-
1
votes0
answers68
viewsQ: Someone could tell me why the Google Maps API is not generating the map in android studio 3.5
Code of the Homefragment public class HomeFragment extends Fragment implements OnMapReadyCallback { public HomeFragment(){ // Required empty public constructor } GoogleMap mMap; @Nullable @Override…