Showing posts with label listener. Show all posts
Showing posts with label listener. Show all posts

Friday, May 18, 2012

How to click or tap on a TextView text


I know this is so easy (doh...) but I am looking for a way to run a method on tapping or clicking a TextView line of text in an Android App.

Friday, February 24, 2012

Appropriate listener class for flight/dwell time in java


The program I'm trying to make will have to collect the flight/dwell time of the user. I've explored the Keylistener interface and its method seems incapable of recording these times. What would be the appropriate interface for this?