Skip to content

Skunkworks-bat is an Android app for field workers that receives notifications sent by their supervisors through skunkworks-parrot.

License

Notifications You must be signed in to change notification settings

ajay-prabhakar/skunkworks-bat

 
 

Repository files navigation

ODK-X Notify (Mobile)

Platform License

This project is under development.

ODK-X Notify has 2 components: a desktop application and a mobile application.

The mobile application an Android app for field workers that receives notifications sent by their supervisors through the ODK-X Notify desktop application. ODK-X Notify uses Firebase Cloud Messaging for receiving notifications. It is part of ODK-X, a free and open-source set of tools which help organizations author, field, and manage mobile data collection solutions. Learn more about the Open Data Kit project and its history here and read about example ODK deployments here.

Setting up your development environment

  1. Download and install Git and add it to your PATH

  2. Download and install Android Studio

  3. Fork the collect project (why and how to fork)

  4. Clone your fork of the project locally. At the command line:

     git clone https://github.com/YOUR-GITHUB-USERNAME/skunkworks-bat
    

If you prefer not to use the command line, you can use Android Studio to create a new project from version control using https://github.com/YOUR-GITHUB-USERNAME/skunkworks-bat.

  1. Open the project in the folder of your clone from Android Studio.
  2. Create a Firebase project and add the google-services.json file in your android app module root directory. Step by step instructions for creating a Firebase project can be found here.
  3. To run the project, click on the green arrow at the top of the screen. The emulator is very slow so we generally recommend using a physical device when possible.

Prerequisites

ODK-X Services is needed to be installed in the device for the app to work. The application sync user's infromation from ODK Services.

About

Skunkworks-bat is an Android app for field workers that receives notifications sent by their supervisors through skunkworks-parrot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%