Skip to content

rodyla/acr-xamarin-forms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACR Xamarin Forms

##User Dialogs Allows for messagebox style dialogs

  • Action Sheet (multiple choice menu)
  • Alert
  • Prompt
  • Confirm
  • Loading
  • Progress
  • Toast

examples

  • Android - Progress/Loading uses AndHUD
  • iOS - Progress/Loading uses BTProgressHUD
  • WinPhone - All dialogs by Coding4Fun Toolkit

##Camera & Gallery Camera and Photo Gallery access powered by Xamarin.Mobile

Example

##Bar Code Scanner Allows for quick barcode scanning from a viewmodel command

Example

##Location Services Geo-Locator services powered by Xamarin.Mobile

ViewModel Example View-XAML Example

##Network Detecting network state changes so that you can inform the user when they were working in an offline state.

  • INetworkService subscribes to INotifyPropertyChanged and monitors the device network status
  • INetworkService.NetworkStatusChanged event for background processes to monitor

ViewModel Example View-XAML Example

##Settings A simple settings library that works differently than the traditional setting plugins out there. Instead, my approach was to work with an observable dictionary.

Example

##Device Info Allows you to get the information of the device for auditing purposes

  • Device Manufacturer
  • Operating System and Version
  • Front and rear facing cameras
  • Screen Resolution

ViewModel Example View-XAML Example

About

Camera/Gallery, Barcode Scanning, User Dialogs, Geo-Location, Network Utils, Device Info, Settings, E-Mail, Phone, SMS all for Xamarin.Forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published