Detz.net - Web Programming & Design Logo
Home » Projects » Google Android

Android Projects

Web Service Example
A small example application that shows how to access an xml document from a web server. It uses java librarys to fetch and parse the xml and display a sample node in a textview. You can take this and make it more advanced by having it access a dynamic file(php, asp, perl) and return dynamic information. Enjoy.
Download Android Web Service

Test Android Graphics Demo
This is not really a game, it was going to be but I figured I would show people simple animation. This project just shows a ball bouncing around the screen. It uses basic animation and resource loading.
Download Android Game Demo