Skip to content

Commit

Permalink
Update screenshots and metadata for some Lollipop samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McLemore committed Oct 26, 2015
1 parent b3c5b53 commit 7ad5943
Show file tree
Hide file tree
Showing 33 changed files with 24 additions and 26 deletions.
4 changes: 2 additions & 2 deletions RemoteNotifications/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<ID>96D227D3-5EB9-41F9-B641-CBB1759D944C</ID>
<IsFullApplication>false</IsFullApplication>
<Level>Intermediate</Level>
<Tags>Android, Notifications</Tags>
<Tags>Cloud</Tags>
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>false</Gallery>
<Gallery>true</Gallery>
<LicenseRequirement>Indie</LicenseRequirement>
</SampleMetadata>
2 changes: 0 additions & 2 deletions RemoteNotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ credentials to use Google's servers; this process is explained in
In particular, you will need an *API Key* and a *Server ID* to insert
into the example code before it can connect to GCM.

![](Screenshots/example-screens.png)

Most of the action takes place "behind the scenes", and is to be
observed by watching the output window while the app runs from
the IDE.
Expand Down
Binary file removed RemoteNotifications/Screenshots/example-screens.png
Binary file not shown.
Binary file added RemoteNotifications/Screenshots/notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RemoteNotifications/Screenshots/token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions UpdateUsersProfile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ read back to confirm that the name was set, then launches the
**Contacts** app to view the user's profile. A single screen provides a
button that initiates the update and view sequence:

![](Screenshots/example-screenshot.png)

This screenshot was taken on Android 5.0 (Lollipop).

Author
------

Expand Down
Binary file not shown.
Binary file added UpdateUsersProfile/Screenshots/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion WeatherREST/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ID>5EA039BB-FA95-4BB2-B4F4-CCE35B82CA96</ID>
<IsFullApplication>false</IsFullApplication>
<Level>Intermediate</Level>
<Tags>Android, HTTP, REST</Tags>
<Tags>Cloud</Tags>
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>true</Gallery>
<LicenseRequirement>Indie</LicenseRequirement>
Expand Down
2 changes: 0 additions & 2 deletions WeatherREST/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ response is received, the app parses the results and displays a subset
of the weather information in textbox fields in the lower half of the
display:

![](Screenshots/example-screen.png)

This example uses `System.Json` to parse the results of the HTTP
request. The HTTP request, response, parsing, and display are handled
asynchronously via `async`/`await`.
Expand Down
Binary file modified WeatherREST/Screenshots/before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed WeatherREST/Screenshots/example-screen.png
Binary file not shown.
Binary file modified WeatherREST/Screenshots/results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions android5.0/NotificationsLab/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ID>eb582e00-b4d6-422d-b540-dc8df923e1c8</ID>
<IsFullApplication>false</IsFullApplication>
<Level>Intermediate</Level>
<Tags>AndroidL, Notifications</Tags>
<Tags>Notifications</Tags>
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>false</Gallery>
<Gallery>true</Gallery>
<LicenseRequirement>Indie</LicenseRequirement>
<Brief>Use this sample to try out the different notification styles and options in Android 5.0.</Brief>
<Brief>Use this sample to try out the different notification styles and options in Android Lollipop and later.</Brief>
</SampleMetadata>
5 changes: 1 addition & 4 deletions android5.0/NotificationsLab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ the "ingredients" of a notification:

A launch button is located at the bottom of the screen to post a
notification with the above-selected options.

![](Screenshots/1-start-screen.png)

When you tap on a notification, it takes you to a "SecondActivity" screen
to demonstrate how PendingIntents work.

To build and run this sample, you must first enable Android 5.0 support as
described in
[Setting Up an Android 5.0 Project](http://developer.xamarin.com/guides/android/platform_features/android_l/introduction_to_android_l#settingup).
[Setting Up an Android 5.0 Project](http://developer.xamarin.com/guides/android/platform_features/introduction_to_lollipop#settingup).
You will need an Android device or emulator with a large screen (such as
a Nexus 5 or an AVD with the WXGA720 skin) to view and select from all
of the options.
Expand Down
Binary file modified android5.0/NotificationsLab/Screenshots/1-start-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android5.0/NotificationsLab/Screenshots/6-image-notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions android5.0/RecyclerViewer/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ID>B5A251BD-1A1D-4CB1-843D-2E4C252FEDB4</ID>
<IsFullApplication>false</IsFullApplication>
<Level>Intermediate</Level>
<Tags>Android, RecyclerView, CardView</Tags>
<Tags>Platform Features</Tags>
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>true</Gallery>
<LicenseRequirement>Indie</LicenseRequirement>
<Brief>Demonstrates the use of `CardView` and `RecyclerView` widgets introduced with Android 5.0.</Brief>
<Brief>Demonstrates the use of `CardView` and `RecyclerView` widgets in Android.</Brief>
</SampleMetadata>
6 changes: 2 additions & 4 deletions android5.0/RecyclerViewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ RecyclerViewer
==============

This sample app accompanies the articles
[CardView](http://developer.xamarin.com/guides/android/platform_features/android_l/cardview) and
[RecyclerView](http://developer.xamarin.com/guides/android/platform_features/android_l/recyclerview).
[CardView](http://developer.xamarin.com/guides/android/user_interface/cardview) and
[RecyclerView](http://developer.xamarin.com/guides/android/user_interface/recyclerview).
You can use this sample to learn how to use the new `CardView` and `RecyclerView` widgets
introduced with Android 5.0 Lollipop.

Expand All @@ -17,8 +17,6 @@ When the user taps a photo, a toast appears to display the number of
the photo within the collection &ndash; this demonstrates how item view
click handlers work.

![](Screenshots/example-screens.png)

Each image/caption (photo) row item is displayed in a `CardView`
layout, and the app uses a single `RecyclerView` layout to hold and
display over thirty unique row items. An *adapter* is used to connect
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions android5.0/ThemeSwitcher/Metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<SampleMetadata>
<ID>DEC96AB8-D982-48DC-9EB7-C15FBC5696C6</ID>
<IsFullApplication>false</IsFullApplication>
<Level>Intermediate</Level>
<Tags>Platform Features</Tags>
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>true</Gallery>
<LicenseRequirement>Indie</LicenseRequirement>
<Brief>Use this sample to try out the different Material Design themes in Android Lollipop and later.</Brief>
</SampleMetadata>
4 changes: 2 additions & 2 deletions android5.0/ThemeSwitcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ This examples shows how to use different Android 5.0 Lollipop Material Theme
styles in different activities, how to create a customized
Material Theme style, and how to theme an individual view.
A companion article is available at
[Material Theme](http://developer.xamarin.com/guides/android/platform_features/android_l/material_theme).
[Material Theme](http://developer.xamarin.com/guides/android/user_interface/material_theme).

Requirements
------------

To build and run this sample, you must first enable Android 5.0 support as
described in
[Setting Up an Android 5.0 Project](http://developer.xamarin.com/guides/android/platform_features/android_l/introduction_to_android_l#settingup).
[Setting Up an Android 5.0 Project](http://developer.xamarin.com/guides/android/platform_features/introduction_to_lollipop#settingup).

Authors
-------
Expand Down
Binary file modified android5.0/ThemeSwitcher/Screenshots/material-custom-theme.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android5.0/ThemeSwitcher/Screenshots/material-theme-dark.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android5.0/ThemeSwitcher/Screenshots/material-theme-light-darkbar.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android5.0/ThemeSwitcher/Screenshots/material-theme-light.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ad5943

Please sign in to comment.