mirror of
https://github.com/bspeice/itcs4180
synced 2025-08-02 13:35:25 -04:00
Added Compass capability, QR scanning (requires zxing to be installed),
and main search screen. Added comments at the top of all files. TODO: Fix formatting, add locations to server, add photos of locations, implement database functionality, fix all other TODO's.
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
package edu.uncc.scavenger.database;
|
||||
|
||||
/*
|
||||
* Bradlee Speice, Brandon Rodenmayer
|
||||
* ITIS 4180
|
||||
* UNCCScavenger (NinerFinder)
|
||||
* LocationDatabaseHelper.java
|
||||
*/
|
||||
|
||||
// Design pattern from: http://www.androiddesignpatterns.com/2012/05/correctly-managing-your-sqlite-database.html
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
Reference in New Issue
Block a user