I was having some issue customizing the look and behavior of the default SeekBar so I tried writing a custom one. Here’s the result, hope it’s useful and interesting: My approach is to create a Layout consisting of two ImageViews: a “slider bar” and a “slider thumb” images. Then, in the onDraw function, I draw […]

Some people are asking where to get the iPhone SDK?  First of all, you need: a machine running Mac OS X Leopard. Xcode IDE (this is Apple’s development tool). the iPhone SDK You do not necessarily need an actual iPhone for development because the iPhone SDK comes with an iPhone simulator which can run iPhone […]