Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
/ realm-surveys Public archive

A reactive survey application powered by Realm

Notifications You must be signed in to change notification settings

realm/realm-surveys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realm-Surveys

A simple survey client to receive and display questions entered in realtime and save user responses, designed to show the reactive nature of the Realm Mobile Platform.

Any number of clients may be connect to answer questions, entered by the admin app, in realtime. Answered are tallied as soon as the question is answered.

Images

Features

  • Stream questions as they stream in realtime.
  • Answer each question only once
  • Watch the results tally right away

Requirements

  • Realm Mobile Platform
  • For admin app, you need OSX & Xcode

Setting Up Realm Mobile Platform

In order to properly use Realm Surveys, an instance of the Realm Object Server must be running for which each client copy of the app can connect.

  • The macOS version can be downloaded and run as a localhost on any desktop Mac.
  • The Linux version can be installed on a publicly accessible server and accessed over the internet.

Building and Running

  1. Start by running the Admin App for macOS, following the instructions in the README file in the Admin macOS App sub project.
  2. Run the platform-specific client of your choice by following the instructions in the respective client sub project.

Sub Projects

Admin App

Client Apps

Known Issues

Android Versions

  • Animates items moving out of the Recycler View, but when you answer a question in the middle of the list of questions, the animation fades out and back in questions that have moved up the list, instead of just moving them.

Contributing

See CONTRIBUTING.md for more details!

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to info@realm.io.

License

Distributed under the Apache license. See LICENSE for more information.

analytics

About

A reactive survey application powered by Realm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published