Bom dia.
-- Pessoal, tenho uma Listactivity que implements OnClickListener():
public class MovimentosActivity extends ListActivity implements View.OnClickListener {
public void onClick(View v) {Log.d(this.getClass().getName(),"OnClik()");
switch (v.getId()){
case R.id.btOK: gravaTipoMov();
case R.id.btCancel: this.finish();
}
}
}
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.






0 comentários:
Postar um comentário