I wanted to know what’s the difference between creating a custom Drawable like in the Shelves project: http://code.google.com/p/shelves/ to creating a custom View?
I wanted to know what’s the difference between creating a custom Drawable like in
Share
Drawbleonly response for the draw operations, while view response for the draw and user interface like touch events and turning off screen and more.View can contain many
Drawbles.