CN111625312A - APP skin changing method and device, electronic equipment and storage medium - Google Patents

APP skin changing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111625312A
CN111625312A CN202010422388.XA CN202010422388A CN111625312A CN 111625312 A CN111625312 A CN 111625312A CN 202010422388 A CN202010422388 A CN 202010422388A CN 111625312 A CN111625312 A CN 111625312A
Authority
CN
China
Prior art keywords
skin
changing
app
signal
picture
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
CN202010422388.XA
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.)
Beijing Baige Feichi Technology Co ltd
Original Assignee
Xiaochuanchuhai Education Technology Beijing 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 Xiaochuanchuhai Education Technology Beijing Co ltd filed Critical Xiaochuanchuhai Education Technology Beijing Co ltd
Priority to CN202010422388.XA priority Critical patent/CN111625312A/en
Publication of CN111625312A publication Critical patent/CN111625312A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention belongs to the technical field of terminal APP development, and provides an APP skin changing method, an APP skin changing device, electronic equipment and a storage medium, wherein the method comprises the following steps: creating a skin profile; monitoring a skin change signal; if a skin changing signal is monitored, generating a skin changing notification according to the skin changing signal and the skin configuration file; and loading corresponding skin resources according to the skin changing notification. The method and the device directly add the capability of supporting the skin to the bottom layer of the UI frame by creating the skin configuration file, generate the skin change notification according to the skin change signal and the skin configuration file when the skin change signal is monitored, and load the corresponding skin resource according to the skin change notification, thereby quickly and automatically changing the skin of the APP. The invention does not need to set the skin changing file and the skin changing logic for each page, thereby greatly reducing the development difficulty and the maintenance difficulty of the skin changing function.

Description

APP skin changing method and device, electronic equipment and storage medium
Technical Field
The invention belongs to the technical field of mobile terminals, particularly relates to the technical field of mobile terminal APP development, and more particularly relates to an APP skin changing method, device, electronic equipment and storage medium.
The APP in the invention is called application, and refers to a third-party application installed on the mobile terminal.
The skin referred to in the present invention refers to the color and picture content of the APP interface.
Background
When developing the APP, in order to meet personalized requirements of users, the APP skin-changing function is generally provided for users to use. Wherein, the skin changing function includes but is not limited to changing color, picture, etc.
The existing skin change function usually needs to write a skin change file in each page in the APP, and after receiving an action of skin change, each page separately processes a notification of skin change in the APP, which needs to develop skin change logic for separately processing skin change in each page. Not only is this skin change difficult to develop, but it is also relatively difficult to maintain pages, especially after hundreds of pages in APP.
Disclosure of Invention
Technical problem to be solved
The invention aims to solve the technical problems of high difficulty in single-page skin changing development and difficulty in maintenance in the prior art.
(II) technical scheme
In order to solve the above technical problem, an aspect of the present invention provides an APP skin-changing method for changing a color and/or an image of an APP interface, including the following steps:
creating a skin profile;
monitoring a skin change signal;
if a skin changing signal is monitored, generating a skin changing notification according to the skin changing signal and the skin configuration file;
and loading corresponding skin resources according to the skin changing notification.
According to a preferred embodiment of the present invention, the creating of the skin profile comprises:
acquiring color information and picture information contained in each set of skin;
and creating a color label and a picture label corresponding to the set of skin according to the color information and the picture information, and generating a skin configuration file.
According to a preferred embodiment of the present invention, the skin changing signal includes a target color tag and/or a target picture tag to be changed, and the generating the skin changing notification according to the skin changing signal and the skin profile includes:
and generating a skin change notice for changing the target color label and/or the target picture label according to the skin configuration file.
According to a preferred embodiment of the present invention, before listening for a skin change signal, the method further includes:
and expanding all UI controls to enable each UI control to correspond to one color label and/or one picture label, and having the functions of monitoring a skin changing signal and generating a skin changing notification according to the skin changing signal and the skin configuration file.
According to a preferred embodiment of the present invention, the skin change signal is triggered by a selection operation on a target UI control, and the generating a skin change notification according to the skin change signal and the skin configuration file includes:
inquiring a target color label and/or a target picture label corresponding to the target UI control;
and generating a skin change notice for changing the target color label and/or the target picture label according to the skin configuration file.
According to a preferred embodiment of the present invention, the loading the corresponding skin resource according to the skin change notification includes:
and loading the target color corresponding to the skin changing notification and/or the skin of the target picture.
According to a preferred embodiment of the invention, the method further comprises:
and after the skin change is finished, sending a notification that the skin is changed.
The invention provides an APP skin-changing device for changing the color and/or picture of an APP interface, the device comprising:
a creation module for creating a skin profile;
the monitoring module is used for monitoring the skin changing signal;
the generating module is used for generating a skin changing notification according to the skin changing signal and the skin configuration file if the skin changing signal is monitored;
and the loading module is used for loading the corresponding skin resource according to the skin changing notification.
A third aspect of the invention proposes an electronic device comprising a processor and a memory for storing a computer-executable program, which, when executed by the processor, performs the method.
The fourth aspect of the present invention also provides a computer-readable medium storing a computer-executable program, which when executed, implements the method.
(III) advantageous effects
The method and the device directly add the capability of supporting the skin to the bottom layer of the UI frame by creating the skin configuration file, generate the skin change notification according to the skin change signal and the skin configuration file when the skin change signal is monitored, and load the corresponding skin resource according to the skin change notification, thereby quickly and automatically changing the skin of the APP. The invention does not need to set the skin changing file and the skin changing logic for each page, thereby greatly reducing the development difficulty and the maintenance difficulty of the skin changing function.
According to the method and the device, all the UI controls are expanded, each UI control corresponds to one color label and/or one picture label, and the function of monitoring the skin changing signal and generating the skin changing notification according to the skin changing signal and the skin configuration file is achieved. All UI controls on the bottom layer of the system are added with an extended function of skin replacement, so that automatic skin replacement can be realized.
Drawings
FIG. 1 is a schematic flow chart of an APP skin changing method of the present invention;
FIG. 2 is a schematic view of a set of skins in accordance with the present invention;
FIGS. 3 a-3 b are schematic views of another skin set of the present invention;
FIGS. 4 a-4 b are schematic views of another set of skins in accordance with the present invention;
FIG. 5 is a schematic structural framework diagram of an APP skin replacement device according to the present invention;
FIG. 6 is a schematic structural diagram of an electronic device of one embodiment of the invention;
fig. 7 is a schematic diagram of a computer-readable recording medium of an embodiment of the present invention.
Detailed Description
In describing particular embodiments, specific details of structures, properties, effects, or other features are set forth in order to provide a thorough understanding of the embodiments by one skilled in the art. However, it is not excluded that a person skilled in the art may implement the invention in a specific case without the above-described structures, performances, effects or other features.
The flow chart in the drawings is only an exemplary flow demonstration, and does not represent that all the contents, operations and steps in the flow chart are necessarily included in the scheme of the invention, nor does it represent that the execution is necessarily performed in the order shown in the drawings. For example, some operations/steps in the flowcharts may be divided, some operations/steps may be combined or partially combined, and the like, and the execution order shown in the flowcharts may be changed according to actual situations without departing from the gist of the present invention.
The block diagrams in the figures generally represent functional entities and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different network and/or processing unit devices and/or microcontroller devices.
The same reference numerals denote the same or similar elements, components, or parts throughout the drawings, and thus, a repetitive description thereof may be omitted hereinafter. It will be further understood that, although the terms first, second, third, etc. may be used herein to describe various elements, components, or sections, these elements, components, or sections should not be limited by these terms. That is, these phrases are used only to distinguish one from another. For example, a first device may also be referred to as a second device without departing from the spirit of the present invention. Furthermore, the term "and/or", "and/or" is intended to include all combinations of any one or more of the listed items.
In order to solve the technical problem, the invention provides an APP skin changing method, which is used for changing the color and/or picture of an APP interface, the skin supporting capability is directly added to a bottom layer of a UI frame by creating a skin configuration file, when a skin changing signal is monitored, a skin changing notification is generated according to the skin changing signal and the skin configuration file, and then corresponding skin resources are loaded according to the skin changing notification, so that the skin of the APP can be changed quickly and automatically. The invention does not need to set the skin changing file and the skin changing logic for each page, thereby greatly reducing the development difficulty and the maintenance difficulty of the skin changing function.
The method specifically comprises the steps that the color information and the picture information contained in each set of skin can be obtained firstly when the configuration file is created; and then, creating a color label and a picture label corresponding to the set of skin according to the color information and the picture information, and generating a skin configuration file. In a skin profile, multiple color tags and multiple pattern tags are provided for the same set of skin.
The skin changing signal in the invention includes a changed target color label and/or a changed target picture label, and the skin changing notification generated according to the skin changing signal and the skin configuration file can specifically generate the skin changing notification for changing the target color label and/or the target picture label according to the skin configuration file.
In the invention, as a specific mode for monitoring the skin change signal, before the skin change signal is monitored, all UI controls can be expanded, each UI control corresponds to one color label and/or one picture label, and the function of monitoring the skin change signal and generating a skin change notification according to the skin change signal and the skin configuration file is realized. The skin changing signal is triggered by selecting a target UI control, and a skin changing notification is generated according to the skin changing signal and the skin configuration file by inquiring a target color label and/or a target picture label corresponding to the target UI control; and generating a skin change notice for changing the target color label and/or the target picture label according to the skin configuration file.
In order that the objects, technical solutions and advantages of the present invention will become more apparent, the present invention will be further described in detail with reference to the accompanying drawings in conjunction with the following specific embodiments.
In describing particular embodiments, specific details of structures, properties, effects, or other features are set forth in order to provide a thorough understanding of the embodiments by one skilled in the art. However, it is not excluded that a person skilled in the art may implement the invention in a specific case without the above-described structures, performances, effects or other features.
The flow chart in the drawings is only an exemplary flow demonstration, and does not represent that all the contents, operations and steps in the flow chart are necessarily included in the scheme of the invention, nor does it represent that the execution is necessarily performed in the order shown in the drawings. For example, some operations/steps in the flowcharts may be divided, some operations/steps may be combined or partially combined, and the like, and the execution order shown in the flowcharts may be changed according to actual situations without departing from the gist of the present invention.
The block diagrams in the figures generally represent functional entities and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different network and/or processing unit devices and/or microcontroller devices.
The same reference numerals denote the same or similar elements, components, or parts throughout the drawings, and thus, a repetitive description thereof may be omitted hereinafter. It will be further understood that, although the terms first, second, third, etc. may be used herein to describe various elements, components, or sections, these elements, components, or sections should not be limited by these terms. That is, these phrases are used only to distinguish one from another. For example, a first device may also be referred to as a second device without departing from the spirit of the present invention. Furthermore, the term "and/or", "and/or" is intended to include all combinations of any one or more of the listed items.
Fig. 1 is a schematic flow chart of an APP skin-changing method according to the present invention, which is used for changing colors and/or pictures of an APP interface, as shown in fig. 1, and the method includes the following steps:
s1, creating a skin configuration file;
in the invention, the skin configuration file comprises color and picture configuration information of different sets of skins of each page of the APP. In one example, the present step includes:
s11, acquiring color information and picture information contained in each set of skin;
in the invention, the skin is divided into two elements of color information and picture information. A set of skins may be multiple skins in the same page containing the same picture in different colors, as in fig. 2, a page contains pictures 10, 11, and 13, and the page has three colors: red, yellow and green, the set of skin corresponding to the page has red skin containing pictures 10, 11 and 13, yellow skin containing pictures 10, 11 and 13 and green skin containing pictures 10, 11 and 13. The set of skin may also be a plurality of skins containing different pictures of the same color in the same page. As shown in fig. 3a, the page includes the red skin of the picture 10, and as shown in fig. 3b, the page includes the red skins of the pictures 10 and 12, and the set of skins corresponding to the page includes the red skin of the picture 10 and the red skin of the pictures 10 and 12. The set of skin may also be a plurality of skins containing different pictures with different colors in the same page. As shown in fig. 4a, the page includes red skins of pictures 11 and 12, and as shown in fig. 4b, the page includes green skins of pictures 10 and 13, and a set of skins corresponding to the page includes red skins of pictures 11 and 12 and green skins of pictures 10 and 13.
In the invention, the color information and the picture information of each set of skin are preset by the system, and the color information and the picture information contained in each set of skin can be acquired through the system file.
S12, creating a color label and a picture label corresponding to the set of skin according to the color information and the picture information, and generating a skin configuration file.
The color label is used for distinguishing different colors, and specifically, numbers or characters can be used for distinguishing, for example, 01 represents red, 11 represents green, 10 represents yellow, and the like. The picture tags are used for distinguishing different pictures, and specifically, the different pictures can be distinguished by using numbers or characters, for example, 01 represents a picture I, 11 represents a picture II, and the like.
In a skin profile, multiple color tags and multiple pattern tags are provided for the same set of skin. For example, three color labels of 01, 11 and 10 are set in a set of skin profiles, indicating that the set of skin has the corresponding colors of the three color labels of 01, 11 and 10. Thus, a corresponding skin profile is set for each set of skin.
S2, monitoring a skin change signal;
wherein the skin changing signal comprises a changed target color label and/or a target picture label. In one example, a skin change signal may be listened to through a ThemeManager resource manager control extended UI control; if the skin change signal is triggered by a selection operation of a target UI control, before this step, the method further includes:
and expanding all UI controls to enable each UI control to correspond to one color label and/or one picture label, and having the functions of monitoring a skin changing signal and generating a skin changing notification according to the skin changing signal and the skin configuration file.
S3, if a skin changing signal is monitored, generating a skin changing notification according to the skin changing signal and the skin configuration file;
specifically, after the skin change signal is monitored, a skin change notification for changing the target color label and/or the target picture label is generated according to the skin configuration file.
In an example of monitoring a skin change signal through an extended UI control, if a selection operation of a user on a target UI control is monitored, such as a user clicking or double-clicking the target UI control, since each extended UI control corresponds to one color label and/or one picture label, a target color label and/or a target picture label corresponding to the target UI control is queried; and generating a skin change notice for changing the target color label and/or the target picture label according to the skin configuration file. For example, if a certain target UI control corresponds to the target color 11 and the target picture 01, when it is monitored that the user clicks the UI control, a skin change notification of the target color 11 and the target picture 01 is generated according to the skin configuration file.
And S4, loading the corresponding skin resource according to the skin changing notification.
Specifically, a target color label and/or a target picture label in the skin change notification are extracted from the skin configuration file, and a target color and/or a skin of the target picture corresponding to the skin change notification are directly loaded.
Further, after the skin changing is completed, the method also comprises the following steps: and sending a skin change notification to the ThemeManager resource manager to finish the skin change monitoring.
Fig. 5 is a schematic structural framework diagram of an APP skin-changing device according to the present invention, which is used for changing the color and/or picture of an APP interface, as shown in fig. 5, the device includes:
a creation module 51 for creating a skin profile;
a monitoring module 52, configured to monitor a skin change signal;
a generating module 53, configured to generate a skin change notification according to the skin change signal and the skin configuration file if the skin change signal is monitored;
and a loading module 54, configured to load a corresponding skin resource according to the skin change notification.
In a specific embodiment, the creating module 51 includes:
the acquisition module is used for acquiring color information and picture information contained in each set of skin;
and the first sub-generation module is used for creating a color label and a picture label corresponding to the set of skin according to the color information and the picture information and generating a skin configuration file.
The skin change signal includes a target color label and/or a target picture label to be changed, and the generating module 53 is specifically configured to generate a skin change notification for changing the target color label and/or the target picture label according to the skin configuration file.
In one embodiment, the apparatus further comprises:
and the extension module is used for extending all the UI controls, enabling each UI control to correspond to one color label and/or one picture label, and having the functions of monitoring the skin changing signal and generating a skin changing notification according to the skin changing signal and the skin configuration file.
Correspondingly, the skin change signal is triggered by a selection operation on a target UI control, and the generating module 53 includes:
the query module is used for querying a target color label and/or a target picture label corresponding to the target UI control;
and the second sub-generation module is used for generating a skin changing notification for changing the target color label and/or the target picture label according to the skin configuration file.
The loading module 54 is specifically configured to load a target color and/or a skin of a target picture corresponding to the skin change notification.
Further, the device further comprises a sending module for sending a skin change notification after the skin change is completed.
Fig. 6 is a schematic structural diagram of an electronic device including a processor and a memory for storing a computer-executable program, wherein the processor executes an online education topic generation method when the computer program is executed by the processor, according to an embodiment of the present invention.
As shown in fig. 6, the electronic device is in the form of a general purpose computing device. The processor can be one or more and can work together. The invention also does not exclude that distributed processing is performed, i.e. the processors may be distributed over different physical devices. The electronic device of the present invention is not limited to a single entity, and may be a sum of a plurality of entity devices.
The memory stores a computer executable program, typically machine readable code. The computer readable program may be executed by the processor to enable an electronic device to perform the method of the invention, or at least some of the steps of the method.
The memory may include volatile memory, such as Random Access Memory (RAM) and/or cache memory, and may also be non-volatile memory, such as read-only memory (ROM).
Optionally, in this embodiment, the electronic device further includes an I/O interface, which is used for data exchange between the electronic device and an external device. The I/O interface may be a local bus representing one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, and/or a memory storage device using any of a variety of bus architectures.
It should be understood that the electronic device shown in fig. 6 is only one example of the present invention, and elements or components not shown in the above example may be further included in the electronic device of the present invention. For example, some electronic devices further include a display unit such as a display screen, and some electronic devices further include a human-computer interaction element such as a button, a keyboard, and the like. Electronic devices are considered to be covered by the present invention as long as the electronic devices are capable of executing a computer-readable program in a memory to implement the method of the present invention or at least a part of the steps of the method.
Fig. 7 is a schematic diagram of a computer-readable recording medium of an embodiment of the present invention. As shown in fig. 7, the computer-readable recording medium has stored therein a computer-executable program which, when executed, implements the above-described method for generating an online education title of the present invention. The computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
From the above description of the embodiments, those skilled in the art will readily appreciate that the present invention can be implemented by hardware capable of executing a specific computer program, such as the system of the present invention, and electronic processing units, servers, clients, mobile phones, control units, processors, etc. included in the system. The invention may also be implemented by computer software for performing the method of the invention, e.g. control software executed by a microprocessor, an electronic control unit, a client, a server, etc. It should be noted, however, that the computer software for executing the method of the present invention is not limited to be executed by one or a specific hardware entity, but may also be implemented in a distributed manner by hardware entities without specific details, for example, some method steps executed by a computer program may be executed by a mobile client, and another part may be executed by a smart meter, a smart pen, or the like. For computer software, the software product may be stored in a computer readable storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or may be distributed over a network, as long as it enables the electronic device to perform the method according to the present invention.
While the foregoing embodiments have described the objects, aspects and advantages of the present invention in further detail, it should be understood that the present invention is not inherently related to any particular computer, virtual machine or electronic device, and various general-purpose machines may be used to implement the present invention. The invention is not to be considered as limited to the specific embodiments thereof, but is to be understood as being modified in all respects, all changes and equivalents that come within the spirit and scope of the invention.

Claims (10)

1. An APP skin changing method for changing the color and/or picture of an APP interface, characterized by comprising the following steps:
creating a skin profile;
monitoring a skin change signal;
if a skin changing signal is monitored, generating a skin changing notification according to the skin changing signal and the skin configuration file;
and loading corresponding skin resources according to the skin changing notification.
2. The APP skin resurfacing method of claim 1, wherein: the creating a skin profile comprises:
acquiring color information and picture information contained in each set of skin;
and creating a color label and a picture label corresponding to the set of skin according to the color information and the picture information, and generating a skin configuration file.
3. The APP skin changing method according to claim 2, wherein the skin changing signal includes a changed target color tag and/or a changed target picture tag, and the generating a skin changing notification according to the skin changing signal and the skin profile includes:
and generating a skin change notice for changing the target color label and/or the target picture label according to the skin configuration file.
4. The APP skin resurfacing method of claim 1, wherein prior to said listening for a resurfacing signal, the method further comprises:
and expanding all UI controls to enable each UI control to correspond to one color label and/or one picture label, and having the functions of monitoring a skin changing signal and generating a skin changing notification according to the skin changing signal and the skin configuration file.
5. The APP skin changing method of claim 3, wherein the skin changing signal is triggered by a selection operation of a target UI control, and the generating of the skin changing notification according to the skin changing signal and the skin configuration file comprises:
inquiring a target color label and/or a target picture label corresponding to the target UI control;
and generating a skin change notice for changing the target color label and/or the target picture label according to the skin configuration file.
6. The APP skin change method of claim 1, wherein said loading corresponding skin resources according to said skin change notification comprises:
and loading the target color corresponding to the skin changing notification and/or the skin of the target picture.
7. The APP skin resurfacing method of claim 1, further comprising:
and after the skin change is finished, sending a notification that the skin is changed.
8. An APP trades skin device for change APP color and/or picture of interface, its characterized in that, the device includes:
a creation module for creating a skin profile;
the monitoring module is used for monitoring the skin changing signal;
the generating module is used for generating a skin changing notification according to the skin changing signal and the skin configuration file if the skin changing signal is monitored;
and the loading module is used for loading the corresponding skin resource according to the skin changing notification.
9. An electronic device comprising a processor and a memory, the memory for storing a computer-executable program, characterized in that:
the computer program, when executed by the processor, performs the method of any of claims 1-7.
10. A computer-readable medium storing a computer-executable program, wherein the computer-executable program, when executed, implements the method of any of claims 1-7.
CN202010422388.XA 2020-05-19 2020-05-19 APP skin changing method and device, electronic equipment and storage medium Pending CN111625312A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010422388.XA CN111625312A (en) 2020-05-19 2020-05-19 APP skin changing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010422388.XA CN111625312A (en) 2020-05-19 2020-05-19 APP skin changing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111625312A true CN111625312A (en) 2020-09-04

Family

ID=72258944

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010422388.XA Pending CN111625312A (en) 2020-05-19 2020-05-19 APP skin changing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111625312A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685113A (en) * 2020-12-28 2021-04-20 金现代信息产业股份有限公司 iOS skin changing method and device
CN113296863A (en) * 2021-05-26 2021-08-24 平安国际智慧城市科技股份有限公司 Dynamic skin changing method, device, equipment and storage medium based on IOS system
CN114675912A (en) * 2021-05-06 2022-06-28 腾讯云计算(北京)有限责任公司 Theme skin switching method and device, computer equipment and computer storage medium
CN114706648A (en) * 2022-05-10 2022-07-05 深圳依时货拉拉科技有限公司 Application program skin changing method and device based on IOS (input/output system), computer equipment and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019781A (en) * 2012-12-04 2013-04-03 广东欧珀移动通信有限公司 Rapid skin changing method based on Android system
CN104252341A (en) * 2013-06-26 2014-12-31 腾讯科技(深圳)有限公司 Method and device for resurfacing application program and client side device of application program
CN107133038A (en) * 2017-04-28 2017-09-05 广州阿里巴巴文学信息技术有限公司 A kind of application program changes the method and its device of skin
CN110399130A (en) * 2019-07-16 2019-11-01 国金证券股份有限公司 A kind of APP skin change method based on android system
CN111061536A (en) * 2019-12-20 2020-04-24 网易(杭州)网络有限公司 Method and device for changing skin of application program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019781A (en) * 2012-12-04 2013-04-03 广东欧珀移动通信有限公司 Rapid skin changing method based on Android system
CN104252341A (en) * 2013-06-26 2014-12-31 腾讯科技(深圳)有限公司 Method and device for resurfacing application program and client side device of application program
CN107133038A (en) * 2017-04-28 2017-09-05 广州阿里巴巴文学信息技术有限公司 A kind of application program changes the method and its device of skin
CN110399130A (en) * 2019-07-16 2019-11-01 国金证券股份有限公司 A kind of APP skin change method based on android system
CN111061536A (en) * 2019-12-20 2020-04-24 网易(杭州)网络有限公司 Method and device for changing skin of application program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112685113A (en) * 2020-12-28 2021-04-20 金现代信息产业股份有限公司 iOS skin changing method and device
CN114675912A (en) * 2021-05-06 2022-06-28 腾讯云计算(北京)有限责任公司 Theme skin switching method and device, computer equipment and computer storage medium
CN113296863A (en) * 2021-05-26 2021-08-24 平安国际智慧城市科技股份有限公司 Dynamic skin changing method, device, equipment and storage medium based on IOS system
CN114706648A (en) * 2022-05-10 2022-07-05 深圳依时货拉拉科技有限公司 Application program skin changing method and device based on IOS (input/output system), computer equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
US11314568B2 (en) Message processing method and apparatus, storage medium, and computer device
CN111625312A (en) APP skin changing method and device, electronic equipment and storage medium
CN107451272B (en) Information display method, medium, device and computing equipment
CN113095995A (en) Webpage watermark adding method and device, electronic equipment and storage medium
US20190325562A1 (en) Window rendering method and terminal
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
CN112099684A (en) Search display method and device and electronic equipment
CN110781067A (en) Method, device, equipment and storage medium for calculating starting time consumption
CN111522619A (en) Method for automatically reducing refresh frequency of extended screen based on software type and mouse pointer position
CN106155674B (en) Method and device for displaying report page
CN113835835B (en) Method, device and computer readable storage medium for creating consistency group
US20120084683A1 (en) Seamless Integration of Additional Functionality into Enterprise Software without Customization or Apparent Alteration of Same
CN116432624A (en) Micro-service API document generation method, device, equipment and storage medium
CN105739717A (en) Information input method and device
CN112905931B (en) Page information display method and device, electronic equipment and storage medium
CN113656041A (en) Data processing method, device, equipment and storage medium
CN112947918A (en) Data display method and device
CN107193670B (en) Remote management method, device and system for cluster workstations
CN113760253A (en) Front-end rendering method, apparatus, device, medium, and program product
CN112131539A (en) Watermark information adding method and device
CN110825477A (en) Method, device and equipment for loading graphical interface and storage medium
CN113722341B (en) Operation data processing method and related device
CN113806596B (en) Operation data management method and related device
US11874890B2 (en) Multi-entry point navigation for user interfaces
US20240104808A1 (en) Method and system for creating stickers from user-generated content

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
TA01 Transfer of patent application right

Effective date of registration: 20230607

Address after: 6001, 6th Floor, No.1 Kaifeng Road, Shangdi Information Industry Base, Haidian District, Beijing, 100085

Applicant after: Beijing Baige Feichi Technology Co.,Ltd.

Address before: 100085 4001, 4th floor, No.1 Kaifa Road, Shangdi Information Industry base, Haidian District, Beijing

Applicant before: XIAOCHUANCHUHAI EDUCATION TECHNOLOGY (BEIJING) CO.,LTD.

TA01 Transfer of patent application right