How to handle visibility changes for a custom android view/widget -
i have written custom view in android. need processing when visibility of view changed. there listener called when visibility of view/widget changed ?
edit:
i know how change visibility, know if there listener called when setvisibility on view!
do want processing within custom view class? if so, why not override setvisibility() method, call super(), , custom processing?
Comments
Post a Comment