And if you are using UITableViews, play around with them a little to see how they work (getcell etc), then look at and use MonoTouch.Dialog - it abstracts all of that away and makes it easy :)
On Fri, Nov 25, 2011 at 12:58, Jason Awbrey <[email protected]> wrote: > http://stackoverflow.com/questions/1779511/play-youtube-videos-with-mpmovieplayercontroller-instead-of-uiwebview > http://stackoverflow.com/questions/5117617/embedding-youtube-videos-on-ios > > > On Fri, Nov 25, 2011 at 1:50 AM, pierceboggan <[email protected]> > wrote: >> >> Hey guys, >> >> So I want to populate a UITableView with videos from a particular user. >> I'm >> completely lost and have absolutely no idea where to start. I see two >> distinct issues, downloading possible options and actually playing the >> videos. >> >> When downloading the possible options, I have no idea what to do. Is there >> some kind of YouTube API that I could get into to download this >> information? >> >> After I have downloaded the options, would I be able to open the embedded >> code of the YouTube video in order to play it in a UIWebView? I saw where >> some applications were rejected for using this technique because it >> required >> Flash. Or would I use the video player included (MPMoviePlayerController)? >> Or could I use this YouTube API that I don't even know exists? >> >> In addition to this, I wanted to implement what was described in this >> post: >> >> http://www.martinbowling.com/post/Custom-UITabBar-Buttons-or-How-To-Recreate-the-DailyBooth-or-Instagram-or-Path-UITabBar-in-MonoTouch.aspx >> HERE . However, I am having trouble with understanding how I would get my >> view to show up when the button is pressed, rather than popping a >> UIAlertView. >> >> Sorry for the bombardment of text! I'm new to MT and hoping to release my >> first application soon and learning fast! >> >> PS - If you live in Alabama, please let me know! I am in dire need of a >> mentor or someone I can keep in touch with! >> >> Thanks, >> Pierce >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Video-Player-Youtube-TableView-tp4106649p4106649.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
