1
edit
Changes
no edit summary
* If my app has an activity (activity1) that starts another activity (activity2), what's the relationship between these two? Is it possible that Android will kill activity1 since activity2 is te current activity? What if activity2 is not full screen, does that make a difference? -- Andrew
*In Lab2, when I was modifying and saving FirstActivity.java.bak while using NLED, the editor automatically saved a FirstActivity.java.bak in the same folder. When running 'ant debug' to compile, it generated error, explaining that unauthorized file was contained in the source folder. The way to solve this issue is to simply remove the .bak file or any other file extensions that is not the .java extension in the source directory. -- Peter
* How to capture emulator screenshots in Eclipse? [http://stackoverflow.com/questions/2065993/how-to-take-emulator-screenshots-using-eclipse] [http://chicagoandroid.com/profiles/blogs/android-screen-capture-in]