Fylke
Fylke

Reputation: 1836

How to pick up input in Android?

How do I read input from the touchscreen in Android?

Upvotes: 0

Views: 275

Answers (2)

stevedbrown
stevedbrown

Reputation: 8934

That's a very broad question, so I will give you the very broad answer of read Handling UI Events on the Android Developers site.

Upvotes: 4

Joseph Mansfield
Joseph Mansfield

Reputation: 110648

I imagine you use this listener: OnTouchListener

Upvotes: 1

Related Questions