All Projects → hawkular → Hawkular Android Client

hawkular / Hawkular Android Client

Licence: apache-2.0

Programming Languages

java
68154 projects - #9 most used programming language

= Hawkular Android Client

This repository contains the source code for the Hawkular Android application.

== License

== Building

ifdef::env-github[] [link=https://travis-ci.org/hawkular/hawkular-android-client] image:https://travis-ci.org/hawkular/hawkular-android-client.svg["Build Status", link="https://travis-ci.org/hawkular/hawkular-android-client"] endif::[]

You will need JDK 1.7+ installed. Gradle, Android SDK and all dependencies will be downloaded automatically.

=== Debug


$ ./gradlew clean assembleDebug

=== Release


$ cp properties/signing.properties . $ vi signing.properties

$ ./gradlew clean assembleRelease

== Demo Server

Demo server is hosted at http://livingontheedge.hawkular.org/

To signin with android client use

host : livingontheedge.hawkular.org

port : by default 80, not needed to specify

username : jdoe

password : password

== Reading

There are some documents on the link:../../wiki[Wiki], including API overview, UI mockups and instructions on running necessary servers for using the client in common and push notifications specifically.

== Contributing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].