This is described in the Dev Guide (
http://developer.android.com/guide/topics/ui/ui-events.html
)
// Create an anonymous implementation of OnClickListener
private OnClickListener mCorkyListener = new OnClickListener() {
public void onClick(View v) {
// do something when the button is
Good morning,
I'm a beginner developer on Android.
I created an UI with two EditText and a button.
I want to create an application using twitter (API JTwitter), the the
first stage is to connect to twitter.
On myApp.java I use this:
public class myApp extends Activity implements OnClickListener
2 matches
Mail list logo