0

私は Android アプリの開発に不慣れで、インテントをどこに置くべきか、または send message() メソッドはどこにあるのか疑問に思っていました。これが私が話していることへのリンクですhttp://developer.android.com/training/basics/firstapp/starting-activity.html#BuildIntent

4

1 に答える 1

0
Open the MainActivity class and add the corresponding method:

/** Called when the user clicks the Send button */
public void sendMessage(View view) {
    // Do something in response to button
}

チュートリアルにあるよ

于 2012-11-26T23:14:44.653 に答える