DEV Community

Emil
Emil

Posted on

3 2

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..

Sentry mobile image

Improving mobile performance, from slow screens to app start time

Based on our experience working with thousands of mobile developer teams, we developed a mobile monitoring maturity curve.

Read more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay