Xamarin.Forms Application that uses Visual Studio (on Mac or Windows) to build iOS and Android apps that work to create a personal application for a Youtube channel by just changing the channel Id on line 75 of the StreamPage.
This repository contains the code used to generate the list of videos in your Youtube channel to your existing Xamarin Forms iOS and Android apps. This page is similar to a Twitter feed page but for Youtube videos.
- Make a Channel on Youtube and obtain the "Channel ID" and have at least one video on the channel
- Make sure you have the latest updates on Visual Studio and XCode
- Change the channel ID on line 75 of the StreamPage et puis VoilĂ , its ready for you to use!
- Just follow the build instructions below to build your iOS and Android apps
- Download or Fork this repo, and then restore the Nuget packages
- For iOS Simulator
- Set the 'Startup Project' to "YoutubeChannelStream.iOS",
- Change the 'Build' Configuration to "Debug",
- Choose any Device Simulator and build.
- Voila you have access to the app
- For Android Emulator
- Set the 'Startup Project' to "YoutubeChannelStream.Android",
- Change the 'Build' Configuration to "Debug",
- Choose any Device Emulator and build.
- Voila you have access to the app
Nothing, this is all free!
Follow instructions in the docs of the website above, and try to watch a video on the stream details page on your iOS and Android device. If the notification goes through, you're in business.
- You can ACTUALLY play the video from the app because I implement a seamless webview that contains the Youtube video embedded
- I used a Feed reader rather than the straight forward isntructions here https://www.thewissen.io/embedding-youtube-feed-xamarin-forms/ so that I wouldnt have to share API keys, but you are more than welcome to do that one. But you'd still need to use a webview to actually play one of those videos
- Email me at i@saamer.me
- Pull Requests are welcome