Domanda

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?

È stato utile?

Soluzione

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!

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top