Find UI components in real time run, under Android OS, it is possible?
Posted
by kimo
on Stack Overflow
See other posts from Stack Overflow
or by kimo
Published on 2010-06-06T08:06:47Z
Indexed on
2010/06/06
8:12 UTC
Read the original article
Hit count: 205
android
Hi All,
I want to know if I can find/reach UI components of running application under Android OS.
it is possible to catch the Button/DDL/.. that was clicked by the user in real-time,example from other subject(web):
In browser I can listen to the events and catch the DOM object that was clicked,
in this way I can save the DOM object data.catching UI components that was changed by the user will give the option to save UI component
data, and to perform the user actions automatic.Thanks.
© Stack Overflow or respective owner