lucasbrigida / kitchensink

Xamarin.Forms Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KitchenSink - Xamarin.Forms Examples

I created the kitchen sink to learn and understand some of the basics of Xamarin.Forms and Prism. This example shows some of the layouts, views & controls that can be made using Xamarin.Forms and Prism. The idea is to act like a reference guide to help when building using Xamarin.Forms to build native apps. I'll continue to add to this example, I've provided a list of future features if you want to see what's planned.

All contributions are welcomed!

What's included

In the repo you will find examples of the following

  1. App Icons & Launch Screens
  2. Layout Examples 2a. Stacked Layouts 2b. Relative Layouts 2c. Absolute Layouts 2d. Grid Layouts
  3. Components Example 3a. Sliders + Binding Examples 3b. Alerts 3c. Forms 3d. Modal
  4. Navigating with Prism
  5. Using ResourceDictionary for Styling

File Structure

Kitchen Sink uses the structure recommanded by Prism (Can be changed).

KitchenSink/
├── KitchenSink/
│   ├── ViewsModels
│       ├── MainPageViewModel
│    ├── Views
│       ├── MainPageView
├── KitchenSink.Android/
└── KitchenSink.iOS/

Examples

IOS Example Android Example

Future Releases

  • Accessing the devices camera app functionality
  • Map
  • Signature Pad
  • Better Navigation
  • More Components

If you want to see something adding tweet me @dannytomalin

Useful guide

Here's some guides I found useful when learning the basic of Xamarin.Forms and Prism

About

Xamarin.Forms Examples


Languages

Language:C# 98.9%Language:PowerShell 0.6%Language:Shell 0.5%