ably / push-example-android

A minimal example/test application demonstrating use of Android push functionality
0 stars 4 forks source link

Ably Android push example

This is a simple interactive app that exercises the use of the Ably push client API in an Android app.

Dependencies

This uses the ably-java library, and is configured to use a pre-release of the 1.1 library including push support. This will be updated to a stable 1.1 release once one is available.

Interactive actions

Several operations can be triggered interactively via the menu. The operations are:

End-to-end tests

There is a menu action to run end-to-end push tests which performs the following, in sequence:

Output is to the activity and logcat.

Using this app yourself

You can clone and modify this app and use it to build your own push-enabled app, but in order for that to work you will need to: