From fdb33c8c9a4384d44bdbe675ea717f73de6721e1 Mon Sep 17 00:00:00 2001 From: conceptdev Date: Thu, 1 Aug 2019 19:56:58 -0700 Subject: [PATCH] onboard missing samples --- AQTapDemo/README.md | 10 ++++------ AVCompositionDebugVieweriOS/README.md | 10 +++------- AVCustomEdit/README.md | 8 +++----- AVTouchSample/README.md | 8 ++------ AdaptiveElements/README.md | 8 ++------ AirLocate/README.md | 12 +++--------- AppPrefs/README.md | 6 +----- Appearance/README.md | 2 +- AsyncDownloadImage/README.md | 9 ++++----- ...DownloadImage01.png => AysncDownloadImage01.png} | Bin AudioConverterFileConverter/README.md | 8 +++----- AudioGenerator/README.md | 8 ++------ AudioQueueOfflineRenderDemo/README.md | 6 +----- AudioTapProcessor/README.md | 7 +++---- BackgroundExecution/README.md | 6 +----- BouncingGameCompleteiOS/Metadata.xml | 9 --------- BouncingGameCompleteiOS/README.md | 10 ---------- BouncingGameEmptyiOS/Metadata.xml | 9 --------- BouncingGameEmptyiOS/README.md | 10 ---------- ButtonEventDemo/README.md | 4 ++-- ButtonTapper3000/README.md | 11 +++++------ 21 files changed, 40 insertions(+), 121 deletions(-) rename AsyncDownloadImage/Screenshots/{AyncDownloadImage01.png => AysncDownloadImage01.png} (100%) delete mode 100644 BouncingGameCompleteiOS/Metadata.xml delete mode 100644 BouncingGameEmptyiOS/Metadata.xml diff --git a/AQTapDemo/README.md b/AQTapDemo/README.md index 74eb2996e..dc4f1f692 100644 --- a/AQTapDemo/README.md +++ b/AQTapDemo/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - AQTapDemo -description: This sample shows how to use the iOS 6 AudioQueue Processing Taps. With Audio Processing Taps, you can either apply effects to your audio or... +description: "hows how to use the iOS 6 AudioQueue Processing Taps. With Audio Processing Taps, you can either apply effects to your audio..." page_type: sample languages: - csharp @@ -12,7 +12,7 @@ urlFragment: aqtapdemo This sample shows how to use the iOS 6 AudioQueue Processing Taps. With Audio Processing Taps, you can either apply effects to your audio -or analize data as it is being decoded. +or analyze data as it is being decoded. This sample shows how to change the pitch of the audio being played back. As a bonus, it also contains code showing how to playback @@ -24,9 +24,8 @@ Marek Safar implemented the Xamarin.iOS/Xamarin.Mac support for AudioQueueProcessingTap as well as the AudioUnit stack and ported the original Objective-C code to C#. -**NOTE: This sample will only work with Xcode 5.0 or above. - ## Troubleshooting + If the app doesn't play any audio make sure that you are able to listen the music from online radio via your browser: http://1661.live.streamtheworld.com:80/CBC_R3_WEB_SC # Resources @@ -41,5 +40,4 @@ http://www.subfurther.com/blog/2012/10/30/cocoaconf-portland-12-and-the-audioque And you can browse our API documentation for the AudioQueueProcessingTap: -http://iosapi.xamarin.com/?link=T%3aMonoTouch.AudioToolbox.AudioQueueProcessingTap - +https://docs.microsoft.com/dotnet/api/AudioToolbox.AudioQueueProcessingTap \ No newline at end of file diff --git a/AVCompositionDebugVieweriOS/README.md b/AVCompositionDebugVieweriOS/README.md index 4811a8ee9..ca15c72fa 100644 --- a/AVCompositionDebugVieweriOS/README.md +++ b/AVCompositionDebugVieweriOS/README.md @@ -1,6 +1,6 @@ --- -name: Xamarin.iOS - AVCompositionDebugVieweriOS -description: This sample application has an AVCompositionDebugView which presents a visual description of the underlying AVComposition, AVVideoComposition and... +name: Xamarin.iOS - AVComposition Debug Viewer +description: "Sample application with an AVCompositionDebugView which presents a visual description of the underlying AVComposition" page_type: sample languages: - csharp @@ -8,12 +8,8 @@ products: - xamarin urlFragment: avcompositiondebugviewerios --- -# AVCompositionDebugVieweriOS +# AVComposition Debug Viewer This sample application has an AVCompositionDebugView which presents a visual description of the underlying AVComposition, AVVideoComposition and AVAudioMix objects which form the composition made using two clips, adding a cross fade transition in between and audio ramps to the two audio tracks. ![AVCompositionDebugVieweriOS application screenshot](Screenshots/01.png "AVCompositionDebugVieweriOS application screenshot") - -## Authors - -Oleg Demchenko \ No newline at end of file diff --git a/AVCustomEdit/README.md b/AVCustomEdit/README.md index babd2daa3..7f7babe28 100644 --- a/AVCustomEdit/README.md +++ b/AVCustomEdit/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - AVCustomEdit -description: AVCustomEdit is a simple AVFoundation based movie editing application demonstrating custom compositing to add transitions. It implements the... +description: "AVCustomEdit is a simple AVFoundation based movie editing application demonstrating custom compositing to add transitions" page_type: sample languages: - csharp @@ -17,17 +17,15 @@ This is a port of Apple's iOS7 sample AVCustomEdit. ![Home View](Screenshots/screenshot-1.png) ## Instructions + 1. Open the transition menu in the lower right. Select a transition. 2. Press play and observe the video. 3. When satisfied, export the video. ## Build + Building this sample requires Xcode 5.0 and iOS 7 or later. ## License Xamarin port changes are released under the MIT license. - -## Author - -Ported to Xamarin.iOS by Timothy Risi/Mykyta Bondarenko. diff --git a/AVTouchSample/README.md b/AVTouchSample/README.md index ff8522b52..53c843f00 100644 --- a/AVTouchSample/README.md +++ b/AVTouchSample/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - AV Touch -description: An example on using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from their application.... +description: "Example using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from the application..." page_type: sample languages: - csharp @@ -10,7 +10,7 @@ urlFragment: avtouchsample --- # AV Touch -An example on using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from their application. +An example using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from their application. ![Hove View](Screenshots/screenshot-1.png) @@ -25,7 +25,3 @@ Xamarin.iOS 7.0, Xcode 5.0 and later ## License Xamarin port changes are released under the MIT license. - -## Authors - -Ported to Xamarin.iOS by Miguel de Icaza/Mykyta Bondarenko diff --git a/AdaptiveElements/README.md b/AdaptiveElements/README.md index 9b5b5a31f..57f718071 100644 --- a/AdaptiveElements/README.md +++ b/AdaptiveElements/README.md @@ -1,6 +1,6 @@ --- -name: 'Xamarin.iOS - AdaptiveElements: Implementing Your Own Adaptive Design with UIKit' -description: This sample shows how to use UIKit to lay out your app's elements in different sizes, from full-screen on the smallest iPhone to Multitasking on... +name: 'Xamarin.iOS - Adaptive design with UIKit' +description: "Shows how to use UIKit to lay out your app's elements in different sizes, from full-screen on the smallest iPhone to Multitasking..." page_type: sample languages: - csharp @@ -26,7 +26,3 @@ Xamarin.iOS 10.0+ and Xcode 8.0+. ## License Xamarin port changes are released under the MIT license. - -## Author - -Ported to Xamarin.iOS by Mykyta Bondarenko diff --git a/AirLocate/README.md b/AirLocate/README.md index d24f970ae..ce74ca171 100644 --- a/AirLocate/README.md +++ b/AirLocate/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - AirLocate -description: AirLocate shows how to use CLLocationManager to monitor and range CLBeaconRegion. The code also provides an example of how you can calibrate and... +description: "AirLocate shows how to use CLLocationManager to monitor and range CLBeaconRegion. The code also provides an example of calibrating..." page_type: sample languages: - csharp @@ -9,6 +9,7 @@ products: urlFragment: airlocate --- # AirLocate + AirLocate shows how to use `CLLocationManager` to monitor and range `CLBeaconRegion`. The code also provides an example of how you can calibrate and configure an iOS device as a beacon with CoreBluetooth. @@ -40,16 +41,9 @@ Once you've setup your target device as a beacon, you can use this app to demo b To demo ranging, select Ranging from the remote device. `RangingViewController` ranges a set of `CLBeaconRegion`. To demo monitoring, select Monitoring from the remote device. `MonitoringViewController` allows you to configure a `CLBeaconRegion` to monitor. - - This sample is the Xamarin.iOS version of Apple's iOS7 Sample -- AirLocate. -Here is the link to the Apple's Sample: +Here is the link to the Apple's Sample: https://developer.apple.com/downloads/index.action?name=WWDC%202013# - ![AirLocate application screenshot](Screenshots/01.png "AirLocate application screenshot") - -## Authors - -Bo Pang \ No newline at end of file diff --git a/AppPrefs/README.md b/AppPrefs/README.md index 990b5369f..8d65afe7c 100644 --- a/AppPrefs/README.md +++ b/AppPrefs/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - Application Preferences -description: An example on how to display application preferences in the Settings system application. Loosely based on Apple's AppPrefs example:... +description: An example on how to display application preferences in the Settings system application page_type: sample languages: - csharp @@ -17,7 +17,3 @@ Loosely based on Apple's AppPrefs example: http://developer.apple.com/library/ios/#samplecode/AppPrefs ![Application Preferences application screenshot](Screenshots/AppPrefs01.png "Application Preferences application screenshot") - -## Authors - -Mike Krüger diff --git a/Appearance/README.md b/Appearance/README.md index 921fb7356..b0dbcacb4 100644 --- a/Appearance/README.md +++ b/Appearance/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - Introduction to Appearance -description: This contains a sample demonstrating the use of the Appearance API. You can find more information on this in the Introduction to Appearance API... +description: This contains a sample demonstrating the use of the Appearance API with Xamarin.iOS page_type: sample languages: - csharp diff --git a/AsyncDownloadImage/README.md b/AsyncDownloadImage/README.md index 117dd2d65..f36880feb 100644 --- a/AsyncDownloadImage/README.md +++ b/AsyncDownloadImage/README.md @@ -1,6 +1,6 @@ --- -name: Xamarin.iOS - AsyncDownloadImage -description: This sample application demonstrates how to use the new Async/Await feature which is available in Xamarin.iOS 6.4. The sample downloads a large... +name: Xamarin.iOS - Async Download Image +description: "Demonstrates how to use the new async/await feature. The sample downloads a large file using WebClient..." page_type: sample languages: - csharp @@ -10,9 +10,8 @@ urlFragment: asyncdownloadimage --- # AsyncDownloadImage -This sample application demonstrates how to use the new Async/Await feature which is available in Xamarin.iOS 6.4. +This sample application demonstrates how to use the new async/await feature in Xamarin.iOS. The sample downloads a large image from Internet using the DownloadDataTaskAsync in WebClient. Saving and resizing the image also use the new async feature. -**NOTE: This sample will only work with Xcode 5.0 or above. - +![Image downloading progress](Screenshots/AsyncDownloadImage01.png) ![Image downloading sample](Screenshots/AsyncDownloadImage03.png) diff --git a/AsyncDownloadImage/Screenshots/AyncDownloadImage01.png b/AsyncDownloadImage/Screenshots/AysncDownloadImage01.png similarity index 100% rename from AsyncDownloadImage/Screenshots/AyncDownloadImage01.png rename to AsyncDownloadImage/Screenshots/AysncDownloadImage01.png diff --git a/AudioConverterFileConverter/README.md b/AudioConverterFileConverter/README.md index a6186a2d5..b65c1a3cd 100644 --- a/AudioConverterFileConverter/README.md +++ b/AudioConverterFileConverter/README.md @@ -1,6 +1,6 @@ --- -name: Xamarin.iOS - Audio Converter File Converter Demo -description: This sample demonstrates the use of the Audio Converter API to convert from a PCM audio format in an AIF file to a compressed format in a CAF file... +name: Xamarin.iOS - Audio Converter File Converter +description: "Demonstrates the use of the Audio Converter API to convert from a PCM audio format in an AIF file to a compressed format in a CAF file..." page_type: sample languages: - csharp @@ -35,9 +35,7 @@ Supported transformations include the following: * PCM interleaved to and from PCM deinterleaved * PCM to and from compressed formats< -**NOTE: This sample will only work with Xcode 5.0 or above. - -# Resources +# Source This is port of Apple's iPhoneACFileConvertTest sample diff --git a/AudioGenerator/README.md b/AudioGenerator/README.md index 95e46c4b2..eecf28fe4 100644 --- a/AudioGenerator/README.md +++ b/AudioGenerator/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - AudioGenerator -description: This example shows how to use the low-level AudioToolbox API to output audio that was generated by the process Requires iOS 4.0 and up. +description: "Shows how to use the low-level AudioToolbox API to output audio that was generated by the process" page_type: sample languages: - csharp @@ -13,11 +13,7 @@ urlFragment: audiogenerator This example shows how to use the low-level AudioToolbox API to output audio that was generated by the process -## Requires - -iOS 4.0 and up. - -## Authors +## Source This is a C# version from this StackOverflow post: diff --git a/AudioQueueOfflineRenderDemo/README.md b/AudioQueueOfflineRenderDemo/README.md index 45295b41d..a68fe5921 100644 --- a/AudioQueueOfflineRenderDemo/README.md +++ b/AudioQueueOfflineRenderDemo/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - Audio Queue Offline Render Demo -description: An example demonstrating the Audio Queue offline rendering API. The sample produces LPCM output from an mp3 file, which is written to disk as a... +description: "Demonstrates the Audio Queue offline rendering API. The sample produces LPCM output from an mp3 file, which is written to disk..." page_type: sample languages: - csharp @@ -18,7 +18,3 @@ Based on the Apple sample AQOfflineRenderTest: http://developer.apple.com/library/ios/#samplecode/AQOfflineRenderTest/Introduction/Intro.html ![Audio Queue Offline Render Demo application screenshot](Screenshots/AudioQueueOffline01.png "Audio Queue Offline Render Demo application screenshot") - -## Authors - -Rolf Bjarne Kvinge diff --git a/AudioTapProcessor/README.md b/AudioTapProcessor/README.md index 4de788c2f..3fb2a08df 100644 --- a/AudioTapProcessor/README.md +++ b/AudioTapProcessor/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - AudioTapProcessor -description: Sample application that uses the MTAudioProcessingTap in combination with AV Foundation to visualize audio samples (volume) as well as applying a... +description: "Sample application that uses the MTAudioProcessingTap in combination with AV Foundation to visualize audio samples (volume)" page_type: sample languages: - csharp @@ -21,10 +21,9 @@ The sample requires at least one video asset in the Asset Library (Camera Roll) Building this sample requires Xcode 6 and iOS 7.0 SDK ## Target + This sample runnable on iPadSimulator iPad ## Copyright -Xamarin port changes are released under the MIT license -## Author -Ported to Xamarin.iOS by Rustam Zaitov +Xamarin port changes are released under the MIT license diff --git a/BackgroundExecution/README.md b/BackgroundExecution/README.md index 6fe1a798f..d663f9e74 100644 --- a/BackgroundExecution/README.md +++ b/BackgroundExecution/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - Background Execution -description: This sample illustrates how to develop multitasking (background execution) aware applications in Xamarin.iOS. The AppDelegate class illustrates the... +description: "llustrates how to develop multitasking (background execution) aware applications in Xamarin.iOS" page_type: sample languages: - csharp @@ -19,7 +19,3 @@ The home screen has a button that will launch a background task that will execut ## License Xamarin port changes are released under the MIT license. - -## Authors - -Ported to Xamarin.iOS by Bryan Costanich diff --git a/BouncingGameCompleteiOS/Metadata.xml b/BouncingGameCompleteiOS/Metadata.xml deleted file mode 100644 index e4de8ea7d..000000000 --- a/BouncingGameCompleteiOS/Metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - 5ba27185-d3e2-45d5-9fbe-b46fed224fab - false - Beginner - Indie - Getting Started, Games - false - diff --git a/BouncingGameCompleteiOS/README.md b/BouncingGameCompleteiOS/README.md index 90fed4fb0..bef75116d 100644 --- a/BouncingGameCompleteiOS/README.md +++ b/BouncingGameCompleteiOS/README.md @@ -1,13 +1,3 @@ ---- -name: Xamarin.iOS - CocosSharp BouncingGame Project for iOS -description: This is a small, complete game using CocosSharp for iOS. It is the result of working through the the entire Introduction to CocosSharp walkthrough.... -page_type: sample -languages: -- csharp -products: -- xamarin -urlFragment: bouncinggamecompleteios ---- # CocosSharp BouncingGame Project for iOS This is a small, complete game using CocosSharp for iOS. It is the result of working through the the entire Introduction to CocosSharp walkthrough. diff --git a/BouncingGameEmptyiOS/Metadata.xml b/BouncingGameEmptyiOS/Metadata.xml deleted file mode 100644 index 225e0093d..000000000 --- a/BouncingGameEmptyiOS/Metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - b712b3c5-dcb3-4fda-9ee6-e0aec69b78cb - false - Beginner - Indie - Getting Started, Games - false - diff --git a/BouncingGameEmptyiOS/README.md b/BouncingGameEmptyiOS/README.md index 5a3772450..a3dee1bb4 100644 --- a/BouncingGameEmptyiOS/README.md +++ b/BouncingGameEmptyiOS/README.md @@ -1,13 +1,3 @@ ---- -name: Xamarin.iOS - CocosSharp Empty Project for iOS -description: This project serves as a starting-point for CocosSharp iOS projects. It is the result of working through the Part 1 - Creating iOS CocosSharp... -page_type: sample -languages: -- csharp -products: -- xamarin -urlFragment: bouncinggameemptyios ---- # CocosSharp Empty Project for iOS This project serves as a starting-point for CocosSharp iOS projects. It is the result of working through the Part 1 - Creating iOS CocosSharp Project walkthrough. It is titled BouncingGame as that is the name of the project created by the full Introduction to CocosSharp walkthrough. diff --git a/ButtonEventDemo/README.md b/ButtonEventDemo/README.md index d290f975c..9a09669b0 100644 --- a/ButtonEventDemo/README.md +++ b/ButtonEventDemo/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - Button Event Demo -description: This is a simple example demonstrating how to use a C event on a button press to run a callback. It also demonstrates how to do the same thing, but... +description: "Example demonstrating how to use a C event on a button press to run a callback" page_type: sample languages: - csharp @@ -14,4 +14,4 @@ This is a simple example demonstrating how to use a C# event on a button press to run a callback. It also demonstrates how to do the same thing, but using code hooked up via Interface Builder. -**NOTE: This sample will only work with Xcode 5.0 or above. +![App screenshot with a button](Screenshots/ButtonEventDemo.png) diff --git a/ButtonTapper3000/README.md b/ButtonTapper3000/README.md index fa59eea13..ebcbb44c1 100644 --- a/ButtonTapper3000/README.md +++ b/ButtonTapper3000/README.md @@ -1,23 +1,22 @@ --- name: Xamarin.iOS - ButtonTapper3000 -description: Demonstrates the use of the new GameKit APIs introduced in iOS 7 for Achievements and Leaderboards. The app lets the user play a simple tapping... +description: "Demonstrates the use of GameKit APIs for Achievements and Leaderboards (iOS7)" page_type: sample languages: - csharp products: - xamarin +extensions: + tags: + - ios7 urlFragment: buttontapper3000 --- # ButtonTapper3000 + Demonstrates the use of the new GameKit APIs introduced in iOS 7 for Achievements and Leaderboards. The app lets the user play a simple tapping game, choosing from two difficulty levels and 3 time limits. There is a leaderboard for each combination of difficulty level and time limit, as well as one for Average Tap Time. There are achievements for playing on hard mode, playing all difficulty levels, and playing tapping once, a hundred times, and a thousand times in a single game. -**NOTE: This sample will only work with Xcode 5.0 or above. - ![ButtonTapper3000 application screenshot](Screenshots/ButtonTapper01.png "ButtonTapper3000 application screenshot") - -## Authors -Timothy Risi \ No newline at end of file