当前位置:网站首页>Article on the basic technology needed to build hybrid app
Article on the basic technology needed to build hybrid app
2022-07-23 12:49:00 【Newcomer_ L】
First of all Android In order to JAVA Script Language is the foundation ,IOS Use Objective-C.
Support users of different systems to join , There are many in the market now APP Both use hybrid development technology to develop , That is to say HTML5+Native Hybrid technology , This hybrid technology can extend multiple functions . Can improve the user experience , Feel the all-round high-quality service .
The second is UI Interface ,PS( The image processing 、banner)、AI( Illustration 、 Icon 、LOGO、 Font design )、XD、Sketch( Mobile UI Design 、 Mark the cutaway )、Axure( Product prototype design )、XMind( Product framework design )、figma( Online collaborative design )、AE( Dynamic design ) And other technologies to build a consistent with standards and specifications , intuitive , comfortable , Agreement , flexible , Economic UI Interface .
Other required technologies :
HTML( Hypertext markup language )、CSS( Cascading style sheets )、uniapp( Framework for all front-end applications )、Vuejds( The most popular front-end framework ) It's progressive JavaScript frame .
Post test :
1. Test management tools :
TestDirector、CQ etc.
2. Interface testing tool
Jmeter、postman wait
3. Performance testing tools
Loadrunner、jmeter And so on.
4. C/S Automation tools
winrunner (IBM The product is similar to qtp)、autoit etc. **4
5. White box test tool
BoundsChecker C++(Delphi API and OLE Error checking 、 Pointer and leak error check 、 Memory error checking )
6. Code scanning tools
Coverity( Source code static analysis tool )、findbugs( Based on bytecode analysis , Massive use of data flow analysis technology , Focus on runtime error detection , Such as null pointer reference, etc )
7. Continuous integration tools
Jenkins、Hudson etc. **5
8. Network testing tools
Spirent 、tc And other excellent testing tools .
9.app Automation tools
Appium、instruments ios etc. **6
- web Safety test tools
Appscan( A common security testing tool , After scanning, we can find out most of the loopholes )、Netsparker Community Edition ( Program can detect SQL Inject and cross page script events , It can also provide solutions )
notes : The above is a summary of the information compiled by Xiaobian , Please forgive me if you have a place to borrow .( Please contact immediately in case of infringement , Quick delete ).
It's not easy to summarize , You can click on a like to support it , Thank you very much! .
边栏推荐
猜你喜欢

C语言也能写植物大战僵尸

C (CSharp) wechat official account development - basic configuration

Understanding of LSM tree (log structured merge tree)

unity3d:UGUI源码EventSystem输入系统常见问题

Instant messaging websocket

HCIP---OSPF细节讲解

Hcip--- BGP related configuration

InheritableThreadLocal与阿里的TransmittableThreadLocal设计思路解析

Unity3D+moba+技能指示器(二)
![[bootloader architecture and brushing process based on UDS service]](/img/c7/de4f1e32f89173e18d74d2f624f3f9.png)
[bootloader architecture and brushing process based on UDS service]
随机推荐
HCIP---MGRE综合实验
HCIP---HCIA知识回顾(一)
htpasswd作用
0最短路径问题 LeetCode743. 网络延迟时间
SQL server performance analysis, view slow queries
PDF Online preview, use of pdf.js
GameFramework:打包资源,打随app发布包,打包生成文件夹说明,上传资源至服务器,下载资源,GameFreamworkList.dat 与GameFrameworkVersion.dat
C#:stack栈源码,数组栈,链栈
详解TCP连接的释放
0双指针 LeetCode844. 比较含退格的字符串
Explain the flow control mechanism and congestion control mechanism of TCP in detail
C: stack stack source code, array stack, chain stack
DHCP 第二次实验
线程池总结
【无标题】
unity3d:向量计算,AOE图形相交
学习日记(路由与交换技术)——浮动静态路由和缺省路由
0动态规划 LeetCode918. 环形子数组的最大和
《Kubernetes in Action》第二章笔记
剑指offer 05 两个栈实现队列