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
Top comments (1)
Nice..