Top "Extend" questions

Cause a unit of code (a class in POO, a style class in CSS ...) to cover a wider area.

Putting separate python packages into same namespace?

I'm developing a python framework that would have "addons" written as separate packages. I.e.: import myframework from myframework.addons …

python namespaces distribution extend
How to correctly draw text in an extended class for TextView?

I'm currently working on extending a TextView, adding an outline around the text. Thus far, the only problem I've been …

java android textview extend outline
Ruby mixins: extend and include

I've been reading a few articles about Ruby's mixin methods, extend and include, and I am still not quite sure …

ruby inheritance include extend
Listview and CustomAdapter extending SimpleCursorAdapter

I wish to manipulate background colors of selected row in my ListView which from reading I need to extend with …

android listview background-color extend custom-adapter
Underscore js extend method

Looks like Underscore library won't treat functions in JSON as first class citizens. Why doesn't this fiddle work? http://jsfiddle.…

javascript underscore.js extend