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 13 years ago
..
src/android/support/v4/app updated actionbarsherlock to 3.5.0 13 years ago
AndroidManifest.xml updated actionbarsherlock to 3.5.0 13 years ago
README.md 2nd alpha version of tablet/phone ui with actionbar-classes and basic callback-structure through activities as proposed in the 'supporting handsets' article on developer.android.com 13 years ago
checkstyle.xml 2nd alpha version of tablet/phone ui with actionbar-classes and basic callback-structure through activities as proposed in the 'supporting handsets' article on developer.android.com 13 years ago
pom.xml updated actionbarsherlock to 3.5.0 13 years ago
project.properties 2nd alpha version of tablet/phone ui with actionbar-classes and basic callback-structure through activities as proposed in the 'supporting handsets' article on developer.android.com 13 years ago
update.py 2nd alpha version of tablet/phone ui with actionbar-classes and basic callback-structure through activities as proposed in the 'supporting handsets' article on developer.android.com 13 years ago

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.