You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ably Live Objects provide realtime, collaborative data structures that automatically synchronize state across all connected clients. Build interactive applications with shared data that updates instantly across devices.
108
+
[Ably Live Objects](https://ably.com/docs/liveobjects) provide realtime, collaborative data structures that automatically synchronize state across all connected clients. Build interactive applications with shared data that updates instantly across devices.
109
109
110
-
### Installation
110
+
### Install Live Objects
111
111
112
112
Add the following dependency to your `build.gradle` file:
113
113
@@ -117,10 +117,9 @@ dependencies {
117
117
}
118
118
```
119
119
120
-
### Documentation and Examples
120
+
### Example app
121
121
122
-
-**[Live Objects Documentation](https://ably.com/docs/liveobjects)** - Complete guide to using Live Objects with code examples and API reference
123
-
-**[Example App](./examples)** - Interactive demo showcasing Live Objects with realtime color voting and collaborative task management
122
+
The Ably Live Objects [Example app](./examples) is an interactive demo showcasing Live Objects with realtime color voting and collaborative task management.
124
123
125
124
The example app demonstrates:
126
125
-**Color Voting**: Realtime voting system with live vote counts synchronized across all devices
@@ -198,7 +197,7 @@ Read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines to contribute to Ably.
198
197
199
198
## Releases
200
199
201
-
The [CHANGELOG.md](/ably/ably-java/blob/main/CHANGELOG.md) contains details of the latest releases for this SDK. You can also view all Ably releases on [changelog.ably.com](https://changelog.ably.com).
200
+
The [CHANGELOG.md](./CHANGELOG.md) contains details of the latest releases for this SDK. You can also view all Ably releases on [changelog.ably.com](https://changelog.ably.com).
0 commit comments