Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AhmetCavus/Xamarin.FragmentPage
An extension for Xamarin.forms, where different pages can be placed in one content. This approach works with iOS, Android and Windows UWP.
https://github.com/AhmetCavus/Xamarin.FragmentPage
android cross-platform ios netstandard20 uwp-apps xamarin xamarin-android xamarin-forms xamarin-ios xamarin-uwp
Last synced: 29 days ago
JSON representation
An extension for Xamarin.forms, where different pages can be placed in one content. This approach works with iOS, Android and Windows UWP.
- Host: GitHub
- URL: https://github.com/AhmetCavus/Xamarin.FragmentPage
- Owner: AhmetCavus
- License: mit
- Created: 2018-04-07T11:10:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T15:38:46.000Z (over 6 years ago)
- Last Synced: 2024-10-02T19:36:11.886Z (2 months ago)
- Topics: android, cross-platform, ios, netstandard20, uwp-apps, xamarin, xamarin-android, xamarin-forms, xamarin-ios, xamarin-uwp
- Language: C#
- Size: 505 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.FragmentPage ★8
README
# Xamarin.FragmentPage
This extension for Xamarin.forms allows the placement of any number of pages in a layout.
The pages are wrapped in views and can have a predefined size in the layout. This approach works with iOS, Android and Windows UWP.## Getting Started
### Usage
As you can see in the following example, you can set different pages in a layout in a predefined size. In the example 3 pages were placed in the layout.
For more details, the test project can be viewed.```xml
```
### Info
Be free and make suggestions or improvements.
### License
Copyright (c) 2018 Ahmet Cavus
Licensed under the MIT license.