Yorkie Android SDK provides a suite of tools for building real-time collaborative applications.
See Getting Started with Android SDK for the instructions.
Example projects can be found in the examples folder.
Read the full documentation for all details.
To work on this project, make sure you have Android Studio version Hedgehog | 2023.1.1
or later installed.
For developers with MAC, you should add protoc_platform=osx-x86_64
to your local.properties
.
Start MongoDB, Yorkie and Envoy proxy in a terminal session.
$ docker compose -f docker/docker-compose.yml up --build -d
Start the test in another terminal session.
$ ./gradlew test
To get the latest server locally, run the command below then restart containers again:
$ docker pull yorkieteam/yorkie:latest
$ docker-compose -f docker/docker-compose.yml up --build -d
$ docker compose -f docker/docker-compose.yml up --build -d
Install Yorkie CLI following guidance.
Note: consider installing version is the same with version of SDK
Start Yorkie server
yorkie server --rpc-addr 0.0.0.0:8080
./scripts/config-yorkie-local-server.sh
Config variables in local.properties
file
YORKIE_SERVER_URL=https://api.yorkie.dev
Start and create your project and get API Key on Yorkie
Config variables in local.properties
file
YORKIE_SERVER_URL=https://yorkie-api.navercorp.com
YORKIE_API_KEY=Your Yorkie API key
See CONTRIBUTING for details on submitting patches and the contribution workflow.
Thanks goes to these incredible people: