Moh09
Moh09
I tried to replace the "view.addSpan (new DotSpan (5, color));" of "decorate(DayViewFacade view)" by ``` Drawable image = getResources().getDrawable(R.drawable.round_warning_24); view.addSpan(new ImageSpan(image)); ``` but I have an error with getRessources(). Before...
It have been replace by "GeofencingClient" but how do you integrate that in the code ? ``` public void registerAllGeofences(){ if (mGoogleApiClient == null || mGoogleApiClient.isConnected() || mGeofenceList == null...
Hello, First thanks for this app ! Two things deprecated : MyLocationUsingLocationAPI - L. 144 - mLastLocation = LocationServices.FusedLocationApi \\ - L. 252 - LocationServices.SettingsApi.checkLocationSettings(mGoogleApiClient, builder.build()); I have some difficulties...