Is there any way to generate images of guitar chords in Android SDK or do I need to create image in Photoshop etc. for every chord?
Asked
Active
Viewed 492 times
-1
-
Please clarify the question - do you want to create images of vibrating strings of different thicknesses, or do you mean musical notations? – Sudipta Chatterjee Jan 13 '13 at 11:47
1 Answers
2
Check out the Canvas
class. It allows you to draw images programatically.
This way you could replicate the fretboard with an x-number of frets and strings and of course the positions of the chords related to the fretboard.
I'd imagine you make a draw function for the fretboard and a draw function for different types of chords.
Have fun!

StingRay5
- 2,388
- 2
- 20
- 29