DEV Community

Emil
Emil

Posted on

Tournament Brackets for Android

When I was building an eSports application, I came across a problem - To display eSports matches in a Tournament bracket style.

My first intuition was to search for a related library which would help me achieve the UI easily, but there was no open source libraries available at that time. I even tried for any paid library, but in vain.

So finally I had to build the UI myself using recyclerview and viewPager. I had opensourced it so that it would be useful anyone. You can find the project here

https://github.com/emil-ep/TournamentBrackets

Image description

Top comments (1)

Collapse
 
avijitacharjee profile image
avi

Nice..