Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 775 Bytes

File metadata and controls

22 lines (15 loc) · 775 Bytes

WIP

Do not clone (you 've been warned)
Subject to history rewrite without notice
Subject to the apache licence : http://www.apache.org/licenses/LICENSE-2.0

You need

to compile. Clone those projects in the same workspace and you should be good to go

The servlet project is in https://github.com/Utumno/DataCollectionServlet

Style guidelines (wip)

Static final class fields follow standard java convention : CAPITAL_WITH_UNDERSCORES
Final fields that are not static : lowercase_with_trailing_underscore_
Not following the m,s android convertions for better or worse (for now)