Skip to content Skip to sidebar Skip to footer

Android Google Maps: Trying To Use Locationclient In Fragment

I am trying to convert the code given for locationClient on google developer page from FragmentActivity to Fragment. I seem to be getting a null pointer exception in my onCreateVie

Solution 1:

Take all code in onCreatView()except View rootView and put it in onStart()


Post a Comment for "Android Google Maps: Trying To Use Locationclient In Fragment"