Android RecyclerView – Simple List
RecyclerView The replacement for ListView, GridView and a couple of other components. To gain good performance you need to implement the ViewHolder pattern unfortunately there is a lot of ways to mess...
View ArticleVisual Studio: How to create a solution template with multiple projects
After a while of creating the same solution structure code over and over again for the some kinds of projects I decided to make a template. Making a single project template was easy: you just follow...
View ArticleConfigure a Windows Azure cloud service to use your self signed certificates...
This blog post will explain how to use self signed certificates with a Windows Azure cloud service and how to configure the Azure IIS server by code in the web role. I’m assuming that you have created...
View ArticleAndroid – ORMLite
Android and databases are powerful and really good to have but it is also not so fun working with. I’m going to show if not a funny way at least an easier way of working with SQLLite. I’m using ORMLite...
View Article