I'm creating android app, I'm going to build dialer, and spin the dialer. If the arrow intersect with the specific layer, it will pop out the result. I'm using sliced dialer into many layers, each layer represent different data and I have one arrow, pointing to the layer. This arrow is going to intersect with either one layer. I want to make the arrow calculate the percentage of overlapping among the layers so that the arrow can determine which it's pointing to. This is just my whole picture of doing it. Any suggestions or improvements ? BTW, how to calculate images overlapping percentage ?
