I am reading in a Gerber file and drawing it on the screen.
So far it all works well until I need is a simple rectangle with rounded (semi-circle) ends.
I have tried the ABExtDrawing library which would do it but it would mean converting my whole program all for the sake of one small item.
Would it be possible to use this:
Canvas | Android Developers
with the reflection library, and if so, how would I do it?
Any guidance will be greatly appreciated!!!
So far it all works well until I need is a simple rectangle with rounded (semi-circle) ends.
I have tried the ABExtDrawing library which would do it but it would mean converting my whole program all for the sake of one small item.
Would it be possible to use this:
Canvas | Android Developers
with the reflection library, and if so, how would I do it?
Any guidance will be greatly appreciated!!!