使用XML制作Android和iOS App需要什么样的框架或工具(逻辑和布局)

发布于 2025-01-17 12:24:14 字数 771 浏览 0 评论 0原文

我有一个来自我的开发人员的项目,他们为我和iOS应用程序制作应用程序。当我检查源代码时,他们使用Java代码,并调用文件XML加载数据,并且所有逻辑都在XML中。这是代码结构:

projectName
- 和 键盘
- Android
- ios
- PLIST
-----常见
----数据
---- HTML
----弹出案
----资源
----屏幕
---- tr
----基础
screen.xml
----- Finger.xml
-----登录。xml
---- into.xml

此代码是在2015年 - 2016年创建的,

我的问题是,制作此代码的框架或工具是什么?因为开发人员没有告诉我。请帮助

我认为他们使用混合框架来生成该项目。与颤音,反应本机,标志性等相同,但它们使用XML,因此我猜它不是颤动,反应本机和标志性的。

I have a project from my developer, they make apps for me Android and iOS apps. When I check the source code they used Java code and they call file XML to load the data and all the logic is in the XML. This is the code structure:

ProjectName
--andkeystore
--Android
--IOS
--plist
----common
----data
----html
----popover
----resource
----screen
----tr
----base
screen.xml
----finger.xml
----login.xml
----intro.xml

This code was created in 2015 - 2016

My question is, what is the framework or tool to make this code? Cuz the developer didn't tell me. Please help

I think they used a hybrid framework to generate this project. Same as Flutter, React Native, Iconic, etc but they use XML so it's not Flutter, React native, and Iconic I guess.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

她说她爱他 2025-01-24 12:24:14

回想起遥远的回忆... Xamarin? https://dotnet.microsoft.com/en-en-us/en-us/apps/apps/xamarin

https://en.wikipedia.org/wiki/wiki/xamarin

xamarin.forms
在Xamarin 3中引入
2014年5月28日,允许一个人使用便携式控件子集
被映射到Android,iOS和Windows Phone的本机控制。[36]
Windows Phone被弃用并删除以支持UWP。

也可以针对其他不同平台(例如Tizen)
(三星),GTK(Linux),WPF和MacOS,即使它们一直保持
在预览中。

此系统使用XAML。 Microsoft已将此框架修改为工作
使用通用Windows平台。[37]

Microsoft启用了使用Glazor的本地移动开发。移动大麻
绑定使开发人员可以使用C#构建本机Android和iOS,
.NET和Web编程模式。[38] UNO平台也支持
基于.NET的本地移动开发。[39]

https:/ com/en-us/visualstudio/xaml-tools/xaml-overview?view = vs-2022

可扩展的应用标记语言(XAML)是一种基于XML的声明语言。 XAML在以下应用程序类型中广泛使用以构建用户界面

Recalls distant memories ... Xamarin? https://dotnet.microsoft.com/en-us/apps/xamarin

https://en.wikipedia.org/wiki/Xamarin

Xamarin.Forms
Introduced in Xamarin 3
on May 28, 2014, and allows one to use portable controls subsets that
are mapped to native controls of Android, iOS and Windows Phone.[36]
Windows Phone was deprecated and removed in favour of UWP.

It is also possible to target other different platforms such as Tizen
(by Samsung), GTK (Linux), WPF and macOS even though they have stayed
in Preview.

This system uses XAML. Microsoft has modified this framework to work
with the Universal Windows Platform.[37]

Microsoft enables native mobile development with Blazor. Mobile Blazor
Bindings allow developers to build native Android and iOS using C#,
.NET, and web programming patterns.[38] Uno Platform also supports
.NET-based native mobile development.[39]

https://learn.microsoft.com/en-us/visualstudio/xaml-tools/xaml-overview?view=vs-2022

Extensible Application Markup Language (XAML) is a declarative language that's based on XML. XAML is used extensively in the following types of applications to build user interfaces

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文