» 2019 » May » 30 の記事

~ android button action example ~

connie 2019.05.30 | android | | No Comments
ImageButton registerBtn;

registerBtn = (ImageButton)findViewById(R.id.loginBtn) ;

registerBtn.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
Log.d("test","connie");
}
});
| HOME |

Smiley face

May 2019
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031