James Montemagno
James Montemagno

Live, Love, Bike, and Code.

Tags


James Montemagno

Android

One Month of Live Coding!

Just a little over a month ago I decided to start a brand new live video series called Motz Codes Live [http://motzcod.es/post/127109523932/motz-codes-live]. The idea was to cover a random mobile topic that I was investigating or interested in or perhaps a cover from YOU that you wanted to see, and I have to say that so far things have gone AMAZING with a bunch of awesome developers showing up each week and thousands of video views already. Since the launch I have also started a Motz Codes Live…

James Montemagno James Montemagno

Pull To Refresh Any(ish) Xamarin.Forms View!

If you have read motz.codes then you know I love [http://motzcod.es/post/59125989518/mvxuirefreshcontrol-for-mvvmcross], love [http://motzcod.es/post/82102717747/xamarinandroid-swiperefreshlayout-for-mvvmcross] , love [http://motzcod.es/post/103224921992/pullswipe-to-refresh-for-xamarinforms-android] , love [http://motzcod.es/post/87917979362/pull-to-refresh-for-xamarinforms-ios] , love [http://motzcod.es/post/113280718807/official-pull-to-refresh-in-xamarinforms-140] pull to refresh! In face t…

James Montemagno James Montemagno

Motz Codes Live!

When I am not traveling around presenting at conferences, dev days, user groups, and code camps you will probably find me doing one of three things: Riding my bike, drinking coffee, and most likely coding. The elusive Motz can be found coding usually from home or in a coffee shop drinking said coffe, but I have finally decided to unleash my coding to the world in a new web series I am calling “Motz Codes Live [https://www.youtube.com/playlist?list=PLwOF5UVsZWUi1RARu_18It6gX7NKWwx85]”. Each w…

James Montemagno James Montemagno

5 Tips to Properly Style Xamarin.Forms Apps

Xamarin.Forms’ default templates for applications are great! They give you everything you need to get up and running including all three of your app projects and your shared code project. Nothing is faster than this to get a cross-platform application spun up. One thing they don’t do by default is setup nice themes for your applications, in fact they simply use the default device themes, but we can do better. I wanted to take a quick second to share a few tips on making your Xamarin.Forms app b…

James Montemagno James Montemagno

New & Improved Xamarin.Android Templates for Visual Studio

It has been a bit over a year since I first introduced my Xamarin.Android Templates pack for Visual Studio [https://visualstudiogallery.msdn.microsoft.com/bee6442f-8f5a-4bba-8849-e380b61e76b0] and things sure have changed in the world of Android since then. Early on the templates pack only introduced a few item templates for menu items and a simple implementation of the Navigation Drawer, my favorite way to navigate in Android. [https://www.youtube.com/watch?v=Hw8tB45kse4]Then this March Google…

James Montemagno James Montemagno

Generating Android Color Palettes Super Fast with Rev 22.1

Google went on a spree a few weeks back updating all of their support libraries to rev 22.1. If you haven’t read about all the changes be sure to read through the official Android Developer’s blog for a full breakdown [http://android-developers.blogspot.com/2015/04/android-support-library-221.html] . The most drastic change to the support libraries was to v7 AppCompat with the new AppCompatActivity, but there were several other enhancement to the libraries including one of my favorite Palette. I…

James Montemagno James Montemagno

Material Design Theming for Xamarin.Forms Android Apps

Update: As of Xamarin.Forms 1.5.1 Material Design AppCompat is included! See the official blog to convert your app: https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/ I am an extremely big fan of Material Design for Android applications. Case and point is this tweet that I sent out last night: > I wish the entire world was themed with Material Design. — James Montemagno (@JamesMontemagno) April 4, 2015 [https://twitter.com/JamesMontemagno/status/5841695007082168…

James Montemagno James Montemagno

Android Parallax Made Easy

You may have seen some of my tweets recently about the upcoming release of Coffee Filter 2.0 with some awesome new features. Before I release any Android app I always send it off to my good friend Jérémie Laval [http://twitter.com/jeremie_laval]to do a full UI review. We both love Android and Material Design and he always gives me the best pointers on how to improve my apps. On my details page I setup a complex view with an image on the background that sits behind a ScrollView for the content. I…

James Montemagno James Montemagno