brata-hsdc / brata

Automatically exported from code.google.com/p/brata
2 stars 0 forks source link

A basic Android Eclipse project intended to be a starting point for all teams in the Harris High School Design Challenge. This was started in 2012, refined to be the FAT: Forensic Analysis Tool in 2013, SAT: Secret Agent Tool in 2014, and now is ... wait and see. :)

The Brata framework can be though of as the Brata application itself (but with missing pieces).
When students receive the framework, it should where it can be compiled with no errors. Students should compile it and install it on a phone/emulator (to get the look and feel of the application itself). There are many places in the framework code where code is missing. It is up to the students to add code to these "missing sections." By doing this the students will transform the framework into "Brata" (a fully functional application that can be used to complete the design challenge).

The Brata App, when complete, should be able to communicate with a beacon (another android phone) through SMS messages (text messages). The Application should also be able to help solve clues, which are received from the beacon. The clues should be solved with a collection of Tools/Activities that are contained in Brata.

Below are some tips regarding current activities in the framework (which need to be expanded upon by the students)

RequestClueActivity:

SubmitResponseActivity:

InclinationActivity:

NavigationActivity:

RangingActivity:

QRCodeScannerActivity:

TimerActivity:

LightSensorActivity: