[Xamarin.Android] 使用Component套件
[Xamarin.Android] 使用Component套件
前言
在Xamarin中,可以将自己开发的项目包装成为Component套件发布至Xamarin Component Store,来提供其他开发人员使用。本篇介绍如何下载并安装Component套件,让开发人员能够使用Xamarin Component Store中的各种Component套件,为自己留个纪录也希望能帮助到有需要的开发人员。
使用
-
在Xamarin.Android项目中的Components文件夹上,点击右键并且选择「Get More Components...」。
-
选择项目使用的Component套件,来开启Component套件的套件说明。
-
点选「Add to App」来将Component套件加入目标项目。
-
在Components文件夹中新安装的Component套件上,点击右键并且选择「Edit Component...」,就可以开启Component套件的套件说明。
-
接着依照套件说明介绍的使用方法,在Xamarin.Android项目加入对应的程序代码。
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:flatui="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="20dp"> <FlatUI.FlatEditText android:id="@+id/edittextFlat2" android:layout_width="match_parent" android:layout_height="wrap_content" flatui:fieldStyle="box" flatui:cornerRadius="3dip" android:layout_margin="10dp" android:text="Clark"/> <FlatUI.FlatButton android:id="@+id/buttonBlock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="10dp" android:text="Click Me" flatui:textAppearance="none" /> <FlatUI.FlatToggleButton android:id="@+id/toggleUncheckedEnabled" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="10dp" flatui:size="20dip" /> </LinearLayout>
-
执行Xamarin.Android项目,就可以看到Component套件在项目中运作的结果。
期許自己~
能以更簡潔的文字與程式碼,傳達出程式設計背後的精神。
真正做到「以形寫神」的境界。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器
· DeepSeek如何颠覆传统软件测试?测试工程师会被淘汰吗?