Advanced_Android_Development
Advanced_Android_Development copied to clipboard
Repo for the Advanced Android App Development course
Hi, I see that according to Google APIs documentation `apply plugin: 'com.google.gms.google-services'` should be added at the bottom of the file and not at the top. > Add dependencies for...
When trying to connect/register my Android app with GCM, I receive the following error during build Error:Execution failed for task ':app:mergeDebugResources'. [string/gcm_defaultSenderId] C:\Users\AndroidStudioProjects\Advanced_Android_Development\app\src\main\res\values\strings.xml [string/gcm_defaultSenderId] C:\Users\AndroidStudioProjects\Advanced_Android_Development\app\build\generated\res\google-services\debug\values\values.xml: Error: Duplicate resources When I...
in your code, autoSelectView=true in the method onLoadFinish() in Class ForecastFragment ``` updateEmptyView(); if ( data.getCount() > 0 ) { mRecyclerView.getViewTreeObserver().addOnPreDrawListener(new ViewTreeObserver.OnPreDrawListener() { @Override public boolean onPreDraw() { // Since...
## crashes pretty much immediatley after opening (no interaction besides hitting launch button) 05-15 18:03:40.839 19870-19870/com.example.android.sunshine.app E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android.sunshine.app, PID: 19870 android.view.InflateException: Binary XML file line #19:...
If you update your build config to use version 23.3.0 of the android libraries, you also need to change the namespace used for the custom attribute minLength in prefs_general.xml: Here...
To Explore this project for Udacity Course - Ubiquitous Computing. [](https://reviewable.io/reviews/udacity/advanced_android_development/7)