当前位置:网站首页>Steven Giesel recently published a 5-part series documenting his first experience building an application with the Uno Platform.
Steven Giesel recently published a 5-part series documenting his first experience building an application with the Uno Platform.
2022-07-30 23:48:00 【51CTO】
Author: Steven Giesel
Translator: Alan Wang
Proofreader: Li Weihan – Microsoft MVP
Typesetting: Rani Sun
What better way to learn a new technology than with a hands-on tutorial with step-by-step instructions and code samples?When you finish or fork this tutorial, you will have an application like this:
Steven Giesel recently released a 5-part series documenting his first experience building applications with the Uno Platform.Follow his steps as he walks you through setting up the Uno Platform environment, giving his thoughts on the platform, and ending with a hands-on demo to build a Kanban-style Todo app that runs in the browser, desktop or mobile!
Part 1
As a new user, Steven learned Basics of the Uno Platform, including how the platform differs from .NET MAUI.With a basic understanding of the Uno Platform, the first part further provides the basics needed to set up a development environment before developing small cross-platform applications,
Part II
The second part focuses primarily on implementing the first functionality of the application to be able to add your first To-do items.This section starts by showing the Uno Platform platform itself, and how easy it is to get started with code and requirements.
- Requirements: Basic Information on Todo Matters
- Domain objects
- Swimlane diagram
- Add Todo Matters
Part 3
With the basic structure available, Part 3 drills down to implement the changes needed to allow user interaction.Additionally, by implementing a modal dialog for all platforms, users will be allowed to enter basic information about the Todo items they want to track.
Part 4
The third part completes a form that also verifies that the model is in effect.Steven picks up where he left off in the previous section and starts to create a ViewModel that lays the groundwork for the next sections.
Part 5
Part 5 describes how to drag and drop, how to save, and how to load the final implementation of the state.Aesthetically, this application is simple.But most importantly, we have a fully functional to-do app that can be used on all platforms using the same source code.Finally, Steven concludes the series with a sincere review of his experience with the Uno Platform.
GitHub repository for this Todo-App: here
If you have any questions, feature requests, or issues about the Uno Platform, you can post them at Discord – Channel #uno-platform and GitHub discussionsContact our engineering team.
边栏推荐
猜你喜欢
随机推荐
uniapp develops WeChat applet - soft exam brushing applet
软件开发设计流程
HF2022-EzPHP复现
从编译的角度来学作用域!
HCIP Day 15 Notes
第一节 zadig 入门
mysql中关于存储过程无法实现迁移复制表中数据问题
2021GDCPC Guangdong University Student Programming Competition B.Byfibonacci
【LeetCode】64. 最小路径和 - Go 语言题解
Shell programming conditional statement test command Integer value, string comparison Logical test File test
状态机动态规划之股票问题总结
In MySQL, the stored procedure cannot realize the problem of migrating and copying the data in the table
#Dasctf July Enabler WP
uniapp开发微信小程序-软考刷题小程序
Computer shortcut icon whitening solution
Lambda表达式
flutter 做底部的三个按键,有叠加,有填充
会员生日提前了一天
ZZULIOJ:1119: 数列有序
HCIP第十六天笔记