Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

[Android Native Module Development] Detect view size change on TiUIView.java

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 8068

Trending Articles