Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsdna/devsdnastarterpack
A starter package to get all you need when you start a new project for Xamarin Forms
https://github.com/devsdna/devsdnastarterpack
Last synced: 4 days ago
JSON representation
A starter package to get all you need when you start a new project for Xamarin Forms
- Host: GitHub
- URL: https://github.com/devsdna/devsdnastarterpack
- Owner: DevsDNA
- Created: 2017-10-03T08:18:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T11:53:20.000Z (over 7 years ago)
- Last Synced: 2024-11-19T19:00:44.585Z (2 months ago)
- Language: Pascal
- Size: 46.9 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevsDNAStarterPack
A starter package to get all you need when you start a new project for Xamarin Forms
You can include starter files to build your project, you can use this nugets packages:[**Previous**]
[**Core**](https://www.nuget.org/packages/DevsDNAStarterPack.Core/)
[**Android Platform**](https://www.nuget.org/packages/DevsDNAStarterPack.Droid/)
[**iOS Platform**](https://www.nuget.org/packages/DevsDNAStarterPack.Touch/)
# Project Structure
## Structure
In DevsDNA propose this way to structure your Xamarin Forms projects.
## Base
There are inside Base files for ViewModels and Views
## CommonInclude KeyValue files for all Settings
## CommonServicesIn this folder include all Services. There are several services that include with nuget package
- ConnectionService. Interface for check internet connection
- CustomDependencyService. Envelop DependencyService
- DialogService. Dialog service for include your messages inside ViewModel
- LocalizationService. Service for all translation service.
- NavigationService. Allow abstract all navigation service.
- SettingsService. Settings keys value
## FeaturesFor this folder include all views and viewsmodels. The best way to all it's in order it's create a every folder for view and viewmodel.
## StringsInclude files for localization.
## XamlExtensionsInside this folder you can include all XamlExtensions. Inside there TranslateExtensions for localization.