0
我是開發Android應用程序的新手,我想知道我把Intents放在哪裏,或者send message()方法在哪裏。這裏的鏈接到我說的是http://developer.android.com/training/basics/firstapp/starting-activity.html#BuildIntent你在哪裏把意圖放在Eclipse中
我是開發Android應用程序的新手,我想知道我把Intents放在哪裏,或者send message()方法在哪裏。這裏的鏈接到我說的是http://developer.android.com/training/basics/firstapp/starting-activity.html#BuildIntent你在哪裏把意圖放在Eclipse中
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
}
什麼這是正確的,在本教程
onCreate方法在您的活動 – vlcekmi3