The age of the Android OS is at hand. But if you're not a current T-Mobile customer, it will cost you. According to an unofficial T-Mobile blog, the first version of the multimedia Google Phone will be released by HTC starting on September 17 for one week, for T-Mobile customers only. This offer will be immediately followed by a general release a week later. It will be called, ostensibly, the G1, the better to ensure heavy back-patting sessions between HTC executives, boast-full about pu
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