Skip to content

Commit

Permalink
Add gpslocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsen Gauss committed Jan 9, 2017
1 parent f0145b4 commit c9c1b87
Show file tree
Hide file tree
Showing 35 changed files with 976 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recruitment-gpslocation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
1 change: 1 addition & 0 deletions recruitment-gpslocation/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions recruitment-gpslocation/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions recruitment-gpslocation/.idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions recruitment-gpslocation/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions recruitment-gpslocation/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions recruitment-gpslocation/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions recruitment-gpslocation/.idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions recruitment-gpslocation/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions recruitment-gpslocation/GpsLocationApiKey.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="GpsLocationApiKey" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
8 changes: 8 additions & 0 deletions recruitment-gpslocation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Basic implementation of the following task:

Develop an Android mobile application to show the user’s current location on a map based on the phones GPS.
Show the user in a ‘bubble’ the following attributes:
- Latitude / longitude
- Timezone based on location (e.g. Pacific/Auckland)
- Current UTC time (e.g. 10:00:00)
- Current local time (e.g. 20:00:00)
1 change: 1 addition & 0 deletions recruitment-gpslocation/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
Loading

0 comments on commit c9c1b87

Please sign in to comment.