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
textView.setOnClickListener(new View.OnClickListener());
Have you tried this?