Previous  | Next  | Home

Packages for All Projects


 

The following links are to all projects discussed in this tutorial. You may use and adapt these as you would like. To open one of these projects in Eclipse:

  1. Right-click on the desired project link below and save the corresponding .tar.gz file in your Android workspace.

  2. gunzip and untar the file, which will give the directory containing the project (you can then delete the .tar file).

  3. In Eclipse File > Import and then in the resulting window General > Existing Projects into Workspace and click Next.

  4. In the resulting window click Browse, navigate to the directory containing the project, select that directory, and click Finish.

The project should then appear in the left panel of Eclipse. In these archives the bin and gen directories may be missing (since they will be generated automatically by Eclipse anyway). Thus, once the new project is installed, if there are any red xs indicating errors you may need to force one or more clean builds to get everything compiled properly.


 

Primary Projects

  1. WebView Demo

  2. Click Tester

  3. LifeCycle Methods

  4. Animal Sounds

  5. Mapping Demo

  6. Map Overlay Demo

  7. Draggable Symbols I

  8. Draggable Symbols II

  9. Progress Bar Example

  10. Animator Demo I

  11. Animator Demo II

  12. Solar System

  13. Speak To Me

  14. Simple Dialer Application

  15. Accessing the File System

  16. Read Your Contacts

  17. Playing Video (for this one you must also place a video resource file on the SD card of the phone or device; see the project description).

  18. WebDataStreams I

  19. WebDataStreams II

  20. AppWidgets

 

Supplemental and Exercises

  1. WebViewDemo2

  2. AnimalSounds2

  3. SolarSystem 2

  4. SpeakToMe2

  5. WriteSDCardList


Previous  | Next  | Home