Software that controls Braodcom'sg Wi-Fi/Bluetooth/FM combo chip is now a standard component of the latest Android operating system. This is the first time that the Android platform includes native support for a multi-functional wireless connectivity solution (or "combo" chip) which could mean lower cost, smaller Android smartphones The Broadcom BCM4325 is the best-selling Bluetooth and Wi-Fi combo chip on the market, offering best-in-class space, power, cost and coexistence features. Adding
Informacja: 2009-02-06
Inne wiadomości z dnia 2009-02-06
As Romain said you're getting the content from your activity ( that don't possess a username_edit item ). you should do : ... Dialog curDialog = (Dialog) dialog; EditText enterNumberField = (EditText) curDialog.findViewById (R.id.username_edit); ... It works for me... Emmanuel [link]
Informacja: 2009-02-06
Dziękujemy za odwiedziny /przegladprasy
On last note : I finally found the Id of this button : android.R.id.button1. here's my try (succesfull ): public void onClick(DialogInterface dialog, int whichButton) { Dialog curDialog = (Dialog) dialog; Button curButton = (Button) curDialog.findViewById ( android.R.id.button1 ); curButton.setText("Coucou");
Informacja: 2009-02-06
Dziękujemy za odwiedziny /przegladprasy
Romain, Thanks for the explanation.
Informacja: 2009-02-06
Dziękujemy za odwiedziny /przegladprasy