Android Question Open a resident appli by clicking on a number in a label

ciginfo

Well-Known Member
Licensed User
Longtime User
hello,
On a label I have a text with adress and number phone.
I want by clicking on the number phone open the resident appli phone and dial the number.
Is there a library which allows this?
I try with "LabelExtras" or " Clickable TextView" but it seems it's impossible
Thank you
 

NJDude

Expert
Licensed User
Longtime User
That question was answered HERE

You have to add that code to the CLICK event for the Label, if you want to extract the phone number, you will have to do that yourself, or separate the address from the phone number on 2 different labels.
 
Upvote 0
Top