AdvancedAndroid_Shushme icon indicating copy to clipboard operation
AdvancedAndroid_Shushme copied to clipboard

Results 32 AdvancedAndroid_Shushme issues
Sort by recently updated
recently updated
newest added

Hi! When trying this solution final code on my phone (running with Android N), I ran into some issues which made the app crash: 1) Some packages in the GeofenceBroadcastReceiver...

In the branch T0X.03-Solution-GetPlaceById, whenever a location is selected the app crashes saying `07-01 07:32:45.813 1528-1528/com.example.android.shushme E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android.shushme, PID: 1528 java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1,...

https://stackoverflow.com/questions/20719723/uses-permission-tag-appears-after-application-tag#20719756

https://stackoverflow.com/questions/20719723/uses-permission-tag-appears-after-application-tag#20719756

Clone https://github.com/hrishikesh-kadam/AdvancedAndroid_Shushme and you would find all Exercises and Solution commits. Advantages over udacity/AdvancedAndroid_Shushme - - Latest dependencies - Bug fixed in udacity:T0X.05-Solution-SilentMode - Solution commits have TODO COMPLETED so...

For do not disturb option ACCESS_NOTIFICATION_POLICY access is needed.

Maybe inserting the Place in the DB should be handled in an AsyncTask?

``` @Override public void onResult(@NonNull Result result) { Log.e(TAG, String.format("Error adding/removing geofence : %s", result.getStatus().toString())); } ``` I am not sure why are we logging this as error by default....