HTC Dream Showing Off Android OS Posted by Allan David Reyes 8/12/2008 One Response Del.icio.us Digg Technorati
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