If you frequent this blog you probably know I like creating cool-looking stuff in Xamarin.Forms. Since that’s what I like doing, why would I stop? So here’s another one!
Continue reading “Creating an encyclopedia page in Xamarin.Forms”Xamarin.Forms in Space!
As you may have seen from reading other content on this blog I dabble in the world of cryptocurrency. To help me on my position sizing I figured I’d create a little calculator app. Obviously, if you know me, that has to look sexy. So I decided to go on a journey into space using Xamarin.Forms!
Continue reading “Xamarin.Forms in Space!”Creating a parallax carousel in Xamarin.Forms
A while ago I wrote a small tutorial on creating a simple carousel for your Xamarin.Forms app. That post also showed off a cool parallax effect on a carousel. I’ve always wanted to come back to that effect, let’s get this show on the road!
Continue reading “Creating a parallax carousel in Xamarin.Forms”Creating a simple but good-looking app tutorial
A lot of apps currently in stores have some sort of walkthrough or tutorial screen that walks you through the basic functionality of an app. Let’s see what kind of things go into making one of those shall we?
Continue reading “Creating a simple but good-looking app tutorial”
5 cool things announced at Microsoft Connect 2017
Microsoft Connect 2017 has come and gone and a lot of new awesome stuff was announced across the board. I’m partial to mobile development using Xamarin and the whole Devops process using VSTS, so here’s 5 things from the mobile/devops space that I thought were pretty cool! Continue reading “5 cool things announced at Microsoft Connect 2017”
Creating a good-looking Xamarin Forms UI: Spotify
It seems like people really like this kind of content, so I decided to keep it up for now. This is the third instalment in this series already and this time we’re going to be taking a look at the Spotify UI!
Continue reading “Creating a good-looking Xamarin Forms UI: Spotify”
Using Effects in Xamarin Forms
Developers can use Effects in Xamarin Forms to customize native controls and add some styling of their own. But why not simply use a custom renderer to achieve the same thing? While that is certainly possible there are some benefits to Effects. Continue reading “Using Effects in Xamarin Forms”
Creating a good-looking Xamarin Forms UI: Runkeeper
My previous post about creating a fancy Xamarin Forms UI was a whole lot of fun to do and I got some awesome feedback so it’s time for another. Since running is one of my hobbies I see a whole lot of this app up close. It’s both as simple in design as it is functional which makes it a great case for this; Runkeeper!
Continue reading “Creating a good-looking Xamarin Forms UI: Runkeeper”
Xamarin Forms ListView grouping and styling the jump list
When creating a Xamarin Forms application there’s almost no getting around using a ListView
component at some point. When you have a lot of items to display you might even consider adding ListView
grouping. But how does that work?
Continue reading “Xamarin Forms ListView grouping and styling the jump list”
Creating a good-looking Xamarin Forms UI: Twitter
I love tinkering with UI. There, I said it. Even though I’m a developer first and foremost I cannot help the fact that any mobile app UI I create has to look fancy. However most of my development work takes place in Xamarin Forms. Can those two worlds be combined?
Continue reading “Creating a good-looking Xamarin Forms UI: Twitter”