Android – 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…
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…
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…
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…
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…
I'm now assuming that you read my previous post about how to create self signed certificates for development and it might’ve left you thinking “Yay great! ….But how do I…
If you’ve ever had the need of creating self signed certificates you may start out feeling like it’s not a straightforward stroll in the park, so here is a blog…
Recently some colleagues needed to know how to create packages with NuGet. To speed up the learning, I wrote a lab on the subject and went through with them. They…
It has been a while since I was able to write any tutorials and continue on my last serie about OpenGL ES 1.x feels a bit out-dated so I start…
Last time we saw the LineChart view (in part 3) it looked like this: What I want you to notice now is not the appearance of the line chart view…
In part 2 of this series we started doing a line chart view. This post assumes you’ve read part 2 so if you haven’t I’d recommend reading that first. Now,…
New views Sometimes, extending a standard Android View is not enough. For many purposes, you will need to actually draw the view yourself to accomplish a task. In this tutorial,…
Some introduction This will be a series of posts on the subject of making custom views in android. I’ll cover, among other things, how to draw the content, how layouting…
Recently I got to use the Google Maps Javascript API for the first time, which was a quite pleasant experience. The API is thoroughly documented and most of the parts…
I used MongoDB for a project in 2010 and I had great experience with it. Unfortunately I didn't get the chance to work with this agile and scalable document-oriented database…
You want to try out the Android NDK? I have gotten a lot of questions about how to setup and work with the NDK and I decided to write down…