This is a Xamarin Forms app that recreates the grid view look of popular podcasts app such as AntennaPod and Pocket Casts.
This was done to make the PodcastDirectoryPage of Hanselman.Forms to have each podcast rendered as a square and to match the look of above mentioned apps. This is being tracked in Pull Request #112.
- It uses the FlexLayout control to render the squares.
- The
FlexLayout
uses Bindable Layouts concept to bind to a collection of items, creating a list of squares. - Here each square has a side calculated as
Width Of Device
divided by theNumber Of Squares