CN109375980A - Touch-control drawing practice based on Andriod system - Google Patents

Touch-control drawing practice based on Andriod system Download PDF

Info

Publication number
CN109375980A
CN109375980A CN201811282265.XA CN201811282265A CN109375980A CN 109375980 A CN109375980 A CN 109375980A CN 201811282265 A CN201811282265 A CN 201811282265A CN 109375980 A CN109375980 A CN 109375980A
Authority
CN
China
Prior art keywords
touch
current
control
painting canvas
event
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201811282265.XA
Other languages
Chinese (zh)
Other versions
CN109375980B (en
Inventor
敖云露
吴明军
陈皓轩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Education Technology Co Ltd
Original Assignee
Sichuan Changhong Education Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Education Technology Co Ltd filed Critical Sichuan Changhong Education Technology Co Ltd
Priority to CN201811282265.XA priority Critical patent/CN109375980B/en
Publication of CN109375980A publication Critical patent/CN109375980A/en
Application granted granted Critical
Publication of CN109375980B publication Critical patent/CN109375980B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Processing Or Creating Images (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The present invention relates to field of software development, aiming at the problem that existing touch-control method for drafting bring draws delay, it is proposed a kind of touch-control drawing practice based on Andriod system, it include: to work as to capture incoming event, real-time collecting simultaneously stores the corresponding touch data of incoming event, if incoming event presses for touch-control or touch-control moving event, the correspondence touch data being close according to current touch data and therewith calculates current drawing area and current drawing path, current drawing path is plotted on dynamic painting canvas, copy the display that graph data on dynamic painting canvas carries out current Graphics to graphics hardware frame buffer;If incoming event is that touch-control lifts event, complete drawing area and complete drawing path are calculated according to the touch data of storage, complete drawing path is plotted on static painting canvas, method for refreshing is called to copy the display that the graph data in static painting canvas carries out full graphics to graphics hardware frame buffer.The present invention is suitable for directly operating the Android device of graphics hardware frame buffer.

Description

Touch-control drawing practice based on Andriod system
Technical field
The present invention relates to field of software development, in particular to a kind of touch-control drawing practice.
Background technique
Intelligent interaction large-size screen monitors refer to the liquid crystal display with Android operation system and touch interactive system, pass through Touch-control system realizes human-computer interaction.Interacting large-size screen monitors can built-in plug-in OPS computer (86 framework of standard x) or use cloud Virtual desktop, make interactive large-size screen monitors that there is Android and Windows dual operating systems feature.It can switch between operating system, Corresponding software is run in each system, to meet the application demand of the occasions such as education and instruction, commercial meeting.
The most basic function of large-size screen monitors of having touch interactive system is to support finger or other objects directly exist The enterprising row text of screen writes and display, realizes that the application program of these functions is exactly whiteboarding software.With android system It is universal, the big screen equipment of intelligent interaction using more and more common.Write the core function as intelligent interaction large-size screen monitors, script It tests by user's pay attention to day by day, this includes response speed, the smooth degree of person's handwriting etc. write.
The existing Plot Work mechanism based on primary Android graphics rendering system are as follows: after system receives incoming event Triggering is redrawn, and is redrawn and is needed to re-measure drawing area and generate drawing path, then gives drawing path and drawing area SurfaceFlinger call the library OpenGL carry out figure layer mixing and rendering obtain graphing, finally by graphing copy On shellfish to hardware frame buffer, that is, FrameBuffer, the hardware frame buffer refresh cycle signal of figure is then waited to arrive It carries out refreshing to show, the frequency of refresh cycle signal is usually 60Hz for Android graphics system, i.e., every about 16ms A refresh cycle signal is generated, it is primary since drawing area and drawing path are respectively complete area and complete path The refreshing of Android graphics system is the refreshing based on drawing path, and the area size that drawing path refreshes can be with write events Increase and increase, the drafting complexity in path is caused to improve, calculation amount increases, and the mixing and rendering of figure layer will also spend very long Event, needs several refresh cycle information, and graphing gets to hardware frame buffer, the delay of drafting reach 100ms with On.Furthermore refreshing can be all generated when incoming event each due to intelligent interaction large-size screen monitors using primary Android graphics rendering system Request, and intelligent interaction large-size screen monitors touch-control input frequency it is higher generally 100Hz~150Hz, this will lead to Android figure The obstruction of system call.
Summary of the invention
The technical problems to be solved by the present invention are: existing touch-control method for drafting bring is overcome to draw asking for delay Topic, proposes a kind of touch-control drawing practice based on Andriod system.
The present invention solves above-mentioned technical problem, the technical solution adopted is that:
Touch-control drawing practice based on Andriod system, includes the following steps:
When capturing incoming event, real-time collecting and the corresponding touch data of the touch point for storing incoming event are described Incoming event includes that touch-control presses event, touch-control moving event and touch-control and lifts event;
If the incoming event is that touch-control presses event or touch-control moving event, according to the corresponding touch-control of current touch point Data and touch data corresponding with the touch point that current touch point is close calculate current drawing area and current drawing path, The current drawing path of current drawing area is plotted on dynamic painting canvas, drawing area is corresponding before copy dynamic painting canvas is taken in The display of current Graphics is carried out after graph data to graphics hardware frame buffer;
If the incoming event is that touch-control lifts event, complete drawing area is calculated according to all touch datas of storage With complete drawing path, the complete drawing path of complete drawing area is plotted on static painting canvas, calls method for refreshing copy The corresponding graph data of complete drawing area carries out the display of full graphics to graphics hardware frame buffer in static painting canvas.
Preferably, described that the current drawing path of current drawing area is plotted on dynamic painting canvas as using Android Local layer Skia shape library or OpenGL drawing engine realize the drafting of figure.
Preferably, described that the complete drawing path of complete drawing area is plotted on static painting canvas as using Android The primary Canvas class of application layer or SurfaceView class realize the drafting of figure.
Preferably, the touch point being close with current touch point includes: with current touch point at a distance of nearest touch-control Point, with current touch point at a distance of the second close touch point and with current touch point at a distance of the close touch point of third.
Preferably, using bezier curve algorithm according to current touch data and the touch point pair being close with current touch point The touch data answered calculates current drawing path.
Further, when graphics hardware frame buffer is multiple, drawing area pair before the copy dynamic painting canvas is taken in The graph data answered is to graphics hardware frame buffer are as follows: the corresponding graph data of drawing area is to institute before copy dynamic painting canvas is taken in Some graphics hardware frame buffers.
Preferably, the incoming event includes that touch-control presses event and/or touch-control moving event.
Further, when the content update in static painting canvas, the content synchronization of static painting canvas is updated to dynamic painting canvas In.
The beneficial effects of the present invention are:
It is combined using dynamic painting canvas and static painting canvas, on drawing process, completes current graphing in dynamic painting canvas Drafting after will directly the current graphing that refreshes be needed directly to be submitted to graphics hardware frame buffer, need not move through figure layer Mixing, has bypassed the limitation of Android graphics frame, and current graphing is mapped on screen in real time, draws delay Biggish improvement is obtained;On drawing area, the size of drawing area is reduced to by complete drawing area according to current The current drawing area that touch data and the touch point adjacent with current touch point determine, so that the size of drawing area will not be with The growth of write events and increase, and the current graphing of the current drawing area is only passed to graphic hardware frame every time Buffer area greatly improves drafting efficiency, and when this programme is applied to intelligent interaction large-size screen monitors terminal, drawing delay can be by original 100ms or more be reduced to 40ms or so.
Detailed description of the invention
Fig. 1 is the method flow diagram of the embodiment of the present invention.
Specific embodiment
In order to make the objectives, technical solutions, and advantages of the present invention clearer, right with reference to the accompanying drawings and embodiments The present invention is further elaborated.
Touch-control drawing practice based on Andriod system, includes the following steps:
When capturing incoming event, real-time collecting and the corresponding touch data of the touch point for storing incoming event are described Incoming event includes that touch-control presses event, touch-control moving event and touch-control and lifts event;
If the incoming event is that touch-control presses event or touch-control moving event, according to the corresponding touch-control of current touch point Data and touch data corresponding with the touch point that current touch point is close calculate current drawing area and current drawing path, The current drawing path of current drawing area is plotted on dynamic painting canvas, drawing area is corresponding before copy dynamic painting canvas is taken in The display of current Graphics is carried out after graph data to graphics hardware frame buffer.
Above-mentioned dynamic painting canvas is used for real-time rendering figure, and the current drawing path of current drawing area is plotted to dynamic picture It is the method for drafting that dynamic painting canvas can be used on cloth, which does not limit to Android local layer Skia shape library or local OpenGL drawing engine realize the drafting of figure.
Since android system can show figure using the mechanism that multiple graphics hardware frame buffers are refreshed in turn automatically Shape, in order to guarantee the real-time display of current drawing image, when graphics hardware frame buffer is multiple, the copy dynamic painting canvas The corresponding graph data of current drawing area is gone up to graphics hardware frame buffer are as follows: drawing area pair before copy dynamic painting canvas is taken in The graph data answered is to all graphics hardware frame buffers.
In order to guarantee the continuity of current drawing path, the touch point being close with current touch point includes: and works as Preceding touch point at a distance of nearest touch point, with current touch point at a distance of the second close touch point and with current touch point at a distance of third Close touch point.The above-mentioned touch point being close with current touch point can be carried out searching in the touch data of storage and be compared Out.Certainly, the number for the touch point being close can be not limited only to three, can be according to the algorithm for being actually used in current drawing path Demand is chosen.
Bezier curve algorithm specifically can be used according to current touch data and the touch point pair being close with current touch point The touch data answered calculates current drawing path.
If the incoming event is that touch-control presses event or touch-control moving event, according to the corresponding touch-control of current touch point Data and touch data corresponding with the touch point that current touch point is close calculate current drawing area and current drawing path, The current drawing path of current drawing area is plotted on dynamic painting canvas, drawing area is corresponding before copy dynamic painting canvas is taken in The display of current Graphics is carried out after graph data to graphics hardware frame buffer.
Above-mentioned method for refreshing is the primary method for refreshing of Android.
It is described that the complete drawing path of complete drawing area is plotted to the drafting that static painting canvas can be used on static painting canvas Method realizes the drafting of figure using the primary Canvas class of Android application layer or SurfaceView class.
Only it is responsible for real-time rendering current Graphics in view of dynamic painting canvas, static painting canvas may include but be not limited to static drawn Whole figure will also be handled such as to the other functions of the mixing of graphing, erasing, movement and zoom etc., to guarantee The update of static painting canvas caused by any UI operation can be synchronized on dynamic painting canvas, the content update in static painting canvas When, the content synchronization of static painting canvas is updated in dynamic painting canvas.
It should be noted that this touch-control drawing practice can be applicable to intelligent interaction large-size screen monitors terminal, smart phone, tablet computer Or on some other smart machines with android system.
Embodiment
As shown in Figure 1, the touch-control drawing practice based on Andriod system, includes the following steps:
S1, application dynamic painting canvas and static painting canvas;
It may wait for the input of user at this time.
S2, when capturing touch-control and pressing event or touch-control moving event, worked as using the method for drafting drafting of dynamic painting canvas Preceding figure, the fooled preceding corresponding graph data of drawing area of copy dynamic painting canvas to graphics hardware frame buffer;
Above-mentioned steps S2 specifically comprises the following steps:
S201, real-time collecting and the corresponding touch data of touch point for storing incoming event obtain and current touch point phase Away from nearest touch point, with current touch point at a distance of the second close touch point and with current touch point at a distance of the close touch-control of third Point obtains current drawing area according to current touch data and the corresponding touch data of above-mentioned touch point and using bezier curve Algorithm calculates current drawing path;
S202, dynamic painting canvas call Skia or OpenGL drawing engine to draw the current drawing path of current drawing area Onto dynamic painting canvas, the fooled preceding corresponding graph data of drawing area of copy dynamic painting canvas to graphics hardware frame buffer;
S203, android system refresh the corresponding graph data of display current region automatically and show current Graphics;
S3, when capturing touch-control and lifting event, full graphics is drawn using static painting canvas, refreshes display full graphics.
Above-mentioned steps S3 includes the following steps:
S301, complete drawing area is calculated according to all touch datas of storage and is calculated using bezier curve algorithm To complete drawing path;
The Canvas class that S302, static painting canvas call Android primary is drawn to obtain complete to complete drawing path Figure, method for drafting can be used DrawPath/DrawLine etc., and the method for refreshing for calling Android primary is by full graphics It is copied to graphics hardware frame buffer;
S303, android system refresh the full graphics in display graphics hardware frame buffer automatically.
Although it is consistent to draw content on dynamic painting canvas and static painting canvas, since the drafting of static painting canvas is Android primary Drawing practice finally can still call hardware frame buffer to carry out the refreshing of image, and dynamic painting canvas can be copied to hardware frame by when refreshing The data cover of buffer area, user will not only experience from dynamic painting canvas and be switched to the variation that static painting canvas is shown, can be with Very easily operations and the real-time display such as wipe, cancel and reform to user to contact data.
It will be understood by those skilled in the art that provided in an embodiment of the present invention copy in local draw library and drawing engine draws Shellfish is to hardware frame buffer and is synchronized to the method drawn on static painting canvas, suitable for having android system and can be straight Connect all devices of operation hardware frame buffer.

Claims (7)

1. the touch-control drawing practice based on Andriod system, which comprises the steps of:
When capturing incoming event, real-time collecting and the corresponding touch data of the touch point for storing incoming event, the input Event includes that touch-control presses event, touch-control moving event and touch-control and lifts event;
If the incoming event is that touch-control presses event or touch-control moving event, according to the corresponding touch data of current touch point And touch data corresponding with the touch point that current touch point is close calculates current drawing area and current drawing path, will work as The current drawing path of preceding drawing area is plotted on dynamic painting canvas, the corresponding figure of drawing area before copy dynamic painting canvas is taken in The display of current Graphics is carried out after data to graphics hardware frame buffer;
If the incoming event is that touch-control lifts event, complete drawing area and complete is calculated according to all touch datas of storage The complete drawing path of complete drawing area is plotted on static painting canvas by whole drawing path, calls method for refreshing copy static The corresponding graph data of complete drawing area carries out the display of full graphics to graphics hardware frame buffer in painting canvas.
2. as described in claim 1 based on the touch-control drawing practice of Andriod system, which is characterized in that described currently to draw The current drawing path in region processed is plotted on dynamic painting canvas to draw using Android local layer Skia shape library or OpenGL Engine realizes the drafting of figure.
3. as described in claim 1 based on the touch-control drawing practice of Andriod system, which is characterized in that described completely to draw The complete drawing path in region processed be plotted on static painting canvas as using the primary Canvas class of Android application layer or SurfaceView class realizes the drafting of figure.
4. as described in claim 1 based on the touch-control drawing practice of Andriod system, which is characterized in that described and current touching The touch point that control point is close includes: close at a distance of second at a distance of nearest touch point and current touch point with current touch point Touch point and with current touch point at a distance of the close touch point of third.
5. as described in claim 1 based on the touch-control drawing practice of Andriod system, which is characterized in that bent using Bayside Line algorithm is according to the corresponding touch data of current touch point and touch data corresponding with the touch point that current touch point is close Calculate current drawing path.
6. as described in claim 1 based on the touch-control drawing practice of Andriod system, which is characterized in that when graphic hardware frame When buffer area is multiple, the fooled preceding corresponding graph data of drawing area of the copy dynamic painting canvas to graphics hardware frame buffer Are as follows: the fooled preceding corresponding graph data of drawing area of copy dynamic painting canvas to all graphics hardware frame buffers.
7. as described in claim 1 based on the touch-control drawing practice of Andriod system, which is characterized in that when in static painting canvas Content update when, the content synchronization of static painting canvas is updated in dynamic painting canvas.
CN201811282265.XA 2018-10-29 2018-10-29 Touch drawing method based on Andriod system Active CN109375980B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811282265.XA CN109375980B (en) 2018-10-29 2018-10-29 Touch drawing method based on Andriod system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811282265.XA CN109375980B (en) 2018-10-29 2018-10-29 Touch drawing method based on Andriod system

Publications (2)

Publication Number Publication Date
CN109375980A true CN109375980A (en) 2019-02-22
CN109375980B CN109375980B (en) 2021-10-15

Family

ID=65391017

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811282265.XA Active CN109375980B (en) 2018-10-29 2018-10-29 Touch drawing method based on Andriod system

Country Status (1)

Country Link
CN (1) CN109375980B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112433666A (en) * 2020-12-14 2021-03-02 四川长虹电器股份有限公司 Method for drawing curve by touch based on browser kernel
CN112799583A (en) * 2021-04-13 2021-05-14 北京三维天地科技股份有限公司 Point location schematic drawing system based on android platform
CN113495665A (en) * 2020-03-19 2021-10-12 斑马智行网络(香港)有限公司 Image display method, image display device, electronic equipment and computer readable storage medium
CN113986107A (en) * 2021-10-22 2022-01-28 北京鲸鲮信息系统技术有限公司 Touch processing method and device based on graphic display system, electronic equipment and storage medium
CN114442845A (en) * 2021-12-24 2022-05-06 锐捷网络股份有限公司 Writing track rendering method and device, writing screen equipment and storage medium
CN114489910A (en) * 2022-02-10 2022-05-13 北京字跳网络技术有限公司 Video conference data display method, device, equipment and medium
CN115061763A (en) * 2022-06-10 2022-09-16 珠海趣印科技有限公司 Method for improving iOS drawing performance, computer device and storage medium

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101078982A (en) * 2006-05-24 2007-11-28 北京壁虎科技有限公司 Screen display method based on drawing engine
US20120151371A1 (en) * 2010-12-10 2012-06-14 Wyse Technology Inc. Methods and systems for conducting a remote desktop session via html that supports a 2d canvas and dynamic drawing
CN103034729A (en) * 2012-12-20 2013-04-10 深圳Tcl新技术有限公司 Webpage drawing system and webpage drawing method
CN103268620A (en) * 2013-04-28 2013-08-28 华为技术有限公司 Graphic processing method, graphic processing device and terminal device
US20130298140A1 (en) * 2012-05-02 2013-11-07 Motorola Mobility, Inc. Method and Apparatus for Displaying Data from a Plurality of Concurrent Operating System Environments
US8698824B1 (en) * 2013-04-12 2014-04-15 Google Inc. Computing systems, devices and methods for rendering maps remote from a host application
CN104536743A (en) * 2014-12-19 2015-04-22 中国电子科技集团公司第十五研究所 Map plotting method and system based on Android operating system
CN105279253A (en) * 2015-10-13 2016-01-27 上海联彤网络通讯技术有限公司 System and method for increasing canvas rendering speed of webpage
CN105677107A (en) * 2016-01-11 2016-06-15 福州瑞芯微电子股份有限公司 Method and system for optimizing screen handwriting following performance
US20160328486A1 (en) * 2013-06-28 2016-11-10 Guangzhou Ucweg Computer Tecnology Co., Ltd. Canvas element rendering method and apparatus implemented on android system based on gpu
CN107678825A (en) * 2017-10-16 2018-02-09 青岛海信电器股份有限公司 A kind of rendering intent and electronic whiteboard applied to electronic whiteboard
CN107818588A (en) * 2016-09-12 2018-03-20 深圳市鸿合创新信息技术有限责任公司 The apparatus and method that android system calls Qt drawing based on JNI multithreadings

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101078982A (en) * 2006-05-24 2007-11-28 北京壁虎科技有限公司 Screen display method based on drawing engine
US20120151371A1 (en) * 2010-12-10 2012-06-14 Wyse Technology Inc. Methods and systems for conducting a remote desktop session via html that supports a 2d canvas and dynamic drawing
US20130298140A1 (en) * 2012-05-02 2013-11-07 Motorola Mobility, Inc. Method and Apparatus for Displaying Data from a Plurality of Concurrent Operating System Environments
CN103034729A (en) * 2012-12-20 2013-04-10 深圳Tcl新技术有限公司 Webpage drawing system and webpage drawing method
US8698824B1 (en) * 2013-04-12 2014-04-15 Google Inc. Computing systems, devices and methods for rendering maps remote from a host application
CN103268620A (en) * 2013-04-28 2013-08-28 华为技术有限公司 Graphic processing method, graphic processing device and terminal device
US20160328486A1 (en) * 2013-06-28 2016-11-10 Guangzhou Ucweg Computer Tecnology Co., Ltd. Canvas element rendering method and apparatus implemented on android system based on gpu
CN104536743A (en) * 2014-12-19 2015-04-22 中国电子科技集团公司第十五研究所 Map plotting method and system based on Android operating system
CN105279253A (en) * 2015-10-13 2016-01-27 上海联彤网络通讯技术有限公司 System and method for increasing canvas rendering speed of webpage
CN105677107A (en) * 2016-01-11 2016-06-15 福州瑞芯微电子股份有限公司 Method and system for optimizing screen handwriting following performance
CN107818588A (en) * 2016-09-12 2018-03-20 深圳市鸿合创新信息技术有限责任公司 The apparatus and method that android system calls Qt drawing based on JNI multithreadings
CN107678825A (en) * 2017-10-16 2018-02-09 青岛海信电器股份有限公司 A kind of rendering intent and electronic whiteboard applied to electronic whiteboard

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113495665A (en) * 2020-03-19 2021-10-12 斑马智行网络(香港)有限公司 Image display method, image display device, electronic equipment and computer readable storage medium
CN112433666A (en) * 2020-12-14 2021-03-02 四川长虹电器股份有限公司 Method for drawing curve by touch based on browser kernel
CN112433666B (en) * 2020-12-14 2022-04-05 四川长虹电器股份有限公司 Method for drawing curve by touch based on browser kernel
CN112799583A (en) * 2021-04-13 2021-05-14 北京三维天地科技股份有限公司 Point location schematic drawing system based on android platform
CN112799583B (en) * 2021-04-13 2021-08-24 北京三维天地科技股份有限公司 Point location schematic drawing system based on android platform
CN113986107A (en) * 2021-10-22 2022-01-28 北京鲸鲮信息系统技术有限公司 Touch processing method and device based on graphic display system, electronic equipment and storage medium
CN114442845A (en) * 2021-12-24 2022-05-06 锐捷网络股份有限公司 Writing track rendering method and device, writing screen equipment and storage medium
CN114489910A (en) * 2022-02-10 2022-05-13 北京字跳网络技术有限公司 Video conference data display method, device, equipment and medium
CN114489910B (en) * 2022-02-10 2024-05-17 北京字跳网络技术有限公司 Video conference data display method, device, equipment and medium
CN115061763A (en) * 2022-06-10 2022-09-16 珠海趣印科技有限公司 Method for improving iOS drawing performance, computer device and storage medium

Also Published As

Publication number Publication date
CN109375980B (en) 2021-10-15

Similar Documents

Publication Publication Date Title
CN109375980A (en) Touch-control drawing practice based on Andriod system
CN104461242B (en) A kind of multi-window interface implementation method based on Android operation system
US9600166B2 (en) Asynchronous handling of a user interface manipulation
CN110347317B (en) Window switching method and device, storage medium and interactive intelligent panel
CN110597444B (en) Handwriting display method and device, terminal device and storage medium
CN109614178A (en) Comment display method, device, equipment and storage medium
CN103455292B (en) Business datum display processing method and device, subscriber equipment
WO2017101441A1 (en) Method and system for remote synchronization of annotation moving and scaling
CN103399710A (en) Multi-window operating achieving mobile terminal and method
CN103425431A (en) Mobile terminal and method for achieving multi-window operation
CN105389149A (en) Method and system for implementing multi-screen operation of smart device
JPS6310470B2 (en)
WO2018010440A1 (en) Projection picture adjusting method and apparatus, and projection terminal
US20160378272A1 (en) Systems and methods for providing multi-focus to applications for collaboration
WO2021232294A1 (en) Handwriting drawing method and apparatus, electronic device, medium, and program product
CN103076984A (en) Touch screen interaction method and system
CN102637125A (en) Display method and mobile terminal of grid interface
CN103631551A (en) Local display method for remote desktop in medical consultation system
TW201915710A (en) Display device and image display method thereof based on Android platform
WO2022217433A1 (en) Multi-terminal collaborative display update method and apparatus
CN112462989A (en) Operation method and device of intelligent interaction panel, intelligent interaction panel and medium
CN111522487A (en) Image processing method and device for touch display product, storage medium and electronic equipment
CN115639920B (en) Drawing method, electronic device, and readable storage medium
CN115802092A (en) Multi-window display method based on interaction priority
CN109960562B (en) Information display method and device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant