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.
- MVVM (no library required) - only uses PropertyChanged.Fody
- RESTful API access with Refit
- Xamarin.Forms
- TabbedPage
- ListViews with pull to refresh and infinite scrolling
- Slides inside the repo
- Postman collection