Issue
Is it possible to receive events withing the android project generated from the main activity?
So i can test events?
Is this the best way of testing events?
Thanks in advance
Solution
See Activity Testing Tutorial how to test activities in Android. To test activity's events Instrumentation class is used. TouchUtils class is useful to generate touch events.
Answered By - biegleux
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.