[android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread Addy
Ok, Thank you very much. On Sep 23, 11:58 pm, TreKing wrote: > On Fri, Sep 23, 2011 at 1:46 PM, Addy wrote: > > And one more thing, do you know how does ROBOTTIUM jar work for testing > > android application? > > Nope. Check their site? > > ---

Re: [android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread TreKing
On Fri, Sep 23, 2011 at 1:46 PM, Addy wrote: > And one more thing, do you know how does ROBOTTIUM jar work for testing > android application? > Nope. Check their site? - TreKing

[android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread Addy
OK, Thanks. I got it. And one more thing, do you know how does ROBOTTIUM jar work for testing android application? I think it also do same, as get the screen view, from that screen It get the perticulat x,y coordinates where user touch then from that portion it will get the text.And from that text

Re: [android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread TreKing
On Fri, Sep 23, 2011 at 12:45 PM, Addy wrote: > I want to track the event of user interecation so I think, If I am able to > get the device's screen as a view then I will get the child views of that > view. And from that child view I will get the all events which will perform > on that view. > T

[android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread Addy
Thanks for your reply, I want to track the event of user interecation so I think, If I am able to get the device's screen as a view then I will get the child views of that view. And from that child view I will get the all events which will perform on that view. Or if this is impossible (As we don