>From the url http://developer.android.com/guide/topics/graphics/index.html

In the "Consider your Options" section:

   Option "b," drawing to a Canvas, is better when you're application
needs ...

has the wrong homonym.  "you're" should be "your", as in

   Option "b," drawing to a Canvas, is better when your application
needs ...


In the "Draw with a Canvas" section:

   Drawable has its own draw() method that takes your Canvas as an
arguement.

"arguement" is misspelled.  It should be "argument".


In the "On a View" section:

   If you're application does not require a significant amount of
processing ...

has the same "you're" vs. "your" typo as the first one.  It should be

   If your application does not require a significant amount of
processing ...

---
Dennis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to