George Ampartzidis
George Ampartzidis
I noticed that the MediaStyle notification isn't working when selecting the compileSdkVersion to 27. As I found in the following [link](https://medium.com/google-developers/migrating-mediastyle-notifications-to-support-android-o-29c7edeca9b7), we must add the following import: import android.support.v4.media.app.NotificationCompat.MediaStyle; Additionally,...
'com.google.android.exoplayer2.ui.SimpleExoPlayerView' is deprecated is the message getting when declaring a variable of this type. According to the [Deprecated List of the ExoPlayer Library](https://google.github.io/ExoPlayer/doc/reference/deprecated-list.html), _PlayerView_ should be used.
The plant_age and water_meter layouts are not properly displayed in the activity_plant_detail. The top of the layouts is cut off, as shown in the screenshot below 
Fix for Issue [https://github.com/udacity/AdvancedAndroid_MyGarden/issues/14](#14 )
Trying to run the app I came across the following problem: The setProviders method cannot be resolved. Instead of the code provided in the example code `setProviders( AuthUI.EMAIL_PROVIDER, AuthUI.GOOGLE_PROVIDER)` we...
I just tried to run the app and it crashed with the aforementioned message. The quick solution was to add permissions in the AndroidManifest.xml file like this: ` ` Do...