Gnawme
2
Q:

android onlcik java

Button button = (Button) findViewById(R.id.button_send);
button.setOnClickListener(new View.OnClickListener() {
    public void onClick(View v) {
        // Do something in response to button click
    }
});
//https://developer.android.com/guide/topics/ui/controls/button
1

New to Communities?

Join the community