AdvancedAndroid_ClassicalMusicQuiz
AdvancedAndroid_ClassicalMusicQuiz copied to clipboard
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Migrated to androidx with latest dependencies. Removed all deprecated classes/function and migrated to newer ones with working application. Note: I don't know why controls didn't get changed and notifications are...
If anyone is having a hard time due to deprecated codes. Please check out the link below. https://github.com/tech-brian/ClassicalMusicQuizNotificationService
1) Updated gradle-wrapper.properties to 6.1.1 2) Updated project/build.gradle to 4.0.1 3) Updated gradle.properties for AndroidX and Jetifier 4) Changed imports of MainActivity 5) Refactored QuizActivity to AndroidX and removed all...
   Update All versions and Dependencies to Latest Versions     , we must add the following import: import android.support.v4.media.app.NotificationCompat.MediaStyle; Additionally,...
Fix android 8 above problems
'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.