Hi,
You can use getCurrentViews() if you want to get all the views
currently displayed.
Please see the javadoc for more information.
/Renas
On Apr 8, 3:27 pm,
i.dellor...@gmail.com wrote:
> Hi everybody,
> I need to get all the views (buttons, textViews, radiobutton....) from a
> view.
> for example, if an app showing in the active "window" buttons, textViews,
> radioButtons... i need to get all of them and after to get every properties
> of them (but for that i think i have a solution).
> i've seen the getViews() method but i can't understand if it is what i need.
> Thank's