Skip to content Skip to sidebar Skip to footer

Best Way To Draw Tournament Bracket In Android

I need to draw a tournament bracket in Android. I already calculated the positions for all games (i.e. an (x,y) tuple that defines where to place teams in a spreadsheet-like struct

Solution 1:

I'd suggest custom drawing using Canvas. That way you can draw wherever it makes sense and probably even support zooming without too much work.


Post a Comment for "Best Way To Draw Tournament Bracket In Android"