Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.58 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.58 KB

FlexiGallery

About

This is a Xamarin Forms app that recreates the grid view look of popular podcasts app such as AntennaPod and Pocket Casts.

Purpose

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.

How It Works

  • 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 the Number Of Squares

AIM

AntennaPod_portrait

AntennaPod_landscape

RESULT

FlexiGallery_Screenshot_GIF

FlexiGallery_Screenshot_Android

FlexiGallery_Screenshot_iOS