mirror of https://github.com/tasks/tasks
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.
19 lines
610 B
Markdown
19 lines
610 B
Markdown
13 years ago
|
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][1].
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
[1]: http://developer.android.com/resources/tutorials/views/hello-mapview.html
|