> ## Content Index
> Fetch the complete content index at: https://www.process-one.net/llms.txt
> Use this file to discover other available public pages before exploring further.

# Proof of concept Wave client for Android, by ProcessOne
- URL: https://www.process-one.net/blog/proof-of-concept-wave-client-for-android-by-processone/
- Published: 2010-11-24T23:00:00.000Z
- Updated: 2024-09-23T12:48:25.000Z
- Description: ProcessOne has just released an Open Source Wave client for Android, available as a proof of concept.
- Author: ProcessOne

Now that the [Apache Software Foundation aims at taking over the Wave project](https://wiki.apache.org/incubator/WaveProposal?ref=process-one.net), it feels safe to share one of the code we have been working on.

We have built a prototype Wave client for Android, that rely on a modified version of the Java Robot API library, to make it compliant with Android. The result [can be downloaded as a test APK here](https://www.process-one.net/resources/labs/android-wave/android-wave-client-1.0-SNAPSHOT.apk) (635 Ko), just right-click on the link and “Save as…”. Do not expect a fully usable product. This is just a work in progress of a proof of concept.

Currently, it does allow you to authenticate through Google standard API, get your inbox and display the list of waves, with a marker for number of unread messages. You can open the Wave and read the content of the discussion.

Here are sample screenshots:

Application before launch

![image](https://www.process-one.net/images/uploads/onewave-1.png)

Authentication

![image](https://www.process-one.net/images/uploads/onewave-2.png)

Accepting to grant privileges to access Wave for the session

![image](https://www.process-one.net/images/uploads/onewave-3.png)

List of Wave threads

![image](https://www.process-one.net/images/uploads/onewave-4.png)

Content of a Wave

![image](https://www.process-one.net/images/uploads/onewave-5.png)

As you can see it is a bit rough, but we have more to come soon. For example, we are almost done on creating a new Wave and adding participants.

The code is available from [ProcessOne Lab](https://www.process-one.net/en/labs/) in [a Git repository](https://git.process-one.net/android-wave?ref=process-one.net):

- library under Apache license v2.0
- Mobile application under LGPL v2.0

Your comments and contributions are welcome.