
For the above circle can I create individual buttons on the same circle for each and every zodiac sign

For the above circle can I create individual buttons on the same circle for each and every zodiac sign
That image is probably way too complex to replicate with multiple views. The best thing you could do would probably be to just extend a View or ImageView, and then override the onTouch method.
In onTouch you can get the exact XY coordinates of the touch, and compare it with the known boundaries of all the individual clickable areas. Based on what area you click you can take a different action.