android-kotlin-notifications
                                
                                 android-kotlin-notifications copied to clipboard
                                
                                    android-kotlin-notifications copied to clipboard
                            
                            
                            
                        **Describe the problem** Till date there are nearly 38 issues. **In which lesson and step of the codelab can this issue be found?** Lesson 1-end **How to reproduce?** Non Maintainability...
EggTimerFragment.kt val viewModel = ~~ViewModelProviders.of~~(this).get(EggTimerViewModel::class.java) ViewModelProviders is DEPRECATED Updating the Fragment to use current methods for initializing the ViewModel requires different dependencies. Using these dependencies, however, breaks the app. Google,...
**Describe the problem** A clear and concise description of what the problem is. Bad filename **In which lesson and step of the codelab can this issue be found?** Lesson number...
Fixes #20 **In which lesson and step of the codelab can this issue be found?** Lesson 1.1, Step 6
**Describe the problem** A clear and concise description of what the problem is. **In which lesson and step of the codelab can this issue be found?** Lesson number + step...
The current app could not change the alarm when the time is selected, while already a timer is running. This pull request enables the user to reset the timer on...
`MainActivity` should have `android:exported= "true"`
**Describe the problem** In Step 3: Add notifications to your app , step 4 , must be **EggTimeViewModel.kt** instead of **EggTimerFragment.kt** **In which lesson and step of the codelab can...
**Describe the problem** Step item is referring to the incorrect module **In which lesson and step of the codelab can this issue be found?** [Advanced Android in Kotlin 01.1: Using...
**Describe the problem** wrong description in the step 3 says you have to open “EggTimerFragment.kt” but the code is in viewmodel where TODO 1.5 is. **In which lesson and step...