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
description: FlashCardPager is a sample app that accompanies the article, ViewPager. This sample demonstrates how to use ViewPager and PagerTabStrip together to...
3
+
description: 'FlashCardPager is a sample app that accompanies the ViewPager doc'
4
4
page_type: sample
5
5
languages:
6
6
- csharp
7
7
products:
8
8
- xamarin
9
9
urlFragment: userinterface-flashcardpager
10
10
---
11
-
# FlashCardPager
11
+
# FlashCardPager
12
12
13
13
**FlashCardPager** is a sample app that accompanies the article,
Copy file name to clipboardExpand all lines: UserInterface/TabHostWalkthrough/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ products:
8
8
- xamarin
9
9
urlFragment: userinterface-tabhostwalkthrough
10
10
---
11
-
# TabHost Walkthrough Start
12
-
13
-
This sample app provides the starting point for the article,
14
-
[Walkthrough - Creating a tabbed UI with TabHost](https://developer.xamarin.com/guides/android/user_interface/tab_layout/Walkthrough_Creating_a_tabbed_ui/).
15
-
11
+
# TabHost Walkthrough Start
16
12
13
+
This sample app provides the starting point for the article,
14
+
[Walkthrough - Creating a tabbed UI with TabHost](https://docs.microsoft.com/xamarin/android/user-interface/layouts/tab-layout/with-action-bar).
description: TimePickerDemo is a sample app that accompanies the article, Time Picker. This sample demonstrates how to use the TimePickerDialog, wrapped in a...
3
+
description: 'TimePickerDemo is a sample app that accompanies the article, Time Picker. This sample demonstrates how to use the TimePickerDialog'
4
4
page_type: sample
5
5
languages:
6
6
- csharp
7
7
products:
8
8
- xamarin
9
9
urlFragment: userinterface-timepickerdemo
10
10
---
11
-
# TimePickerDemo
11
+
# TimePickerDemo
12
12
13
13
**TimePickerDemo** is a sample app that accompanies the article,
description: TreePager is a sample app that accompanies the article, ViewPager. This sample demonstrates how to use ViewPager and PagerTabStrip together to...
3
+
description: TreePager is a sample app that accompanies the article, ViewPager. This sample demonstrates how to use ViewPager and PagerTabStrip together
4
4
page_type: sample
5
5
languages:
6
6
- csharp
7
7
products:
8
8
- xamarin
9
9
urlFragment: userinterface-treepager
10
10
---
11
-
# TreePager
11
+
# TreePager
12
12
13
-
**TreePager** is a sample app that accompanies the article,
Copy file name to clipboardExpand all lines: ViewPagerIndicator/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
@@ -1,6 +1,6 @@
1
1
---
2
2
name: Xamarin.Android - ViewPagerIndicator
3
-
description: This is a port of the wonderful [ViewPagerIndicator library by JakeWharton][1] License Copyright 2011 Patrik Åkerfeldt Copyright 2011 Francisco...
3
+
description: This is a port of the wonderful ViewPagerIndicator library by JakeWharton
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -12,7 +12,7 @@ urlFragment: viewpagerindicator
12
12
13
13
This is a port of the wonderful [ViewPagerIndicator library by JakeWharton][1]
Copy file name to clipboardExpand all lines: tv/TvLeanback/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: Xamarin.Android - TvLeanback
3
-
description: 'This sample shows a basic Android-TV application by showcasing various video provided by Google. Note: This sample may crash due to a bug in the...'
3
+
description: 'This sample shows a basic Android-TV application by showcasing various video provided by Google'
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -9,21 +9,23 @@ products:
9
9
urlFragment: tv-tvleanback
10
10
---
11
11
# TvLeanback
12
+
12
13
This sample shows a basic Android-TV application by showcasing various video provided by Google.
13
14
15
+
## Note
16
+
17
+
This sample may crash due to a [bug](https://code.google.com/p/android/issues/detail?id=73920) in the native Android System.
14
18
15
-
## Note:
16
-
This sample may crash due to a [bug](https://code.google.com/p/android/issues/detail?id=73920) in the native Android System.
19
+
## Build Requirements
17
20
18
-
## Build Requirements:
19
21
This sample is designed for Android-TV but can run on the Android L developer preview. It also requires Xamarin.Android 4.17+.
This project relies on the Picasso Project by Jake Warton and is used under the Apache License Version 2. The C# bindings used by this app were created by Jack Sierkstra.
25
28
The original project by Jake Warton is available from: https://github.com/square/picasso
26
29
The bindings are available from: https://github.com/jacksierkstra/Picasso
27
30
28
31
Copyright (c) 2013, The Android Open Source Project
Copy file name to clipboardExpand all lines: tv/VisualGameController/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: Xamarin.Android - Visual Game Controller
3
-
description: This AndroidTV sample demonstrates the use of input from a game controller by displaying input events on the screen on a virtual controller as they...
3
+
description: AndroidTV sample that demonstrates the use of input from a game controller by displaying input events on the screen on a virtual controller
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -9,17 +9,20 @@ products:
9
9
urlFragment: tv-visualgamecontroller
10
10
---
11
11
# Visual Game Controller
12
+
12
13
This AndroidTV sample demonstrates the use of input from a game controller by displaying input events on the screen on a virtual controller as they happen.
13
14
14
15
## Instructions
16
+
15
17
* Press buttons and move axes on an attached game controller and the input that you give will be recreated on-screen.
16
18
* Keep in mind that the button mapping is different for different types of game controllers. The sample has the differences between Xbox game controllers and Android game controllers in the comments as the item in question is drawn.
17
19
18
20
## Build Requirements
21
+
19
22
Using this sample requires an android tv or android l device and Xamarin.Android version 4.17 or later.
20
23
21
24

22
25
23
-
## Author
26
+
## License
27
+
24
28
Copyright (c) 2005-2008, The Android Open Source Project
0 commit comments