AdvancedAndroid_Shushme
AdvancedAndroid_Shushme copied to clipboard
As of July 29, 2019, the Places API is deprecated and the new library for Places is being introduced. This code will not work. The project needs to be migrated...
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...
In mobiles running SDK >= 24, when clicked on "Ringer Permissions", the app's name must be shown in the "Do Not Disturb Access" intent for the Sushme app to enable...
Steps: - Click Add new location button - The map is opened. Before I click anything, it returns to the main activity. While debugging I see that the resultCode in...
Tested on Android 6 device
As of today, this build.gradle works for me (StarterCode): ``` apply plugin: 'com.android.application' android { compileSdkVersion 28 buildToolsVersion "28.0.3" defaultConfig { applicationId "com.example.android.shushme" minSdkVersion 16 targetSdkVersion 28 versionCode 1 versionName...
I followed instructions for the shushme app exercise. I even took the final solution updated my key and tried to run it but I have not been able to see...
Google [documentation](https://developers.google.com/android/reference/com/google/android/gms/location/places/PlaceBuffer) says _"NOTE: The calling application must release() this object after it is done with it to prevent a memory leak"_. Without this I get this errors in log:...
Hello, I wonder if there is a feature in app to _swipe to delete place_, or I'm missing something? Regards, **Miroslav Maksimovic**