Hi,
I'm trying to develop a native module for Android in Titanium.
I cannot find how I can detect in my TiUIView class, when its size is changing.
I have a class that is subclassing TiUIView (private class View extends TiUIView)
On iOS module development, there is the -(void)frameSizeChanged:frame bounds:
What's the equivalent for android to keep track the size of my view ?