Advanced_Android_Development icon indicating copy to clipboard operation
Advanced_Android_Development copied to clipboard

Repo for the Advanced Android App Development course

Results 36 Advanced_Android_Development issues
Sort by recently updated
recently updated
newest added

I run into an issue with the invalid location detection when writting my response and short after with the solution here at 2.06. The preference `location-state` never was changing to...

**crashes pretty much immediatley after opening**: 10-15 00:59:15.701 5096-5096/com.example.android.sunshine.app E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android.sunshine.app, PID: 5096 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.android.sunshine.app/com.example.android.sunshine.app.MainActivity}: java.lang.SecurityException: uid 10058 cannot get secrets for...

in app/build.gradle file buildTypes.each { it.buildConfigField 'String', 'OPEN_WEATHER_MAP_API_KEY', MyOpenWeatherMapApiKey needs to be corrected. The MyOpenWeatherMapApiKey should be specified within '"key"' i.e, '"actual_key"' This may not not be an issue, but...

MyInstanceIDListenerService and MyGcmListenerService are in com.example.android.sunshine.app.gcm package . The missing dot operator(.) causes error in recognising actual file paths. Placing the dot causes the android studio to look inside of...

The data could be extracted directly from the bundle instead of converting it to a JSONObject and then extracting it. Converting to JSONObject also causes a NullPointerException which could be...

When the message is received from the server, the message is in a bundle which is converted to JSONObject. This process is creating a NullPointerException. Instead of creating a JSONObject,...

Since GCM has been deprecated, I've updated the final branch of lesson 5 with FCM source. This way, students can check 5.04 out to run the final quiz 'See it...