1 Star 6 Fork 0

pote/xamarin-forms-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
namedescriptionpage_typelanguagesproductsurlFragment
Xamarin.Forms - Employee DirectoryThis contacts application is Xamarin.Forms port of the existing pre-build app. With Xamarin.Forms you can use C or XAML to create layout and this...sample
csharp
xamarin
employeedirectory

Employee Directory

With Xamarin.Forms you can use C# or XAML to create layout and this sample app shows how to use both of them. To switch between user interface implementations open ~/EmployeeDirectory/EmployeeDirectoryUI/App.cs file and change uiImplementation variable.

Switch to XAML:

public static class App
{
    //Change the following line to switch between XAML and C# versions
    private static UIImplementation uiImplementation = UIImplementation.Xaml;
    ...
}

Switch to C#:

public static class App
{
    //Change the following line to switch between XAML and C# versions
    private static UIImplementation uiImplementation = UIImplementation.CSharp;
    ...
}

Nugets used in this solution: [PCLStorage][pclHref], [Xamarin.Forms][xFormsHref], [Microsoft.Bcl][mBclHref], [Microsoft.Bcl.Build][mBclBuildHref], [Microsoft.Net.Http][mNetHttpHref]

Components used in this solution:

[Xamarin.Social][xSocialHref] [pclHref]: http://www.nuget.org/packages/PCLStorage/0.9.3 [xFormsHref]: http://xamarin.com/forms [mBclHref]: https://www.nuget.org/packages/Microsoft.Bcl/1.1.8 [mBclBuildHref]: http://www.nuget.org/packages/Microsoft.Bcl.Build/1.0.14 [mNetHttpHref]: https://www.nuget.org/packages/Microsoft.Net.Http/2.2.22 [xSocialHref]: http://components.xamarin.com/view/xamarin.social

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pote/xamarin-forms-samples.git
git@gitee.com:pote/xamarin-forms-samples.git
pote
xamarin-forms-samples
xamarin-forms-samples
main

搜索帮助