CN106648356B - Android platform-based trotting horse lantern effect realization device and method - Google Patents

Android platform-based trotting horse lantern effect realization device and method Download PDF

Info

Publication number
CN106648356B
CN106648356B CN201611007554.XA CN201611007554A CN106648356B CN 106648356 B CN106648356 B CN 106648356B CN 201611007554 A CN201611007554 A CN 201611007554A CN 106648356 B CN106648356 B CN 106648356B
Authority
CN
China
Prior art keywords
sub
view
android platform
control
views
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.)
Active
Application number
CN201611007554.XA
Other languages
Chinese (zh)
Other versions
CN106648356A (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.)
Xian Novastar Electronic Technology Co Ltd
Original Assignee
Xian Novastar Electronic 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 Xian Novastar Electronic Technology Co Ltd filed Critical Xian Novastar Electronic Technology Co Ltd
Priority to CN201611007554.XA priority Critical patent/CN106648356B/en
Publication of CN106648356A publication Critical patent/CN106648356A/en
Application granted granted Critical
Publication of CN106648356B publication Critical patent/CN106648356B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • 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)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Controls And Circuits For Display Device (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a trotting horse lantern effect realization device and method based on an Android platform. The device comprises: the system comprises a data set module (11), an adapter (13), a data processing module (24a), a smooth scrolling module (24b) and a RecycleView control (15) configured with a layout manager (151). The data processing module (24a) is used for circularly searching the sub-views and sequentially drawing the searched sub-views to the memory block; the smooth rolling module (24b) is used for controlling the image frame drawing speed when the sub-view is drawn based on the speed of the pixel point movement and the displacement of the preset time length movement when the sub-view is drawn; and a layout manager (151) for setting a sub-view scrolling direction. According to the Android platform moving trotting horse lamp control system, the data processing module and the smooth rolling module are arranged, the trotting horse lamp effect can be achieved on the Android platform by using the RecyclerView control, and the trotting horse lamp shaking and blocking effects can be obviously improved; in addition, the layout manager can be configured to realize the effect of the trotting horse lamp in multiple directions.

Description

Android platform-based trotting horse lantern effect realization device and method
Technical Field
The invention relates to the technical field of achievement of a trotting horse lamp effect, in particular to a trotting horse lamp effect achieving device and method based on an Android platform.
Background
Over the past few years, the Android platform has developed rapidly. Android platforms are more and more stable, security holes are gradually repaired by google companies, and the Android platforms gradually mature. Therefore, many platforms begin to be transplanted to the Android platform, so that the existing software of the original platform also needs to be realized again on the Android platform. However, the Android platform is not absolutely perfect, and the poor hardware processing performance is a significant disadvantage compared with other platforms. Due to the defect, the Android platform has great limitations in processing big data operation, picture processing and displaying and the like. Conventionally, the Android platform trotting horse lamp effect is difficult to achieve perfectly, which is caused by the limitation.
In the prior art, the ticker effect is realized by using an ellipsize attribute (an attribute of realizing the ticker effect by using a TextView control (a view control for displaying characters by using an Android platform) provided by google corporation; the realization principle of the technical scheme is as follows: if the ellipsosize attribute is set in the TextView, the TextView is initialized, and then is analyzed through AttributeSet (attribute set class realized by Google), once the value of the ellipsosize is analyzed to be legal, the number of characters which can be displayed on the TextView is expanded, the length of the characters is larger than the width of the TextView view, then the characters are repeatedly drawn through Canvas (Canvas for drawing by an Android platform), and the coordinates of the drawing starting point are recalculated during each drawing, so that the scrolling effect is achieved. Different from other effects of drawing the trotting horse by using Canvas, the technical scheme does not need the developer to realize the trotting horse by himself, but is provided by Google company, and the developer only needs to simply set one ellipsize attribute. However, the trotting horse lamp realized by the technical scheme has poor effect, and has obvious jitter and blockage effects in the operation process.
In addition, in the prior art, a Canvas is also proposed to dynamically draw contents to be displayed so as to generate the effect of a trotting horse; and the realization method is to draw by dividing time equally or by dividing displacement equally. However, the proposal also has the problems of poor effect of the revolving scenic lantern, obvious jitter and blockage effect in the operation process and the like.
Disclosure of Invention
Therefore, in order to overcome the defects and shortcomings in the prior art, the invention provides a device and a method for realizing the effect of a trotting horse lamp based on an Android platform.
Specifically, the device for implementing the trotting horse lantern effect based on the Android platform provided by the embodiment of the invention comprises: the system comprises a data set module, an adapter, a data processing module, a smooth rolling module and a RecyclerView control, wherein the RecyclerView control is configured with a layout manager. The data processing module is used for circularly searching the sub-views and sequentially drawing the searched sub-views to the memory block; the adapter is used for binding the data in the data set module with the child view searched by the data processing module; the smooth rolling module is used for controlling the image frame drawing speed when the sub-view searched is drawn to the memory block by the data processing module based on the speed of pixel point movement and the displacement of preset time length movement; the RecyclerView control is used for scrolling and displaying the sub-view drawn by the data processing module; and a layout manager for setting a sub-view scrolling direction.
In an embodiment of the present invention, the controlling of the image frame drawing speed when drawing the searched sub-view includes: when the sub-view is high in speed based on the movement of the pixel points, the image frame drawing speed is reduced; and when the sub-view is slow based on the moving speed of the pixel points, the image frame drawing speed is accelerated.
In an embodiment of the present invention, the data processing module sequentially draws and searches the child views to the memory block by using a Canvas control.
In one embodiment of the invention, the sub-view scrolling direction is selected from one of scrolling up, scrolling down, scrolling left and scrolling right.
In an embodiment of the invention, the Android platform-based trotting horse lantern effect implementation device is applied to an LED display screen system.
In addition, the implementation method of the trotting horse lantern effect based on the Android platform provided by the embodiment of the invention comprises the following steps: (i) circularly searching a plurality of sub-views which need to be displayed by the RecyclerView control and sequentially drawing the searched sub-views from the memory block; (ii) when the searched sub-view is drawn to the memory block, calculating the speed of the sub-view moving based on the pixel point and the displacement of the sub-view moving based on the preset time length so as to control the image frame drawing speed when the searched sub-view is drawn; and (iii) utilizing the RecycleView control to scroll and display the drawn child view in a preset direction.
In one embodiment of the present invention, in step (i), the sequential drawing of the searched child views to the memory block is implemented by a Canvas control.
In one embodiment of the present invention, in the step (ii), controlling an image frame drawing speed at which the searched sub-view is drawn includes: when the sub-view is high in speed based on the movement of the pixel points, the image frame drawing speed is reduced; and when the sub-view is slow based on the moving speed of the pixel points, the image frame drawing speed is accelerated.
In one embodiment of the present invention, in step (iii), the scrolling display in the preset direction is an up scrolling display, a down scrolling display, a left scrolling display or a right scrolling display.
In an embodiment of the present invention, the implementation method of the trotting horse lantern effect based on the Android platform further includes: the preset orientation is set using a Direction attribute of a layout manager associated with a RecycleView control.
As can be seen from the above, by setting the data processing module and the smooth rolling module, the Android platform can realize the trotting horse lamp effect by using the cycleview control, and the Android platform trotting horse lamp shaking effect and the incarceration effect can be obviously improved; in addition, by configuring the layout manager to set the sub-view scrolling direction, a ticker effect in a plurality of directions, for example, four directions of up, down, left, and right, can be achieved.
Other aspects and features of the present invention will become apparent from the following detailed description, which proceeds with reference to the accompanying drawings. It is to be understood, however, that the drawings are designed solely for purposes of illustration and not as a definition of the limits of the invention. It should be further understood that the drawings are not necessarily drawn to scale and that, unless otherwise indicated, they are merely intended to conceptually illustrate the structures and procedures described herein.
Drawings
The following detailed description of embodiments of the invention will be made with reference to the accompanying drawings.
Fig. 1 is an overall block diagram of a related art solution for implementing static picture display by using a cycleview control.
Fig. 2 is a schematic module diagram of a device for implementing a lantern effect based on an Android platform according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
Specifically, refer to fig. 1, which is a general block diagram of implementing a static picture display by using a cycleview control in the related art. As shown in fig. 1, it is mainly divided into three major parts: a DataSet (DataSet) module 11, an Adapter (Adapter)13, and a RecycleView control 15. Wherein, the RecycleView control 15 is a container control; the adapter 13 is mainly used to bind the data in the data set module 11 and the child view displayed by the RecyclerView control 15, and on one hand, it can be used to monitor the data in the data set module 15 for changes, and on the other hand, it can be used to notify the RecyclerView control 15 when there is a change in the data set module 11. However, in the overall block diagram of fig. 1, the content of the display screen when the cyclerview control 15 associates with the data set block 11 through the adapter 13 is static and has no ticker effect.
Therefore, in order to implement the trotting horse light effect, the following embodiment of the present invention will describe in detail a technical solution for implementing the trotting horse light effect based on the Android platform with reference to fig. 2.
Referring to fig. 2, in order to achieve the ticker effect of local or network data, in this embodiment, a data processing module 24a and a smooth scrolling module 24b are added on the basis of fig. 1, and a layout manager (layout manager)151 is configured for the cycleview control 15, so that the display content of the user interface can be smoothly scrolled in a specified direction.
The data processing module 24a is configured to implement the function of circularly searching the sub-views, and the working principle thereof is as follows: if the reclerview control 15 has a plurality of, for example, n sub-views to be displayed, and the sub-view currently presented to the user is the mth sub-view, then the sub-view data corresponding to the reclerview control is in the memory block P at this time, if the nth sub-view is to be searched, the (m + 1) th sub-view needs to be drawn into the memory block P through a Canvas, and then the (m + 2) th, the (m + 3) th, the (m + 4) th, …, and the nth sub-view are sequentially displayed; when drawing to the nth sub-view, the RecycleView control 15 knows that this is the sub-view it finally finds, and therefore does not continue to find downwards; if the cyclic search is needed, the method is similar to the method mentioned above, and only after the last sub-view is found, the 1 st sub-view is drawn to the memory block P; as for the display content data of each sub-view, it is the notification adapter 13 that is obtained from the data set module 11, and the data set module 11 is the data source that needs to display the ticker effect.
The smooth scrolling module 24b is used for implementing the function of smoothly scrolling the sub-views, and the working principle thereof is as follows: the two main technical means used are to calculate how many pixels need to be moved per unit time (e.g. per second) each time the data processing module 24a searches for a sub-view, and to calculate a displacement value of the movement for a preset time length (e.g. one second). In the aforementioned cyclic search, each search is actually a process of drawing the memory block P through a Canvas, and therefore calculation is required, for the same sub-view, what is the initial coordinate of each frame of the Android system during each drawing, and what number of pixels each frame should move in a certain direction for drawing, so that what number of pixels each second should move can be calculated, and the calculated pixel value of each second movement is actually the speed of the sub-view displayed by the recclerview control 15 based on the movement of the pixel point. The end result of the dynamic computation and dynamic rendering is the movement of the display contents of the RecycleView control 15. However, why the present embodiment proposes to use the "displacement value for a preset time length of movement? The reason is that: if the drawing and the moving are simply carried out according to the starting coordinates, the CPU performance is reduced due to the fact that the frames drawn by the CPU per second are inconsistent and frequent logic operation and image drawing are added, the number of the frames drawn per second is large, and therefore obvious frame loss and frame jamming are generated, and shaking and jamming phenomena are caused. The benefits of calculating the displacement value are: if the calculated pixel values which need to move every second are inconsistent, namely the speeds are inconsistent, as long as the displacements can be ensured to be approximately equal, the images drawn in unit time do not have larger contrast in visual effect, the moving pixel values are large, namely the speed is high, a few frames of images are drawn (corresponding to the image frame drawing speed is reduced), the moving pixel values are small, namely the speed is low, a few frames of images are drawn (corresponding to the image frame drawing speed is increased), and therefore the effect of smooth rolling is achieved.
In addition, the layout manager 151 is configured to control the scrolling Direction of the sub-view of the recycleview control 15 through a Direction attribute encapsulated therein; for example, if the Direction attribute is set to Up, the sub-view of the recycleview control 15 will continuously calculate how many pixels and displacements should be moved Up each time in the vertical Direction for drawing during the smooth scrolling process, and the implementation of other directions is similar to this, so that the effect of the trotting lantern in four directions, i.e. Up, down, left and right, can be achieved.
With respect to the aforementioned data set module 11, adapter 13, data processing module 24a, smooth scrolling module 24b and RecycleView control 15 configured with layout manager 151 shown in FIG. 2, in short, the data processing module 24a is configured to search sub-views in a loop and sequentially draw the searched sub-views to the memory block by using, for example, a Canvas control, the adaptor 13 is configured to bind the data in the data set module 11 with the sub-views searched by the data processing module 24a, the smooth scrolling module 24b is configured to control an image frame drawing speed when the sub-views are drawn by the data processing module 24a by using the Canvas control memory block based on a speed of pixel point movement and a displacement of preset time length movement to realize smooth scrolling of the sub-views, the reclerview control 15 is configured to scroll the sub-views drawn by the data processing module 24a, and the layout manager 151 is configured to set a sub-view scrolling direction. Furthermore, it is worth mentioning that the respective functional modules are implemented by software, for example.
In summary, by setting the data processing module 24a and the smooth scrolling module 24b, the Android platform can realize the lantern moving effect by using the cycleview control, and the lantern moving effect and the inching effect of the Android platform can be obviously improved; further, by configuring the layout manager 151 to set the sub-view scrolling direction, a ticker effect in a plurality of directions, for example, four directions of up, down, left, and right, can be achieved. In addition, the recycleview control 15 has the characteristic of realizing reusability/recyclability of the sub-views, and each reusable sub-view corresponds to one data buffer area on the RAM, so that even if the data in the data set module 11 is huge, the existing buffer areas are only reused without additional memory space, and thus, a large memory is not occupied, and the operation processing of large data is not influenced.
Finally, it is worth mentioning that the technical scheme for realizing the marquee effect of the embodiment of the invention is not limited to the fields of mobile phones, tablet computers, LED display screen systems and the like, but also can be used in the industries and fields of televisions and other applications of the marquee effect.
Although the present invention has been described with reference to a preferred embodiment, it should be understood that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (7)

1. The utility model provides a trotting horse lamp effect realization device based on Android platform, includes: a data set module (11), an adapter (13) and a RecyclerView control (15); characterized in that it further comprises a data processing module (24a) and a smooth scrolling module (24b) and the RecycleView control (15) is configured with a layout manager (151); the data processing module (24a) is used for circularly searching the sub-views and sequentially drawing the searched sub-views to the memory block; the adapter (13) is used for binding the data in the data set module (11) with the child view searched by the data processing module (24 a); the smooth scrolling module (24b) is used for controlling the image frame drawing speed when the sub-view searched is drawn to the memory block by the data processing module (24a) based on the speed of pixel point movement and the displacement of preset time length movement; the RecycleView control (15) is used for scrolling and displaying the sub-views drawn by the data processing module (24 a); and said layout manager (151) is for setting a sub-view scrolling direction;
wherein the controlling of the image frame drawing speed when drawing the searched sub-view comprises: when the sub-view is high in speed based on the movement of the pixel points, the image frame drawing speed is reduced; when the sub-view is slow in speed based on the movement of the pixel points, the image frame drawing speed is increased;
the trotting horse lamp effect achieving device based on the Android platform is applied to an LED display screen system.
2. The Android platform-based trojan effect implementation device of claim 1, wherein the data processing module (24a) sequentially draws and searches the child views to the memory block by a Canvas control.
3. The Android platform-based ticker effect enablement device of claim 1, wherein the sub-view scrolling direction is selected from one of scroll up, scroll down, scroll left, and scroll right.
4. A realization method of a trotting horse lantern effect based on an Android platform is characterized by comprising the following steps:
(i) circularly searching a plurality of sub-views which need to be displayed by the RecyclerView control and sequentially drawing the searched sub-views from the memory block;
(ii) when the searched sub-view is drawn to the memory block, calculating the speed of the sub-view moving based on the pixel point and the displacement of the sub-view moving based on the preset time length so as to control the image frame drawing speed when the searched sub-view is drawn; and
(iii) displaying the drawn sub-views in a rolling manner in a preset direction by utilizing the RecyclerView control;
wherein, in step (ii), controlling an image frame drawing speed at which the searched sub-view is drawn includes: when the sub-view is high in speed based on the movement of the pixel points, the image frame drawing speed is reduced; when the sub-view is slow in speed based on the movement of the pixel points, the image frame drawing speed is increased;
the implementation method of the Android platform-based trotting horse lantern effect is applied to an LED display screen system.
5. The Android platform-based trojan effect implementation method of claim 4, wherein in step (i), the sequential drawing of the searched sub-views to the memory block is implemented through a Canvas control.
6. The Android platform-based trotting horse lantern effect implementation method of claim 4, wherein in step (iii), the scrolling display to the preset direction is an upward scrolling display, a downward scrolling display, a leftward scrolling display or a rightward scrolling display.
7. The Android platform-based trotting horse lantern effect realization method of claim 4, further comprising the steps of: the preset orientation is set using a Direction attribute of a layout manager associated with a RecycleView control.
CN201611007554.XA 2016-11-16 2016-11-16 Android platform-based trotting horse lantern effect realization device and method Active CN106648356B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611007554.XA CN106648356B (en) 2016-11-16 2016-11-16 Android platform-based trotting horse lantern effect realization device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611007554.XA CN106648356B (en) 2016-11-16 2016-11-16 Android platform-based trotting horse lantern effect realization device and method

Publications (2)

Publication Number Publication Date
CN106648356A CN106648356A (en) 2017-05-10
CN106648356B true CN106648356B (en) 2020-04-17

Family

ID=58807099

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611007554.XA Active CN106648356B (en) 2016-11-16 2016-11-16 Android platform-based trotting horse lantern effect realization device and method

Country Status (1)

Country Link
CN (1) CN106648356B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107463324A (en) * 2017-06-26 2017-12-12 努比亚技术有限公司 A kind of image display method, mobile terminal and computer-readable recording medium
CN107291335B (en) * 2017-06-30 2022-06-14 北京酷我科技有限公司 Method for rolling and presenting content
CN109840115A (en) * 2017-11-27 2019-06-04 中移(杭州)信息技术有限公司 RecyclerView paging loading method and device in a kind of android system
CN109976605B (en) * 2019-02-02 2021-04-06 广州视源电子科技股份有限公司 Class board content display method, device and storage medium
CN114125533A (en) * 2021-11-10 2022-03-01 青岛海信宽带多媒体技术有限公司 Set top box and marquee element display control method
CN116185323B (en) * 2023-02-17 2024-03-08 广东保伦电子股份有限公司 Infinite circulation scrolling display method, device, storage medium and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102027464A (en) * 2008-05-12 2011-04-20 微软公司 Virtual desktop view scrolling
CN102520918A (en) * 2011-09-27 2012-06-27 深圳市五巨科技有限公司 Method and device for increasing list refreshing frequency
CN102724434A (en) * 2011-05-05 2012-10-10 新奥特(北京)视频技术有限公司 Realization method for image-text animation on rolling screen

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102027464A (en) * 2008-05-12 2011-04-20 微软公司 Virtual desktop view scrolling
CN102724434A (en) * 2011-05-05 2012-10-10 新奥特(北京)视频技术有限公司 Realization method for image-text animation on rolling screen
CN102520918A (en) * 2011-09-27 2012-06-27 深圳市五巨科技有限公司 Method and device for increasing list refreshing frequency

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
RecyclerView完全解析,让你从此爱上它(二十八);专注移动开发,项目管理。jiangqqlmj;《https://www.2cto.com/kf/201511/450814.html》;20151120;第1-12页 *

Also Published As

Publication number Publication date
CN106648356A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106648356B (en) Android platform-based trotting horse lantern effect realization device and method
US9552129B2 (en) Interactive visual representation of points of interest data
CN103699576B (en) A kind of method and apparatus for being used to provide search result
US9817794B2 (en) Responsive rendering of data sets
JP2016053706A (en) Loading method and apparatus for map label
CN105096368B (en) Three dimensional object processing method and relevant apparatus
US20150370439A1 (en) Gpu-optimized scrolling systems and methods
CN104866318A (en) Method and device for displaying label pages in multiple windows
CN101656037B (en) Method for displaying large-format picture on small screen equipment and small screen equipment
CN106815880B (en) Animation multiplexing method and system
US20130073943A1 (en) Trial based multi-column balancing
KR950020280A (en) Method and apparatus for interlocking graphical objects
CN102147923B (en) Method for displaying animated image in masking way
DE202017104855U1 (en) Animating an image to indicate that the image is floating
CN111767490B (en) Method, apparatus, device and storage medium for displaying image
EP3008697B1 (en) Coalescing graphics operations
US20150145749A1 (en) Image processing apparatus and image processing method
US9997138B2 (en) System and method for adaptive and persistent media presentations
JP2006510961A5 (en)
JP6389996B1 (en) Advertisement display method, advertisement display server, and advertisement display program
CN106548501B (en) Image drawing method and device
CN106716323B (en) Screen transitions in geographic applications
CN105354295B (en) Dynamic display device and method for three-dimensional dynamic plotting point labels
CN112445983B (en) Method, device and equipment for processing search results and computer readable storage medium
CN102368211A (en) Method for implementing hardware mouse by using acceleration of OSD (on-screen display)

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
CB02 Change of applicant information

Address after: 710075 DEF101, Zengyi Square, Xi'an Software Park, No. 72 Zhangbajie Science and Technology Second Road, Xi'an High-tech Zone, Shaanxi Province

Applicant after: XI'AN NOVASTAR TECH Co.,Ltd.

Address before: High tech Zone technology two road 710075 Shaanxi city of Xi'an Province, No. 68 Xi'an Software Park D District 401

Applicant before: Xi'an NovaStar Tech Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant