beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Adjust names of Canvas draw handler interface and view #32

Closed paulproteus closed 2 years ago

paulproteus commented 2 years ago

Rename CustomView to DrawHandlerView

Rename IView to IDrawHandler

I believe this makes the purpose drastically easier to understand. See https://github.com/beeware/toga/pull/1309 for discussion.

PR Checklist: