user2438683
user2438683

Reputation: 27

How to make a ImageView link to a specified phone Number?

Can anyone help me in that question? I want to make a simple link in a ImageView to a specified phone Number.

Upvotes: 0

Views: 117

Answers (1)

Gabe Sechan
Gabe Sechan

Reputation: 93624

Set an onClickListener for the ImageView, and have it do whatever you want. In this case, launch an intent to make a call.

Upvotes: 1

Related Questions