Skip to content

Commit

Permalink
Shorten brief descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly5 committed Apr 23, 2015
1 parent c44ca66 commit 639cf4b
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 34 deletions.
1 change: 1 addition & 0 deletions ActionBarViewPager/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<Level>Advanced</Level>
<Tags>Platform Features</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use ViewPager and ActionBar together.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion AsyncImageAndroid/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>This sample application demonstrates how to use the new Async/Await feature which is available in Xamarin.Android 4.8.</Brief>
<Brief>Demonstrates how to use the new Async/Await feature available in Xamarin.Android 4.8.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion ContactsProviderDemo/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Beginning</Level>
<Tags>Platform Features</Tags>
<Gallery>true</Gallery>
<Brief>This example shows how to use the ContactsProvider as well as the device owner's profile in Ice Cream Sandwich.</Brief>
<Brief>Demonstrates how to use ContactsProvider and the device owner's profile in Ice Cream Sandwich.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion CustomTransitions/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>This sample demonstrates how to create custom transitions to go from one scene in their app to the next.</Brief>
<Brief>Demonstrates how to create custom transitions to go from one scene in their app to the next.</Brief>
</SampleMetadata>

2 changes: 1 addition & 1 deletion GooglePlayServices/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>Maps + Location</Tags>
<LicenseRequirement>Indie</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Uses the Google Play Services (Froyo) component to demonstrate a few uses of the maps API included within Google Play Services.</Brief>
<Brief>Demonstrates a few uses of the maps API included within Google Play Services.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion HelloWorld/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Beginning</Level>
<Tags>Getting Started, User Interface</Tags>
<Gallery>true</Gallery>
<Brief>A super simple hello world application that uses a TextView to display a plain old hello world message via a string resource.</Brief>
<Brief>Demonstrates the use of TextView to display a plain old hello world message via a string resource.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion HoneycombGallery/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Intermediate</Level>
<Tags>User Interface, Graphics</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates a couple of new APIs in Honeycomb e.g. fragments, ActionBar and the new animation framework.</Brief>
<Brief>Demonstrates new APIs in Honeycomb: fragments, ActionBar and the new animation framework.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion LabelledSections/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Beginning</Level>
<Tags>User Interface</Tags>
<Gallery>true</Gallery>
<Brief>The `Labelled Sections` demo is a port from the [Alphabetically ordered ListView with labelled sections] sample.</Brief>
<Brief>Demonstrates how to create an alphabetically ordered list with labelled sections.</Brief>
</SampleMetadata>
3 changes: 1 addition & 2 deletions LoadingLargeBitmaps/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Level>Beginning</Level>
<Tags>Graphics</Tags>
<SupportedPlatforms>Android</SupportedPlatforms>
<Brief>A sample application for the Load Large Bitmaps Efficiently recipe which demonstrates how to resize a bitmap for a view.</Brief>
<LicenseRequirement>Indie</LicenseRequirement>
<Brief>This is a sample project that shows how to efficiently resample large images before displaying them in an Android application.</Brief>
<Brief>Demonstrates how to efficiently resample large images before displaying them.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion MultiResolution/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Beginning</Level>
<Tags>Graphics</Tags>
<Gallery>true</Gallery>
<Brief>This sample demonstrates how to display scalable/stretchable graphics using proper size units such as scale-independent pixels (sp) and density-independent pixels (dip).</Brief>
<Brief>Demonstrates how to display scalable/stretchable graphics using proper size units.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion Phoneword/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>false</Gallery>
<LicenseRequirement>Indie</LicenseRequirement>
<Brief>This sample app accompanies the article, [Hello, Android (Quickstart)].</Brief>
<Brief>Demonstrates how to convert telephone number 'words' into digits.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion SanityTests/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Advanced</Level>
<Tags>Data, Device Features</Tags>
<Gallery>true</Gallery>
<Brief>SanityTests is a hodgepodge of things to test various interactions, such as SQLite use, JNI use, P/Invoke use, SSL, compression, and all manner of other things.</Brief>
<Brief>SanityTests is a hodgepodge of things to test various API interactions.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion SearchableDictionary/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Intermediate</Level>
<Tags>User Interface, Data</Tags>
<Gallery>true</Gallery>
<Brief>This is a port of the Android Searchable Dictionary v2 sample, demonstrating the use of Android's search framework.</Brief>
<Brief>Demonstrates the use of Android's search framework.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion StorageClient/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>Data, Platform Features</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>This sample demonstrates how to use the ACTION_OPEN_DOCUMENT intent to let users choose a file via the system's file browser.</Brief>
<Brief>Demonstrates how to let users choose a file via the system's file browser.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion StorageProvider/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>Data, Platform Features</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>This sample demonstrates how to use the DocumentsProvider API to manage documents and expose them to the Android system for sharing.</Brief>
<Brief>Demonstrates how to manage documents and expose them to the Android system for sharing.</Brief>
</SampleMetadata>
1 change: 1 addition & 0 deletions Supportv7/AppCompat/Toolbar/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<LicenseRequirement>Indie</LicenseRequirement>
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>true</Gallery>
<Brief>Demonstrates replacing the ActionBar with the new Support v7 Toolbar</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion SwipeToRefresh/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<Gallery>true</Gallery>
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Indie</LicenseRequirement>
<Brief>Demonstrates how to implement the swipe to refresh pattern using the support library `SwipeRefreshLayout` class.</Brief>
<Brief>Demonstrates how to implement the swipe to refresh pattern.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/ActivitySceneTransitionBasic/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>This sample demonstrates how to the use Activity scene transitions when transitioning from one activity to another.</Brief>
<Brief>Demonstrates how to use Activity scene transitions when transitioning from one activity to another.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/AppRestrictionSchema/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>Platform Features, AndroidL</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>This sample shows a basic demonstration of using a profile owner to set app restrictions in Android.</Brief>
<Brief>Demonstrates using a profile owner to set app restrictions in Android.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/Camera2Basic/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>Media, AndroidL</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Dmonstrates how to use new Camera2 APIs to render a preview of a camera's viewport, capture an image and save it to the device's storage.</Brief>
<Brief>Dmonstrates the basic use of the new Camera2 APIs.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/Camera2VideoSample/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>his sample demonstrates how record video on Android L through the use of the Android.Hardware.Camera2 namespace.</Brief>
<Brief>Demonstrates how record video on Android L using Android.Hardware.Camera2.</Brief>
</SampleMetadata>

2 changes: 1 addition & 1 deletion android5.0/DocumentCentricRelinquishIdentity/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>This sample demonstrates how to change the label of a document activity in recents using the Document-Centric API.</Brief>
<Brief>Demonstrates how to change the label of a document activity in recents using Document-Centric API.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/DrawableTinting/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>Graphics, AndroidL</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates applying tinting and color filters to Drawables both programmatically and as Drawable resources in XML.</Brief>
<Brief>Demonstrates applying tinting and color filters to Drawables, programmatically and in XML.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/RecyclerViewSample/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>User Interface, AndroidL, Support v7</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstration of using RecyclerView with a LinearLayoutManager to create a vertical ListView.</Brief>
<Brief>Demonstrates use of RecyclerView with a LinearLayoutManager.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/RecyclerViewer/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<Gallery>true</Gallery>
<LicenseRequirement>Indie</LicenseRequirement>
<Brief>Use this sample to learn how to use the new `CardView` and `RecyclerView` widgets introduced with Android 5.0 Lollipop.</Brief>
<Brief>Demonstrates the use of `CardView` and `RecyclerView` widgets introduced with Android 5.0.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion android5.0/ScreenCapture/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Intermediate</Level>
<Tags>Media, AndroidL</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use Media Projection API to capture device screen in real time and show it on a SurfaceView.</Brief>
<Brief>Demonstrates use of Media Projection API to capture device screen and show it on a SurfaceView.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion tv/VisualGameController/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates the use of input from a game controller by displaying input events on the screen on a virtual controller as they happen.</Brief>
<Brief>Demonstrates the use of input from a game controller by displaying input events on the screen.</Brief>
</SampleMetadata>

2 changes: 1 addition & 1 deletion wear/AgendaData/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<SupportedPlatforms>Android</SupportedPlatforms>
    <LicenseRequirement>Indie</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates sending calendar events from an Android handheld device to an Android Wear device, as well as deleting those events.</Brief>
<Brief>Demonstrates sending calendar events from an Android handheld device to an Android Wear device.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion wear/DataLayer/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<Tags>Data, Android Wear</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates using the wearable APIs to send messages and stream data (an image in this sample) from an Android device to an Android Wear device.</Brief>
<Brief>Demonstrates using the wearable APIs to send messages and stream data.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion wear/FlashlightSample/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates how to create something similar to a flashlight on an android wear device by changing the color of the screen to a flat white color.</Brief>
<Brief>Demonstrates how change the color of an android wear device's screen to a flat white color.</Brief>
</SampleMetadata>

2 changes: 1 addition & 1 deletion wear/Geofencing/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<SupportedPlatforms>Android</SupportedPlatforms>
    <LicenseRequirement>Indie</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates the use of geofencing with wearable devices, by sending a notification to the watch when you are within a certain area.</Brief>
<Brief>Demonstrates the use of geofencing with wearable devices.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion wear/GridViewPager/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Tags>User Interface, Android Wear</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates how to use the GridViewPager and GridPagerAdapter view for Android Wear devices.</Brief>
<Brief>Demonstrates the use of GridViewPager and GridPagerAdapter for Android Wear.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion wear/JumpingJack/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates the use of the gravity sensor in the Android Wear device through a counter for jumping jacks that the user makes while wearing the device.</Brief>
<Brief>Demonstrates the use of the gravity sensor in the Android Wear device.</Brief>
</SampleMetadata>

2 changes: 1 addition & 1 deletion wear/SkeletonWear/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Level>Beginning</Level>
<Tags>Platform Features, User Interface, Android Wear</Tags>
<Gallery>true</Gallery>
<Brief>Demonstrates the basic outline of a wearable project including Gridviews on Wearable devices and interactive notifications.</Brief>
<Brief>Demonstrates the basic outline of a wearable project, including Gridviews on Wearable devices.</Brief>
</SampleMetadata>
2 changes: 1 addition & 1 deletion wear/WatchViewStub/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Tags>User Interface, Android Wear</Tags>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>true</Gallery>
<Brief>Demonstrates using the WatchViewStub control which will automatically select a layout suited for round or rectangular screens.</Brief>
<Brief>Demonstrates how to automatically select a layout for round or rectangular screens.</Brief>
</SampleMetadata>

0 comments on commit 639cf4b

Please sign in to comment.