English 中文(简体)
Android是否认为与网络中的控制相同?
原标题:Is Android view the same as Control in .NET?

如标题所述,我需要简单解释: Android是否认为与网络中的控制相同? 就像我们有纽伦观点、案文领域观点等,它认为它同网络的控制一样。

最佳回答

Kind of. The concept of a View in Android is more inline with the concept of a UIElement in WPF, in that it is a building block of the Android UI and WPF frameworks. A Widget in Android is more of a Control in the WinForms/WPF context.

问题回答

广义而言,是。 它们是各自窗口系统各组成部分的基础类别。

它也提出了同样的想法,而只是协调倡议的不同平台。 他们的目的相同,但肯定不是相同的。 不同的语言、不同的职业介绍所、不同的硬件。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签