- Solution is in the EQMobileWork folder
- The outer project is an Android app that implements the library and transmits the user location when the fab action button is clicked
val lib = Library()
// Using a custom location event
lib.log(LocationEvent(0F, 0F, System.currentTimeMillis() / 1000L, "empty"))
// Or by passing the app context, the last know location of the user will be used
lib.log(this)
src/test/java/com/example/eqmobilework/LibraryTest.kt