Skip to content

wiyonoaten/CrossPlatformMvvmLabApp

Repository files navigation

CrossPlatformMvvmLabApp

The ultimate showroom for demonstrating cross-platform native app development using MVVM technique and Xamarin technologies.

Frameworks used are:

  • MVVM Light
  • MvvmCross (for data binding only)
  • Xamarin.Forms

This project showcases following different types of apps:

  1. Native apps (multiple UI code)
    • Shared C# business logic + Shared C# view models + Android-specific C# ui code (Android native app)
    • Shared C# business logic + Shared C# view models + iOS-specific C# ui code (iOS native app)
    • Shared C# business logic + Shared C# view models + WinPhone-specific C# ui code (WinPhone native app)
  2. Native apps (single UI code)
    • Shared C# business logic + Shared C# view models + Shared Xamarin.Forms-based C# ui code (Android native app + iOS native app + WinPhone native app)

License

Copyright 2014-2015 Wiyono Aten

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

The ultimate showroom for demonstrating cross-platform native app development using MVVM technique and Xamarin technologies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages