This commit is contained in:
conceptdev 2019-07-31 17:55:46 -07:00
Родитель b5c9ecf6a9
Коммит a6752c694f
3 изменённых файлов: 16 добавлений и 14 удалений

Просмотреть файл

@ -1,6 +1,6 @@
---
name: Xamarin.Android - Fragment Transition
description: This sample demonstrates how to start a transition right after a fragment transaction. This allows for more fluid transitions and animations...
description: "Demonstrates how to start a transition right after a fragment transaction. This allows for more fluid transitions and animations..."
page_type: sample
languages:
- csharp
@ -9,6 +9,8 @@ products:
urlFragment: fragmenttransition
---
# Fragment Transition
This sample demonstrates how to start a transition right after a fragment transaction. This allows for more fluid transitions and animations between different fragments such has holding a image in place as the fragment exits and then expand to it's new location/size.
This sample demonstrates how to start a transition right after a fragment transaction. This allows for more fluid transitions and animations between different fragments such has holding a image in place as the fragment exits and then expand to it's new location/size.
Note: This sample is not fluid on Android L Developer Preview. This problem exists for both the Monodroid port and the original Java sample from Google.
Ported By: Ben O'Halloran
![Android app screen showing fragments](Screenshots/log.png)

Просмотреть файл

@ -1,6 +1,6 @@
---
name: Xamarin.Android - FusedLocationProvider Sample
description: This sample provides an example of gathering location data using the FusedLocationProvider, available as part of Google Play services. A detailed...
description: "Example gathering location data using the FusedLocationProvider, available as part of Google Play services"
page_type: sample
languages:
- csharp
@ -10,8 +10,9 @@ urlFragment: fusedlocationprovider
---
# FusedLocationProvider Sample
This sample provides an example of gathering location data using the
FusedLocationProvider, available as part of Google Play services. A detailed
walkthrough of the sample code can be found in the
[Xamarin Location Services](https://developer.xamarin.com/guides/android/platform_features/maps_and_location/location/)
guide.
This sample provides an example of gathering location data using the
FusedLocationProvider, available as part of Google Play services. A detailed
walkthrough of the sample code can be found in the
[Xamarin Location Services](https://docs.microsoft.com/xamarin/android/platform/maps-and-location/location) guide.
![Android screen showing latitude, longitude coordinates](Screenshots/loc2.png)

Просмотреть файл

@ -1,6 +1,6 @@
---
name: Xamarin.Android - GestureBuilder
description: This is a port of Android SDK sample GestureBuilder which is a showcase for android.gesture API.
description: "Port of Android SDK sample GestureBuilder which is a showcase for android.gesture API"
page_type: sample
languages:
- csharp
@ -11,9 +11,8 @@ urlFragment: gesturebuilder
# GestureBuilder
This is a port of Android SDK sample "GestureBuilder" which is a showcase
for android.gesture API.
for `android.gesture` API.
## License
## Authors
Android Open Source Project (original Java)
Atsushi Eno (C# port)