Lifelike android Hiroshi Ishiguro is a busy man. Between his two jobs, countless meetings and presentations, his demanding schedule was eating up all his time. So he built an android version of himself to pick up the slack. Ishiguro, a senior researcher at ATR Intelligent Robotics and Communication Laboratories outside Kyoto, has created a machine in his [
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