The application is a proof of concept for OpenNMS Android client project proposed to Google Summer of Code 2012.
######Features:
- displays nodes existing on demo.opennms.org server
######Technical aspects:
-
the application uses Apache's HTTPClient to remotely connect to the rest service provided by demo.opennms.org/opennms/rest/nodes
-
the process of fetching the nodes from the web service is performed within a Service
-
the xml response is parsed and displayed in an Android ListView
-
the nodes are displayed with their id, label and type in the Nodes Tab
- the About tab is dummy
######Installation
- install Android SDK 2.3.3 or newer
- install ADT
- import project to Eclipse
######Execution
- from Eclipse using an emulator
- the .apk file to install the application on device can be found at : Demo OpenNMS Android Client

