android-kotlin-drawing-canvas
android-kotlin-drawing-canvas copied to clipboard
I noticed that the 'SYSTEM_UI_FLAG_FULLSCREEN: Int' has been deprecated in Java, but I haven't seen anyone bring up this issue yet. I tried implementing a potential solution, but I'm still...
**Describe the problem** Link for [2.1 Creating Custom Views](https://codelabs.developers.google.com/codelabs/advanced-andoid-kotlin-training-custom-views) not working. Page not found. **In which lesson and step of the codelab can this issue be found?** Lesson 1 **codelab:**...
**Describe the problem** broken link **In which lesson and step of the codelab can this issue be found?** https://developer.android.com/codelabs/advanced-android-kotlin-training-canvas#0 as well as others in the series. The error is "[2.1...
myCanvasView.systemUiVisibility = SYSTEM_UI_FLAG_FULLSCREEN ? not exist
**Describe the problem** As mentioned in Task (optional): Storing data in a Path step 1 & 2, after removing code for extraCanvas and extraBitmap, and adding the drawing and curPath...
**Describe the problem** systemUiVisibility is deprecated **In which lesson and step of the codelab can this issue be found?** Lesson 2.2, Step 3.3 **How to reproduce?** Error in documentation refers...
**Describe the problem** The instructions say to open a colors.xml file then a styles.xml file. Although a location is given for the colors.xml file, none is given for the styles.xml...
**Describe the problem** Can not find and open "styles.xml" **In which lesson and step of the codelab can this issue be found?** Lesson number + step number. (e.g., Lesson 2.2,...
**Describe the problem** The systemUiVisibility attrivute of myCanvasView is deprecated. If anyone else has that problem, see this: https://stackoverflow.com/questions/62577645/android-view-view-systemuivisibility-deprecated-what-is-the-replacement **In which lesson and step of the codelab can this issue...
Feature Request to add clipboard symbol on code blocks