tutorialseu / KidsDrawingApp

An app where any one can draw with different colors
22 stars 28 forks source link

Online course: MainActivity.kt commit c604c03 'add provider path' #1

Open redeveloper3 opened 2 years ago

redeveloper3 commented 2 years ago
  1. At this point of the online course (Lesson 134 at 7:48) Denis has MainActivity.kt open and there is a method at line 59 that I don't recognise:

override fun onActivityResult()

It looks like it's just after the onCreate() method.

  1. In the same lesson at 8:25 in MainActivity.kt there is a method called isReadStorageAllowed() and a companion object (line 153) which I don't recognise as being implemented yet.

Could you please clarify where these are implemented as I can't see them in the GitHub version. Thanks for your help.

redeveloper3 commented 2 years ago

To update, the isReadStorageAllowed() method is implemented in Lesson 135 at 11:25.