• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Implementing Drawable draw() method?

cmh0114

Well-Known Member
I'm trying to create an object that will extend the class Drawable. However, I have no clue how to implement the draw() method, but if I don't implement it, nothing gets drawn. What code should I put within the draw() method so that my Drawable is drawn?
 
lol, thanks, but I already tried that.
Drawable is an abstract class, and Drawable.draw() is an abstract method, so I have to write the code for it explicitly. :P
 
Back
Top Bottom