wizbots / labtab

0 stars 0 forks source link

labtab

Labtab will be an application for Wizbots mentors for Android tablets and smartphones to be used for managing kids at the Robotics labs, tracking their progress and promoting them and also to shoot videos for each project completed by kids during a lab.

The videos recorded should be uploaded when good internet connectivity is detected, since most of the times there is none at Schools and centers where the labs take place. Thus, an offline first approach must be used right from the start.

Setup

Basically all you need to get up and running is to download Android Studio and import the project.

Here are details on how to do this on Linux 64bits (Ubuntu)

Installation instructions Ubuntu 64 bit

sudo apt-get update
sudo apt-get install openjdk-8
cd
unzip android-studio*.zip
cd android-studio
sh bin/studio.sh

Using AVD to create a virtual device where Labtab will be executed

Launching LabTab in virtual device

Testing

This is still to be determined

Releases

There a release-notes.txt files that contains the information about releases, please check it out. We do a release everyweek, generally on Friday.