sudo.adam wrote:
> While working on that
> app did you find it necessary to have the class inflate itself? 

I am not sure what you mean here.

> When
> I was going through the documentation on the dev site it seemed to
> just say that you have to extend a class and override a few methods to
> your liking. 

Oh, well, that's certainly theoretically possible. It all depends on
what you're trying to accomplish. If there's an existing View class that
is 99% of what you want, perhaps just a subclass and a few overrides are
all that's needed.

In the case of the example I linked to, there wasn't really an existing
widget to work from, so I created one out of parts. Kind of like
Frankenstein. :-)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Consulting: http://commonsware.com/consulting

-- 
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