-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61ae448
commit 105b2d6
Showing
17 changed files
with
146 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
--- | ||
name: Xamarin.Android - Android Activity Lifecycle | ||
description: This sample app accompanies the article, Walkthrough - Saving the Activity State. ![](Screenshots/example-screenshot.png) | ||
description: This sample app accompanies Saving the Activity State documentation. | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
urlFragment: activitylifecycle | ||
--- | ||
# Android Activity Lifecycle | ||
# Xamarin.Android activity lifecycle | ||
|
||
This sample app accompanies the article, | ||
[Walkthrough - Saving the Activity State](http://developer.xamarin.com/guides/android/application_fundamentals/activity_lifecycle/saving_state_walkthrough). | ||
This sample app accompanies the article, | ||
[Walkthrough - Saving the Activity State](https://docs.microsoft.com/en-us/xamarin/android/app-fundamentals/activity-lifecycle/saving-state). | ||
|
||
|
||
[ ![](Screenshots/example-screenshot-sml.png)](Screenshots/example-screenshot.png) | ||
[![Two phones showing screen in portrait and landscape](Screenshots/example-screenshot-sml.png)](Screenshots/example-screenshot.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
--- | ||
name: Xamarin.Android - Advanced Immersive Mode | ||
description: Android 4.4 introduces a way for you to provide a more immersive screen experience in your app, by letting users show or hide the status bar and... | ||
description: "Android 4.4 introduces a way for you to provide a more immersive screen experience in your app: show/hide the status bar #androidkitkat" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
urlFragment: advancedimmersivemode | ||
--- | ||
# Advanced Immersive Mode | ||
Android 4.4 introduces a way for you to provide a more immersive | ||
screen experience in your app, by letting users show or hide | ||
# Xamarin.Android Advanced Immersive Mode | ||
|
||
Android 4.4 introduces a way for you to provide a more immersive | ||
screen experience in your app, by letting users show or hide | ||
the status bar and navigation bar with a swipe. | ||
|
||
This sample demonstrates how this feature interacts with some | ||
of the other UI flags related to full-screen apps. The sample | ||
also shows how to implement a "sticky" mode, which re-hides | ||
the bars a few seconds after the user swipes them back in. | ||
This sample demonstrates how this feature interacts with some | ||
of the other UI flags related to full-screen apps. The sample | ||
also shows how to implement a "sticky" mode, which re-hides | ||
the bars a few seconds after the user swipes them back in. | ||
|
||
![Android app without status bar](Screenshots/AdvancedImmersiveMode1.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
--- | ||
name: Xamarin.Android - ViewModel Sample | ||
description: This sample demonstrates usage of ViewModel and LifeCycle Architecture Components library by Android. Build Requirements Using this sample requires... | ||
description: "This sample demonstrates usage of ViewModel and LifeCycle Architecture Components library by Android #androidoreo" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
urlFragment: android-support-viewmodel | ||
--- | ||
# ViewModel Sample | ||
# Xamarin.Android ViewModel Sample | ||
|
||
This sample demonstrates usage of ViewModel and LifeCycle [Architecture Components](https://developer.android.com/topic/libraries/architecture/index.html) library by Android. | ||
|
||
![ViewModel Sample application screenshot](Screenshots/Home.png "ViewModel Sample application screenshot") | ||
|
||
## Build Requirements | ||
|
||
Using this sample requires the Android 8.1 (API 27) and the Xamarin.Android 8.2 or higher. | ||
|
||
## License | ||
|
||
![ViewModel Sample application screenshot](Screenshots/Home.png "ViewModel Sample application screenshot") | ||
|
||
## Authors | ||
|
||
Copyright (c) 2018 The Android Open Source Project, Inc. | ||
|
||
Ported to Xamarin.Android by Gonzalo Martin | ||
Original copyright (c) 2018 The Android Open Source Project, Inc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
--- | ||
name: Xamarin.Android - ActivitySceneTransitionBasic | ||
description: This sample demonstrates how to the use Activity scene transitions when transitioning from one activity to another. Uses a combination of moveImage... | ||
description: "Demonstrates how to the use Activity scene transitions when transitioning from one activity to another #androidlollipop" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
urlFragment: android50-activityscenetransitionbasic | ||
--- | ||
# ActivitySceneTransitionBasic | ||
# Xamarin.Android ActivitySceneTransitionBasic | ||
|
||
This sample demonstrates how to the use Activity scene transitions when transitioning from one activity to another. Uses a combination of moveImage and changeBounds to nicely transition from a grid of images to an activity with a large image and detail text. | ||
|
||
## Instructions | ||
|
||
* Touch each photo to activate a transition to a details page for each one. | ||
* Hitting the back button will activate a transition back to the grid of photos. | ||
|
||
## Build Requirements | ||
|
||
This sample requires Xamarin.Android 4.17 or later and an Android L or later device. | ||
|
||
![ActivitySceneTransitionBasic application screenshot](Screenshots/Detailed View.png "ActivitySceneTransitionBasic application screenshot") | ||
|
||
## Author | ||
Copyright (c) 2005-2008, The Android Open Source Project | ||
Ported to Xamarin.Android by Sean Pearl | ||
|
||
Original copyright (c) 2005-2008, The Android Open Source Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
--- | ||
name: Xamarin.Android - Camera2 Basic Sample | ||
description: This sample demonstrates how to use the new Camera2 APIs to render a preview of a camera's viewport, capture an image and save it to the device's... | ||
description: "Demonstrates how to use the new Camera2 APIs to render a preview of a camera's viewport, capture an image and save it #androidlollipop" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
urlFragment: android50-camera2basic | ||
--- | ||
# Camera2 Basic Sample | ||
# Xamarin.Android Camera2 Basic Sample | ||
|
||
This sample demonstrates how to use the new Camera2 APIs to render a preview of a camera's viewport, capture an image and save it to the device's storage. | ||
|
||
![Camera2 Basic Sample application screenshot](Screenshots/Viewfinder.png "Camera2 Basic Sample application screenshot") | ||
|
||
## Instructions | ||
* Touch the Picture button to take a photo that will automatically be saved on your device. | ||
|
||
* Touch the info button to find out a little bit more about the app. | ||
- Touch the Picture button to take a photo that will automatically be saved on your device. | ||
|
||
- Touch the info button to find out a little bit more about the app. | ||
|
||
* Requires a device with a rear facing camera | ||
- Requires a device with a rear facing camera | ||
|
||
## Build Requirements | ||
Using this sample requires a device that is Android L or later and Xamarin.Android 4.17 or later. | ||
|
||
![Camera2 Basic Sample application screenshot](Screenshots/Viewfinder.png "Camera2 Basic Sample application screenshot") | ||
Using this sample requires a device that is Android L or later and Xamarin.Android 4.17 or later. | ||
|
||
## Author | ||
Copyright (c) 2005-2008, The Android Open Source Project | ||
Ported to Xamarin.Android by Christopher Blackman | ||
## License | ||
|
||
Original copyright (c) 2005-2008, The Android Open Source Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
--- | ||
name: Xamarin.Android - Camera2Raw Sample | ||
description: This sample demonstrates how to use the Camera2 APIs to capture RAW camera buffers and save them to the devices storage as a dng file. Instructions... | ||
description: "Demonstrates how to use the Camera2 APIs to capture RAW camera buffers and save them to the devices storage as a dng file #androidlollipop" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
urlFragment: android50-camera2raw | ||
--- | ||
# Camera2Raw Sample | ||
# Xamarin.Android Camera2Raw Sample | ||
|
||
This sample demonstrates how to use the Camera2 APIs to capture RAW camera buffers and save them to the devices storage as a dng file. | ||
|
||
![Camera2Raw Sample application screenshot](Screenshots/Camera2Raw0.png "Camera2Raw Sample application screenshot") | ||
|
||
## Instructions | ||
* Touch the Picture button to take two photos that will automatically be saved on your device. | ||
* Touch the Info button to find out a little bit more about the app. | ||
* Requires a device with a rear facing camera | ||
|
||
- Touch the Picture button to take two photos that will automatically be saved on your device. | ||
- Touch the Info button to find out a little bit more about the app. | ||
- Requires a device with a rear facing camera | ||
|
||
## Build Requirements | ||
|
||
Using this sample requires a device that is Android 5.0 or later and Xamarin.Android 5.0 or later. | ||
|
||
![Camera2Raw Sample application screenshot](Screenshots/Camera2Raw0.png "Camera2Raw Sample application screenshot") | ||
## License | ||
|
||
Original copyright (c) 2014 The Android Open Source Project, Inc. | ||
|
||
## Authors | ||
Copyright (c) 2014 The Android Open Source Project, Inc. | ||
Ported from [Android Camera2Raw Sample](https://github.com/googlesamples/android-Camera2Raw) | ||
Ported to Xamarin.Android by Aaron Sky |
Oops, something went wrong.