Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 556 Bytes

UA guest lecture

Find My Beer

Sample app for guest lecture about creating Xamarin apps that connect with a RESTful API given Sam Debruyn.

The app uses BreweryDB to show a list of beer styles and then shows your the beers in each style.

Features

  • MVVM (no library required) - only uses PropertyChanged.Fody
  • RESTful API access with Refit
  • Xamarin.Forms
  • TabbedPage
  • ListViews with pull to refresh and infinite scrolling

Docs