as a get-going i am working on a UI ~ should base class for something
that is to display on-screen but have multiple "types" that are to be
displayed be on a base-class in android.widget or in
android.view ?....

goal here is to avoid " oh, i wish i had ..." later when some datatype
needs to have some sort of display ~ i can write an entire chain of
intervening classes - what i wish to avoid is failure to be able to
avoid issues described by D.A.G. theory = e.g. re-entrant constructor
and type-resolution for which base-class which breaks simple Depth-
First class type constructor chaining & I can even write "converter"
classes once the Thread Execution path is understood

Ultimate Simplicity is not the goal here ~ Reliable Extensible base
class is - the entire issue field is within UI design "put it up and
use it" goal = resolves on constructor chaining

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

Reply via email to