Hi, Is there a possibility to move a window without moving internally? Like, I have reduced the size of the Browser application 's window so that it occupies one-fourth of the dimensions in the screen. I have also written a code for the movement keys. In the onKeyDown() of phone window,the code which i have written is
Informacja: 2010-03-08
Inne wiadomości z dnia 2010-03-08
Did you add the new activity to your manifest?
Informacja: 2010-03-08
Dziękujemy za odwiedziny /przegladprasy
I'm trying start a new Activity from my current one. Every place I look for example code is different, but the result is the same. The code brings up the following dialog: ===== Sorry! The application MyApp (process com.example.mypackage) has stopped unexpectedly. Please try again. [Force close] =====
Informacja: 2010-03-08
Dziękujemy za odwiedziny /przegladprasy
HI better check this u will get some understanding on using intents 1. YourActivity.java 2. AnotherActiviy.java 3. add the AnotherActiviy in Android manifest file 4. write the intent code in the YourActivity.java and execute and check for refference [link]
Informacja: 2010-03-08
Dziękujemy za odwiedziny /przegladprasy