Beginner question. I’m working through the android developer training at http://developer.android.com/training/index.html and got to the second topic “Managing the Activity Lifecycle”. I have downloaded the ActivityLifecycle.zip demo but I don’t know how to use it. Can I load it as a project into Eclipse? Do I have to add it to an existing project? What do I do with it?
-Mike
In Eclipse, you’ll need to import it as a project using
File--> New Project --> Android --> Android Project from Existing Code(on Eclipse Juno at least).