CN105204845A - Setting method and system of default layout of application interface - Google Patents

Setting method and system of default layout of application interface Download PDF

Info

Publication number
CN105204845A
CN105204845A CN201510524319.9A CN201510524319A CN105204845A CN 105204845 A CN105204845 A CN 105204845A CN 201510524319 A CN201510524319 A CN 201510524319A CN 105204845 A CN105204845 A CN 105204845A
Authority
CN
China
Prior art keywords
layout
application interface
application
file
module
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.)
Pending
Application number
CN201510524319.9A
Other languages
Chinese (zh)
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.)
Shanghai Feixun Data Communication Technology Co Ltd
Original Assignee
Shanghai Feixun Data Communication 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 Shanghai Feixun Data Communication Technology Co Ltd filed Critical Shanghai Feixun Data Communication Technology Co Ltd
Priority to CN201510524319.9A priority Critical patent/CN105204845A/en
Publication of CN105204845A publication Critical patent/CN105204845A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a setting method and system of a default layout of an application interface, which are applied to a default layout setting process of the application interface in an Android system. The method comprises the following steps: monitoring the change of an application layout in a tabletop starter; carrying out array layout on the application interface; when monitoring that the layout of the application interface is changed, writing real-time information of the layout of the application interface into a layout database file; when compiling the Android system, copying the layout database file into a system configured output catalogue; packing the layout database file into a mapping file for storing a system file in the Android system; and when starting the Android system, loading the layout database file under the system configured output catalogue so as to display the layout of the application interface. According to the setting method and system provided by the invention, the self-defined layout database file is used for storing application layout information and arranging each internally arranged application through dragging, so that the setting manner of the default layout of the application interface is simple, efficient, and less error prone.

Description

A kind of method to set up of application interface default layout and system
Technical field
The present invention relates to technical field of software development, particularly relate to the application design in mobile terminal and administrative skill field, be specially a kind of method to set up and system of application interface default layout.
Background technology
Launcher is the desktop starter in Android system, and the desktop UI of Android system is referred to as Launcher.Launcher is one of main program assembly in Android system, if do not have Launcher just cannot start Android desktop in Android system, the prompt window that time Launcher makes mistakes, Android system there will be " process com.android.launcher surprisingly stops ".At this moment need to restart Launcher.When Android device is dispatched from the factory, Launcher interface is applied position all arrange, to be Developmental Engineer come by amendment default_workspace.xml this layout.
Along with the develop rapidly of mobile Internet, mobile phone application is more and more abundanter, these application comprise system application and third-party application, it is just that these application layout are good in the software version dispatched from the factory that Cell Phone Design company needs, how to allow the requirement layout be applied according to customization when dispatching from the factory that these are built-in? existing mode is by amendment default_workspace.xml file, the Android device built-in application of generally dispatching from the factory not lower tens sections, add the widgets such as widget, up to a hundred layout items often will be filled in, and when filling in each, slip-stick artist will obtain the packageName of this application by means such as decompilings, className, spanX, the information such as spanY, can take much time to do this thing, and and easily make mistakes.
Summary of the invention
The shortcoming of prior art in view of the above, the object of the present invention is to provide a kind of method to set up and system of application interface default layout, the problem of losing time and easily makeing mistakes loaded down with trivial details for the set-up mode solving application interface default layout in prior art.
For achieving the above object and other relevant objects, the invention provides a kind of method to set up of application interface default layout, be applied in the default layout setting up procedure of application interface in Android system, the method to set up of described application interface default layout comprises: the change of application layout in monitoring desktop starter; Alignment placement is carried out to application interface; When monitoring application interface layout change, by the real-time information of application interface layout write topology data library file; When Android system compiles by described layout database file copy under system configuration output directory; Described topology data library file is bundled in the image file of storage system file in Android system; When Android system starts, from described system configuration output directory, load described topology data library file, thus the layout at display application interface.
Preferably, the method to set up of described application interface default layout also comprises: before Android system compiling, reads the content in described topology data library file and the content in the described topology data library file read added in the source code of Android system compiling by file manager or adbpull order.
Preferably, described topology data library file comprises the layout table showing application interface layout information with tabular form.
Preferably, the position on application bag name, the class corresponding to application, the screen applying place, place screen and the unit lattice number shared by application is comprised in described layout table.
Preferably, by pulling each application and widget carries out layout to application interface.
For achieving the above object, what the present invention also provided a kind of application interface default layout arranges system, be applied in the default layout setting up procedure of application interface in Android system, the system that arranges of described application interface default layout comprises: alignment placement module, for carrying out alignment placement to application interface; Layout database file module, is connected with described alignment placement module, for being stored in topology data library file by application interface layout information; Layout service module, be connected with described layout database file module with described alignment placement module respectively, for monitoring the change of application layout in desktop starter and when monitoring application interface layout change, the real-time information of application interface layout being write in topology data library file; Copy module, be connected with described layout database file module, for when Android system compiles by described layout database file copy under system configuration output directory; Packetization module, is connected with described layout database file module, for being bundled in the image file of storage system file in Android system by described topology data library file; Load-on module, is connected with described packetization module with described copy module, for when Android system starts, from described system configuration output directory, loads described topology data library file, thus the layout at display application interface.
Preferably, the system that arranges of described application interface default layout also comprises: add module, be connected with described layout database file module, before Android system compiling, for reading the content in described topology data library file by file manager or adbpull order and the content in the described topology data library file read being added in the source code of Android system compiling.
Preferably, described topology data library file comprises the layout table showing application interface layout information with tabular form.
Preferably, the position on application bag name, the class corresponding to application, the screen applying place, place screen and the unit lattice number shared by application is comprised in described layout table.
Preferably, described alignment placement module is by pulling each application and widget carries out layout to application interface.
As mentioned above, the method to set up of a kind of application interface default layout of the present invention and system, have following beneficial effect:
The present invention preserves application layout information by self-defining topology data library file, operate more succinct, and by simply pulling each built-in application of layout, instead of realized by the XML file that traditional amendment is loaded down with trivial details, make the set-up mode of application interface default layout simple, efficient and be not easy to make mistakes, present invention greatly enhances development efficiency, save manpower, there is stronger versatility and practicality.
Accompanying drawing explanation
Fig. 1 is shown as the schematic flow sheet of the method to set up of a kind of application interface default layout of the present invention.
Fig. 2 is shown as detailed process schematic flow sheet in the method to set up of application interface default layout of the present invention.
Fig. 3 is shown as the structural representation of the system that arranges of application interface default layout of the present invention.
Element numbers explanation
1 application interface default layout system is set
11 alignment placement modules
12 layout service modules
13 layout database file modules
14 add module
15 copy modules
16 packetization module
17 load-on modules
S11 ~ S16 step
Embodiment
Below by way of specific instantiation, embodiments of the present invention are described, those skilled in the art the content disclosed by this instructions can understand other advantages of the present invention and effect easily.The present invention can also be implemented or be applied by embodiments different in addition, and the every details in this instructions also can based on different viewpoints and application, carries out various modification or change not deviating under spirit of the present invention.
The object of the present invention is to provide a kind of method to set up and system of application interface default layout, the problem of losing time and easily makeing mistakes loaded down with trivial details for the set-up mode solving application interface default layout in prior art.Below by elaborating a kind of method to set up of application interface default layout of the present invention and the principle of system and embodiment, those skilled in the art are made not need creative work can understand method to set up and the system of a kind of application interface default layout of the present invention.
The present embodiment provides a kind of method to set up of application interface default layout, carry out layout by the operation arranging application layout database to dispatch from the factory application, avoid software engineer loaded down with trivial details and also the operation that easily makes mistakes, drastically increase development efficiency, save manpower.
The present embodiment provides a kind of method to set up of application interface default layout, is applied in the default layout setting up procedure of application interface in Android system, and particularly, as shown in Figure 1, the method to set up of described application interface default layout comprises the following steps.
Step S11, the change of application layout in monitoring desktop starter; Particularly, in the present embodiment, start layout service a: LayoutService, this service layout service LayoutServic monitors the change of application layout in Launcher (desktop starter).
Step S12, carries out alignment placement to application interface; Particularly, in the present embodiment, by pulling each application and widget carries out layout to application interface.Now can come typesetting built-in application and various widget according to the customized demand of client, realize application layout easily by drag operation.By simply pulling each built-in application of layout, instead of being realized by the loaded down with trivial details XML file of traditional amendment, obtaining the set-up mode of application interface default layout simple, efficient and be not easy to make mistakes, drastically increasing development efficiency, save manpower.
Step S13, when monitoring application interface layout change, by the real-time information of application interface layout write topology data library file.Wherein, described topology data library file is specially launcher_layout.db library file in the present embodiment.When carrying out alignment placement to application interface, application layout information can be saved in launcher_layout.db library file.
Particularly, in the present embodiment, described topology data library file comprises the layout table showing application interface layout information with tabular form.Further, the position on application bag name, the class corresponding to application, the screen applying place, place screen and the unit lattice number shared by application is comprised in described layout table.
That is, in the present embodiment, need a self-defined launcher_layout.db library file, a layout form is comprised in launcher_layout.db library file, seven row are had in this form, corresponding packageNam (application bag name) respectively, className (class corresponding to application), screen (screen at application place), x (position on screen x direction), y (position on screen y direction), spanX (the unit lattice number of application shared by x direction) and spanY (the unit lattice number of application shared by y direction) seven layout attributes.
In addition, in the present embodiment, when Android system starts, the operation-interface provided this launcher_layout.db library file is needed.
Step S14, when Android system compiles by described layout database file copy under system configuration output directory; Particularly, in the present embodiment, described system configuration output directory is system/media/config.
In the present embodiment, before Android system compiling, read the content in described topology data library file by file manager or adbpull order and the content in the described topology data library file read added in the source code of Android system compiling.Launcher_layout.db library file is copied to below system/media/config by copy command when compiled version.
Step S15, described topology data library file is bundled in the image file (system.img) of storage system file in Android system; That is, can this launcher_layout.db library file be bundled in system.img when being bundled to, burn recording software version.Such system launcher can go system/media/config to load launcher_layout.db library file when starting.
Step S16, when Android system starts, loads described topology data library file from described system configuration output directory, thus the layout at display application interface.Like this, can according to above-mentioned layout to show each built-in application when Android system is started shooting first.
For the method to set up making those skilled in the art understand the application interface default layout in the present embodiment further, as shown in Figure 2, the implementation process of the method to set up of application interface default layout in the present embodiment will be further illustrated below.
First design a launcher_layout.db library file, start layout service a: LayoutService, the change of application layout in this layout service monitoring Launcher.Pull according to customization and put each built-in application and various widget, application layout is realized easily by drag operation, in layout service monitoring to Launcher application layout change and application layout information is write in launcher_layout.db library file in real time, generate launcher_layout.db, after having put, application layout information has been saved in launcher_layout.db library file and has suffered.Just this library file can be taken out by file manager or adbpull, be put in source code, add in source code by launcher_layout.db library file and compile, then by order, this launcher_layout.db library file is copied to below system/media/config, be packaged into system.img and burning version.Such system launcher can go system/media/config to load launcher_layout.db library file when starting, therefrom read the layout information of each built-in application in Android system.The equipment of such this Android system of configuration has been to load built-in application according to layout information when dispatching from the factory.
For achieving the above object, what the present embodiment provided a kind of application interface default layout arranges system, be applied in the default layout setting up procedure of application interface in Android system, particularly, as shown in Figure 3, the system that arranges 1 of application interface default layout comprises: alignment placement module 11, layout service module 12, layout database file module 13, interpolation module 14, copy module 15, packetization module 16 and load-on module 17.
Described alignment placement module 11 is for carrying out alignment placement to application interface.Particularly, in the present embodiment, described alignment placement module 11 is by pulling each application and widget carries out layout to application interface.Now can come typesetting built-in application and various widget according to the customized demand of client, realize application layout easily by drag operation.By simply pulling each built-in application of layout, instead of being realized by the loaded down with trivial details XML file of traditional amendment, obtaining the set-up mode of application interface default layout simple, efficient and be not easy to make mistakes, drastically increasing development efficiency, save manpower.
Layout database file module 13 is connected with described alignment placement module 11, for being stored in topology data library file by application interface layout information.Wherein, described topology data library file is specially launcher_layout.db library file in the present embodiment.When carrying out alignment placement to application interface, application layout information can be saved in launcher_layout.db library file.
Particularly, in the present embodiment, described topology data library file comprises the layout table showing application interface layout information with tabular form.Further, the position on application bag name, the class corresponding to application, the screen applying place, place screen and the unit lattice number shared by application is comprised in described layout table.
That is, in the present embodiment, need a self-defined launcher_layout.db library file, a layout form is comprised in launcher_layout.db library file, seven row are had in this form, corresponding packageNam (application bag name) respectively, className (class corresponding to application), screen (screen at application place), x (position on screen x direction), y (position on screen y direction), spanX (the unit lattice number of application shared by x direction) and spanY (the unit lattice number of application shared by y direction) seven layout attributes.
In addition, in the present embodiment, when Android system starts, the operation-interface provided this launcher_layout.db library file is needed.
Layout service module 12 is connected with described layout database file module 13 with described alignment placement module 11 respectively, for monitoring the change of application layout in desktop starter and the real-time information of application interface layout being write in topology data library file when monitoring application interface layout change.
Particularly, in the present embodiment, start layout service a: LayoutService, this service layout service LayoutServic monitors the change of application layout in Launcher (desktop starter).When monitoring application interface layout change, by the real-time information of application interface layout write topology data library file.
Add module 14 to be connected with described layout database file module 13, before Android system compiling, for reading the content in described topology data library file by file manager or adbpull order and the content in the described topology data library file read being added in the source code of Android system compiling.
Copy module 15 be connected with described layout database file module 13, for when Android system compiles by described layout database file copy under system configuration output directory; Particularly, in the present embodiment, described system configuration output directory is system/media/config.That is, launcher_layout.db library file is copied to below system/media/config by copy command when compiled version.
Packetization module 16 is connected with described layout database file module 13, for being bundled in (system.img) of storage system file in Android system by described topology data library file.That is, can this launcher_layout.db library file be bundled in system.img when being bundled to, burn recording software version.Such system launcher can go system/media/config to load launcher_layout.db library file when starting.
Load-on module 17 is connected with described packetization module 16 with described copy module 15, for when Android system starts, from described system configuration output directory, loads described topology data library file, thus the layout at display application interface.Like this, can according to above-mentioned layout to show each built-in application when Android system is started shooting first.
For the system that arranges 1 making those skilled in the art understand the application interface default layout in the present embodiment further, the course of work of the system that arranges 1 of application interface default layout in the present embodiment will be further illustrated below.
First design a launcher_layout.db library file by layout database file module 13, start layout service a: LayoutService by layout service module 12, the change of application layout in this layout service monitoring Launcher.According to customization, pulled by alignment placement module 11 and put each built-in application and various widget, application layout is realized easily by drag operation, layout service monitoring in layout service module 12 to application layout in Launcher change and application layout information is write in real time in the launcher_layout.db library file in layout database file module 13, generate launcher_layout.db, after having put, application layout information has been saved in launcher_layout.db library file and has suffered.Just this library file can be taken out by the file manager in interpolation module 14 or adbpull, be put in source code, add in source code by launcher_layout.db library file and compile, then by the copy command in copy module 15, this launcher_layout.db library file is copied to below system/media/config, be packaged into system.img and burn recording software version by packetization module 16.System/media/config can be gone to load launcher_layout.db library file by load-on module 17 time such system launcher starts, therefrom read the layout information of each built-in application in Android system.The equipment of such this Android system of configuration has been to load built-in application according to layout information when dispatching from the factory.
In sum, the present invention preserves application layout information by self-defining topology data library file, operate more succinct, and by simply pulling each built-in application of layout, instead of realized by the loaded down with trivial details XML file of traditional amendment, make the set-up mode of application interface default layout simple, efficient and be not easy to make mistakes.In addition, present invention greatly enhances development efficiency, save manpower, simply efficiently, there is stronger versatility and practicality.So the present invention effectively overcomes various shortcoming of the prior art and tool high industrial utilization.
Above-described embodiment is illustrative principle of the present invention and effect thereof only, but not for limiting the present invention.Any person skilled in the art scholar all without prejudice under spirit of the present invention and category, can modify above-described embodiment or changes.Therefore, such as have in art usually know the knowledgeable do not depart from complete under disclosed spirit and technological thought all equivalence modify or change, must be contained by claim of the present invention.

Claims (10)

1. a method to set up for application interface default layout, is applied in the default layout setting up procedure of application interface in Android system, it is characterized in that: the method to set up of described application interface default layout comprises:
The change of application layout in monitoring desktop starter;
Alignment placement is carried out to application interface;
When monitoring application interface layout change, by the real-time information of application interface layout write topology data library file;
When Android system compiles by described layout database file copy under system configuration output directory;
Described topology data library file is bundled in the image file of storage system file in Android system;
When Android system starts, from described system configuration output directory, load described topology data library file, thus the layout at display application interface.
2. the method to set up of application interface default layout according to claim 1, it is characterized in that: the method to set up of described application interface default layout also comprises: before Android system compiling, read the content in described topology data library file by file manager or adbpull order and the content in the described topology data library file read added in the source code of Android system compiling.
3. the method to set up of application interface default layout according to claim 1, is characterized in that: described topology data library file comprises the layout table showing application interface layout information with tabular form.
4. the method to set up of application interface default layout according to claim 3, is characterized in that: comprise the position on application bag name, the class corresponding to application, the screen applying place, place screen and the unit lattice number shared by application in described layout table.
5. the method to set up of application interface default layout according to claim 1, is characterized in that: by pulling each application and widget carries out layout to application interface.
6. application interface default layout a system is set, be applied in the default layout setting up procedure of application interface in Android system, it is characterized in that: the system that arranges of described application interface default layout comprises:
Alignment placement module, for carrying out alignment placement to application interface;
Layout database file module, is connected with described alignment placement module, for being stored in topology data library file by application interface layout information;
Layout service module, be connected with described layout database file module with described alignment placement module respectively, for monitoring the change of application layout in desktop starter and when monitoring application interface layout change, the real-time information of application interface layout being write in topology data library file;
Copy module, be connected with described layout database file module, for when Android system compiles by described layout database file copy under system configuration output directory;
Packetization module, is connected with described layout database file module, for being bundled in the image file of storage system file in Android system by described topology data library file;
Load-on module, is connected with described packetization module with described copy module, for when Android system starts, from described system configuration output directory, loads described topology data library file, thus the layout at display application interface.
7. application interface default layout according to claim 6 system is set, it is characterized in that: the system that arranges of described application interface default layout also comprises:
Add module, be connected with described layout database file module, before Android system compiling, for reading the content in described topology data library file by file manager or adbpull order and the content in the described topology data library file read being added in the source code of Android system compiling.
8. application interface default layout according to claim 6 system is set, it is characterized in that: described topology data library file comprises the layout table showing application interface layout information with tabular form.
9. application interface default layout according to claim 8 system is set, it is characterized in that: in described layout table, comprise the position on application bag name, class corresponding to application, the screen at application place, place screen and the unit lattice number shared by application.
10. application interface default layout according to claim 6 system is set, it is characterized in that: described alignment placement module is by pulling each application and widget carries out layout to application interface.
CN201510524319.9A 2015-08-24 2015-08-24 Setting method and system of default layout of application interface Pending CN105204845A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510524319.9A CN105204845A (en) 2015-08-24 2015-08-24 Setting method and system of default layout of application interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510524319.9A CN105204845A (en) 2015-08-24 2015-08-24 Setting method and system of default layout of application interface

Publications (1)

Publication Number Publication Date
CN105204845A true CN105204845A (en) 2015-12-30

Family

ID=54952551

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510524319.9A Pending CN105204845A (en) 2015-08-24 2015-08-24 Setting method and system of default layout of application interface

Country Status (1)

Country Link
CN (1) CN105204845A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145358A (en) * 2017-05-10 2017-09-08 上海上讯信息技术股份有限公司 A kind of method and apparatus for generating enterprise desktop

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771751A (en) * 2009-12-29 2010-07-07 宇龙计算机通信科技(深圳)有限公司 Method, system and mobile terminal for prompting customized information
CN102662599A (en) * 2012-04-27 2012-09-12 广东欧珀移动通信有限公司 Desktop configuration method and desktop switching method of Android touch screen mobile phone
CN103645906A (en) * 2013-12-25 2014-03-19 上海斐讯数据通信技术有限公司 Method and system for realizing interface re-layout based on fixed interface layout document
CN103793144A (en) * 2014-02-20 2014-05-14 广州市久邦数码科技有限公司 Implementing method and system for icon array in drag and drop mode
CN104090752A (en) * 2014-06-10 2014-10-08 南靖万利达科技有限公司 Method for promoting customization of shortcut icon on desktop of android system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771751A (en) * 2009-12-29 2010-07-07 宇龙计算机通信科技(深圳)有限公司 Method, system and mobile terminal for prompting customized information
CN102662599A (en) * 2012-04-27 2012-09-12 广东欧珀移动通信有限公司 Desktop configuration method and desktop switching method of Android touch screen mobile phone
CN103645906A (en) * 2013-12-25 2014-03-19 上海斐讯数据通信技术有限公司 Method and system for realizing interface re-layout based on fixed interface layout document
CN103793144A (en) * 2014-02-20 2014-05-14 广州市久邦数码科技有限公司 Implementing method and system for icon array in drag and drop mode
CN104090752A (en) * 2014-06-10 2014-10-08 南靖万利达科技有限公司 Method for promoting customization of shortcut icon on desktop of android system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MR_RAPTOR: "《http://blog.csdn.net/mr_raptor/article/details/30113417》", 《HTTP://BLOG.CSDN.NET/MR_RAPTOR/ARTICLE/DETAILS/30113417》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145358A (en) * 2017-05-10 2017-09-08 上海上讯信息技术股份有限公司 A kind of method and apparatus for generating enterprise desktop

Similar Documents

Publication Publication Date Title
CN102289378B (en) Method for automatically generating APP (Application)
US10191733B2 (en) Software change process orchestration in a runtime environment
US9626157B2 (en) Method of projecting a workspace and system using the same
US20120041990A1 (en) System and Method for Generating Dashboard Display in Software Applications
CN103761107B (en) Software package customizing device and method
CN105446712A (en) Defect mending method and device for application program
CN112286504A (en) Method for realizing development and loading of small program based on Reactnative in mobile APP
CN112650966A (en) Method, generator and medium for generating dynamic list page of online design
CN115480801A (en) Multi-project development, deployment and operation method and system based on Vue framework
US20110320504A1 (en) Modeling for event enabled content management systems
CN115510358A (en) Method and system for realizing business workflow by combining process engine with dynamic form
KR102397494B1 (en) Low code web development and operating system, and service method using of it
CN103699478A (en) Test case generation system and test case generation method
CN117215556A (en) Modularized page rapid construction method, system, equipment and medium
CN105204845A (en) Setting method and system of default layout of application interface
CN105373384B (en) A kind of software development methodology and device
US20220413843A1 (en) Combining model-driven applications and canvas-type applications with application lifecycle management
CN115328462A (en) Js visualization development tool based on Vue and using method
CN105446788A (en) Information processing method and electronic equipment
CN102521133A (en) TCL (tool command language)-based white-box testing automation method and TCL-based white-box testing automation system
Hunting The AIMMS outer approximation algorithm for MINLP (using GMP functionality)
TWI582696B (en) Method of projecting a workspace and system using the same
KR102379101B1 (en) Method for operating tool in working environment and machine using such method
CN104598211A (en) Method and device for managing and maintaining software program
Le A react responsive web application managing offers and configurations of projects

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20151230

RJ01 Rejection of invention patent application after publication