James Montemagno
James Montemagno

Live, Love, Bike, and Code.

Tags


James Montemagno
Author

Simple re-usable Swipe To Delete Xamarin.iOS + MvvmCross

I was recently implementing some swipe to delete and edit mode in my Xamarin.iOS/MvvmCross applications. It is very common that you will have a custom TableViewDataSource that will implement and override some methods to handle this for you. It is very well documented on the Xamarin website [http://docs.xamarin.com/guides/ios/user_interface/tables/part_4_-_editing]. However I have always found myself writing the same code over and over again for custom data source. With MvvmCross we should all be…

James Montemagno James Montemagno

Super Roboto Fonts! Custom LayoutInflater.IFactory in Xamarin.Android

So last week I wrote [http://motzcod.es/post/61775933477/beautiful-android-compat-roboto-fonts-in] about and showed off some custom Robot Fonts using my RobotoTextView which you can find on GitHub [https://github.com/jamesmontemagno/XamDroid.RobotoText]. However the great Stuart Lodge [https://twitter.com/slodge] challenged me to make ti a bit more generic so it could be applied to any control that derives from TextView. This seemed like a cool idea and didn’t have the foggiest idea of how to d…

James Montemagno James Montemagno

Beautiful Android Compat Roboto Fonts in Xamarin.Android

In android 4.1 and 4.2 Google did something amazing, which was add the roboto [http://developer.android.com/design/style/typography.html] fonts as a default font family that you can switch between. It is as easy as setting “sans-serif”, “sans-serif-light”, “sans-serif-condensed”, and “sans-serif-thin” as the android:FontFamily. However the obvious issue here is that this is only available in 4.1+ (with thin only being available in 4.2). So if you want to target older platforms you have to do s…

James Montemagno James Montemagno

Effective Navigation in Xamarin.Android: Part 1 - Navigation Drawer

When designing your app you have probably wondered about what type of navigation is the best to use. Dashboards, navigation lists, spinner drop downs, tabs, and fly out menus are all still prevalent and valid choices, however, Google has recently made a huge push to use their new standard Navigation Drawer control. So what is a Navigation Drawer? Similar to a flyout menu made famous by Facebook, the Navigation Drawer is designed to be swiped out from the left side of you application. The main…

James Montemagno James Montemagno

MvxUIRefreshControl for #MvvmCross

Implementing MvxTableViews and MvxCollectionViews are extremely simple. From binding to accessory or cell clicks, to implementing advanced logic for custom cells they just plain work in MvvmCross [http://mvvmcross.wordpress.com/]. However, today I ran into one issue that needed to be solved, an Mvx binding for UIRefreshControl. <br./></br.> In iOS6+ land adding pull to refresh is EXTREMELY simple. You can read all about it, but basically you need to just implement 1 method and you c…

James Montemagno James Montemagno

NuGets Everywhere! VS or XS!

Alright so a quick follow up to that huge blog I just wrote about PCLs. So PCLs are great for your core, but are also great because you can share PCLs with people and they will work everywhere. On Visual Studio there is a great Nuget Package Manager [http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c] already that you can grab and install. If you are using Xamarin Studio you have a pretty great option as well with THIS Addin [https://github.com/mrward/monodevelop…

James Montemagno James Montemagno

Xamarin + PCL + MAC Xamarin Studio + Visual Studio #LetsDoThis

This blog is now obsolete as official PCL support has been added to Xamarin.Android and Xamarin.iOS for both Visual Studio and Xamarin Studio. There is no longer a need to do any file copying or anything fancy, simply hit File->New Project -> PCL. I have a webinar: you can find here [http://blog.xamarin.com/webinar-recording-native-app-development/] So last night at the Xamarin [http://xamarin.com/] drinkup in Bellevue there was a lot of discussion about PCL and also bout MVVM frameworks…

James Montemagno James Montemagno

Some more code!

So before motzcod.es existed I did a lot of blog posting about code and such over on motzwrit.es. As tumblr doesn’t allow a good way to transition posts I just wanted to create a nice archive here: Windows Phone: Amazing - 1 Feature = Windows Phone Toolkit [http://www.motzwrit.es/post/37436490939/amazing-1-feature-wp-toolkit] Windows Store: Re-Use your WP Isolated Storage Settings in Windows Store Apps [http://www.motzwrit.es/post/30814582479/re-use-your-wp7-isolated-storage-settings-in-win8-m…

James Montemagno James Montemagno