Filed under: Handsets, HTC, T-Mobile Here we go folks. The New York Times is reporting that T-Mobile will be the first carrier to offer Android. According to "people briefed on the company's plans," the HTC phone will go on sale in the US "before Christmas, perhaps as early as October." The NYT's sources also say that the 5-row QWERTY slider from that Dream video (embedded after the break) matches the HTC device that T-Mobile will sell. The device is still waiting for FCC approval with a thre
Informacja: 2008-08-15
Inne wiadomości z dnia 2008-08-15
If by "window" you mean you want a dialog box, you will want android.app.Dialog -- there is a ColorPickerDialog sample with the SDK. If by "window" you mean you want to launch another activity, use: startActivity(new Intent(this, MyNewActivity.class)); where "this" is your Activity or other Context, and MyNewActivity is the
Informacja: 2008-08-15
Dziękujemy za odwiedziny /przegladprasy
Hi Guys, Today i have joined this group and this is my first mail abt Successful HelloWorld App i have done it !! i am using *MyEclipse Version: 6.0.1 GA * and android-sdk_m5-rc15 thank you all to be here for sharing the thought on Android bye Pooja
Informacja: 2008-08-15
Dziękujemy za odwiedziny /przegladprasy
Hi, how to open another window in Android? For example, i'm using SetListAdapter: public void onCreate(Bundle icicle) { super.onCreate(icicle); String mStrings[] = new String[]{"Destinos", "PDI", "Sobre"}; this.setListAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_list_i tem_1, mStrings));
Informacja: 2008-08-15
Dziękujemy za odwiedziny /przegladprasy