I'm doing my application with my tablet, is there anyway to consume the onClick event?
it's like:
cdProduto.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
startActivity(new Intent(produtos.this, calc.class));
}
});