updated the manifest to reflect com.TwentyCodes.android.location as the main package

Created the abstract class MapFragmentBase.java to be used as a template for creating new mapfragments.

Created UserOverlayMapFragment.java & SkyHookUserOverlayMapFragment.java. these two mapfragments each maintain the mapview and its respected user overlay, allowing for simpler implmention
This commit is contained in:
2012-01-12 15:20:42 +00:00
parent 1a858f1335
commit 51e03d9d9d
48 changed files with 381 additions and 70 deletions

View File

@@ -8,5 +8,6 @@
<attribute name="javadoc_location" value="http://tcdevsvn1/ShyHookdocumentation"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/android-support-v4-r6-googlemaps.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>