is it possible in android to make text view clickable if yes then how ??and if not then what will be the way for make a label clickable??i want to implement a call activit
you can set a onclick listener to the texview like button.infact button inherits the properties from textview.