You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/actionbarsherlock/plugins/maps
Arne Jans fc99549dec updated actionbarsherlock to 3.5.0 14 years ago
..
src/android/support/v4/app
AndroidManifest.xml
README.md
checkstyle.xml
pom.xml
project.properties
update.py

README.md

ActionBarSherlock Plugin: Maps

This plugin provides support for the Google API MapView widget through an additional base activity, FragmentMapActivity. Your application must adhere to all of the regular requirements of implementing the Google Map View.

By using FragmentMapActivity you are afforded the use of fragments, loaders, and the action bar--including support for using a MapView within a fragment. You can find examples of these implementations in the 'demos' sample.