Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 921 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 921 Bytes

Firebase Shared Drawing

This Android application demonstrates the use of the Firebase SDK to create a shared drawing canvas. Multiple users can run the app and draw on the same canvas. Line segments are synchronized as the user draws them.

The drawing and color-picking portions of this application are largely adapted from Google's ApiDemo application, shipped with the Android SDK as part of the sample code.

This example is intended to demonstrate how you can adapt single-user applications to be collaborative with the help of Firebase. Create your own Firebase and incorporate these techniques into your own application!

Also, check out our Quickstart guide for more information on setting up the Firebase SDK on Android.