Chapter
-
Chapter 08 – RaiseMan (C# 实现 + Cell-based tableview绑定)
这个代码主要展示如何绑定Array Controller到Cell-based Tableview。在发代码前,需要注意几点。 1. Person为自定义的class,但是一定要R…
-
Chapter 06 – SpeakLine (C# + delegate实现)
不得不说C#继承了java的恶习,不能继承多个类,害我折腾了好久,终于实现了自己的delegate代理类。关键是Xamarin居然也没有实现对应的信号接口,所以只有自己暴露了一个信…
-
Chapter 05 – SpeakLine (C#篇)
这个程序是调用MacOS的语音系统发音。 先上Xcode布局,XCode 13需要把Object放到对应的控件,才能拖拽Action & Outlet VS代码 C#写起来…
-
Xenomai source code analysis Chapter 1 – xenomai_init
I have been using xenomai all the time. I usually read some xenomai technical documents mo…