Is it possible to refresh specific view without performing dump to the entire views hierarhy tree with AndroidViewClient?

StackOverflow https://stackoverflow.com/questions/23610789

سؤال

I need a way to monitor some view parameters (for example to catch the moment it becomes enabled etc)

To do so I think I need the possibility to refresh single view because performing dump to the entire views hierarchy tree takes too much time.

Is it possible to refresh a specific view?

Is there any other way to monitor specific view parameters without performing dump to the entire views tree?

هل كانت مفيدة؟

المحلول

I don't think it's possible. vc.dump() is the way AndroidViewClient synchronizes the internal View tree representation with whatever is in the screen when called.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top