Skip to content

A Xamarin Forms app that recreates the grid view look of popular podcasts apps.

Notifications You must be signed in to change notification settings

manutdkid77/FlexiGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages