edgecrush3r
Name: edgecrush3r
Score: 65.04
Last Seen: 679 days, 20 hours, 37 minutes ago
Member Since: 17 February, 2010
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
1
touches

MonoTouch Article - Adding iAds to MonoTouch

published 676 days, 22 hours, 8 minutes ago posted by edgecrush3redgecrush3r 679 days, 20 hours, 41 minutes ago
Sunday, July 11, 2010 10:44:50 PM GMT Friday, July 09, 2010 12:11:52 AM GMT
This entry gives a sample of how to use the iAds framework made available with iOS 4. (more)
category: Samples | clicked: 502 | comment | | source: blog.codeware-consultancy.com
tags: Example, iAd, iAds, MonoTouch, Sample
1
touches

MonoTouch Article - Embedding video on the iPhone using HTML5

published 774 days, 23 hours, 44 minutes ago posted by edgecrush3redgecrush3r 775 days, 4 hours, 2 minutes ago
Sunday, April 04, 2010 9:09:25 PM GMT Sunday, April 04, 2010 4:51:26 PM GMT
Embedding video on the iPhone using HTML5 This is a quick code snippet that shows you how you can easily embed a video into your app. It also provides a link to a cross-browser implementation should you need one. (more)
category: Articles | clicked: 129 | comment | | source: blog.codeware-consultancy.com
tags: Article, Html5, MonoTouch, Video
1
touches

MonoTouch Sample - Updating the splash screen by capturing the current app screen on exit

published 805 days, 14 hours, 18 minutes ago posted by edgecrush3redgecrush3r 805 days, 22 hours, 42 minutes ago
Friday, March 05, 2010 6:35:15 AM GMT Thursday, March 04, 2010 10:10:59 PM GMT
Hi everyone, This little sample saves the current screen of the application on exit, and use it as splashscreen when the application is started back up again. Apple endorses to create a snapshot of the application and use it as splashscreen (so the UI gives feedback while initializing the application), but to give a nicer touch to the process i decided to code this programmatically. Enjoy! (more)
category: Samples | clicked: 473 | comment | | source: blog.codeware-consultancy.com
tags: MonoTouch, Sample, Splash Screen
1
touches

MonoTouch Sample - Custom UIAlertView with Progressbar or ActivityIndicator

published 821 days, 13 hours, 33 minutes ago posted by edgecrush3redgecrush3r 821 days, 19 hours, 58 minutes ago
Wednesday, February 17, 2010 7:20:06 AM GMT Wednesday, February 17, 2010 12:54:50 AM GMT
Today i was playing around creating a some custom loading indicators using the UIAlertView control. After being quite unsatisfied with the content found on the web, i decided to rollup my own custom control in order to simplify the implementation. This implementation makes use of the this.InvokeOnMainThread function, so the UIView is redrawn properly. (more)
category: Samples | clicked: 1509 | comment | | source: blog.codeware-consultancy.com
tags: Activity Indicator, iPhone, MonoTouch, Progress Bar, Sample, UIAlertView