Posted on June 11, 2011 by: Cone Code Team
This tutorial will be just about as simple as the Splash Screen tutorial a little while back. We are going to load an image that we add to our project, resize it, and color the background. This will be done with absolutely no code.
(Note: In future tutorials, we will be adding more functionality to our apps.)
Let’s begin.
Read More…
Posted on June 7, 2011 by: Cone Code Team
I recently created a custom dialog box for two separate projects, and I figured that since I was going to use the same code on both, I wanted it to be the best code I could do. To determine what the best method was for creating a dialog box, I decided to create a few versions of it and to see which one would work for these two projects and any future projects I may have. In this post, I’ll go over some of the code and decisions I made while creating the design I eventually chose to use. Read More…