Bob Paehr has raised many interesting questions as he diligently proofs the new Basic4Android book, one of which is why does the documentation specify parameters such as android.graphics.Path in the following
ClipPath (Path1 As android.graphics.Path)
(this comes from http://www.b4x.com/android/help/drawing.html#canvas_clippath)
It is impossible to specify a variable as android.graphics.Path. The only type available is Path, so why bother to specify the android.graphics part? Is there a purpose or does it simply confuse the user?
If there is no benefit in specifying this full path then I propose to shorten all types in the book to their simplest form.
Any comments?
ClipPath (Path1 As android.graphics.Path)
(this comes from http://www.b4x.com/android/help/drawing.html#canvas_clippath)
It is impossible to specify a variable as android.graphics.Path. The only type available is Path, so why bother to specify the android.graphics part? Is there a purpose or does it simply confuse the user?
If there is no benefit in specifying this full path then I propose to shorten all types in the book to their simplest form.
Any comments?