Hello. I want creates shapes(rectangle, oval, square, etc) in runtime. Also I want drag and drop shapes that I create. My question is: may I for my goals create one class named, for example, Shape extended View and simply provide different constructors for each kind of shape or I must create many classes for different shapes? And how I can implement drag and drop? in extended View class or in Activity class?
-- 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

