You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AccessoryViews/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ products:
8
8
- xamarin
9
9
urlFragment: accessoryviews
10
10
---
11
-
# AccessoryViews
11
+
# Xamarin.Android AccessoryViews
12
12
13
-
This sample is part of the Android ListViews and Adapters series.
13
+
This sample is part of the Android ListViews and Adapters [documentation](https://docs.microsoft.com/xamarin/android/user-interface/layouts/list-view/).
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...
3
+
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"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
7
7
products:
8
8
- xamarin
9
9
urlFragment: advancedimmersivemode
10
10
---
11
-
# Advanced Immersive Mode
12
-
Android 4.4 introduces a way for you to provide a more immersive
13
-
screen experience in your app, by letting users show or hide
11
+
# Xamarin.Android Advanced Immersive Mode
12
+
13
+
Android 4.4 introduces a way for you to provide a more immersive
14
+
screen experience in your app, by letting users show or hide
14
15
the status bar and navigation bar with a swipe.
15
16
16
-
This sample demonstrates how this feature interacts with some
17
-
of the other UI flags related to full-screen apps. The sample
18
-
also shows how to implement a "sticky" mode, which re-hides
19
-
the bars a few seconds after the user swipes them back in.
17
+
This sample demonstrates how this feature interacts with some
18
+
of the other UI flags related to full-screen apps. The sample
19
+
also shows how to implement a "sticky" mode, which re-hides
20
+
the bars a few seconds after the user swipes them back in.
21
+
22
+

description: This sample demonstrates usage of ViewModel and LifeCycle Architecture Components library by Android. Build Requirements Using this sample requires...
3
+
description: "This sample demonstrates usage of ViewModel and LifeCycle Architecture Components library by Android #androidoreo"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
7
7
products:
8
8
- xamarin
9
9
urlFragment: android-support-viewmodel
10
10
---
11
-
# ViewModel Sample
11
+
# Xamarin.Android ViewModel Sample
12
12
13
13
This sample demonstrates usage of ViewModel and LifeCycle [Architecture Components](https://developer.android.com/topic/libraries/architecture/index.html) library by Android.
description: This sample demonstrates how to the use Activity scene transitions when transitioning from one activity to another. Uses a combination of moveImage...
3
+
description: "Demonstrates how to the use Activity scene transitions when transitioning from one activity to another #androidlollipop"
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.
13
14
14
15
## Instructions
16
+
15
17
* Touch each photo to activate a transition to a details page for each one.
16
18
* Hitting the back button will activate a transition back to the grid of photos.
17
19
18
20
## Build Requirements
21
+
19
22
This sample requires Xamarin.Android 4.17 or later and an Android L or later device.
This sample shows a basic demonstration of using a profile owner to set app restrictions in Android. This is to used alongside AppRestrictionEnforcer, which serves as a profile owner for this.
* Pressing the button on this fragment pops up a simple Toast message. The button is enabled or disabled according to the restrictions set by device/profile owner. You can use the AppRestrictionEnforcer sample as a profile owner for this.
19
+
- Run the project
20
+
- Pressing the button on this fragment pops up a simple Toast message. The button is enabled or disabled according to the restrictions set by device/profile owner. You can use the AppRestrictionEnforcer sample as a profile owner for this.
0 commit comments