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
Try this:
view.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { } });