Android Custom Button
Have you ever wished you hade a better button option? A button with a better layout? Look no further :) Creating a custom button! It is actually really really easy…
Have you ever wished you hade a better button option? A button with a better layout? Look no further :) Creating a custom button! It is actually really really easy…
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…
I get a lot of questions from “newbies” on how to best approach app development. I think the best way is to keep it simple, so this is my approach…
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…
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…
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…
This will be an overview of that I think is the coolest scene graph philosophy ever. It will reduce the code and make your graphical framework more dynamic and easier…
I have started a new updated serie of tutorials on OpenGL ES 2.0 for android. Check them out at: OpenGL ES 2.0 Last tutorial we worked a bit more on…
I have been developing frameworks for different applications mostly games for over 10 years. Over this time I have made some really bad decisions and wrong turns, fortunately I have…
I have started a new updated serie of tutorials on OpenGL ES 2.0 for android. Check them out at: OpenGL ES 2.0 I have a feeling that some of you…
I have started a new updated serie of tutorials on OpenGL ES 2.0 for android. Check them out at: OpenGL ES 2.0 Last tutorial was about transformations. This tutorial will…
I have started a new updated serie of tutorials on OpenGL ES 2.0 for android. Check them out at: OpenGL ES 2.0 Last tutorial was about building your polygons. This…
I have started a new updated serie of tutorials on OpenGL ES 2.0 for android. Check them out at: OpenGL ES 2.0 Previous tutorial was all about setting up the…
I have started a new updated serie of tutorials on OpenGL ES 2.0 for android. Check them out at: OpenGL ES 2.0 I'm going to write a couple of tutorials…