WO2011088772A1 - 界面皮肤更换系统及方法 - Google Patents

界面皮肤更换系统及方法 Download PDF

Info

Publication number
WO2011088772A1
WO2011088772A1 PCT/CN2011/070319 CN2011070319W WO2011088772A1 WO 2011088772 A1 WO2011088772 A1 WO 2011088772A1 CN 2011070319 W CN2011070319 W CN 2011070319W WO 2011088772 A1 WO2011088772 A1 WO 2011088772A1
Authority
WO
WIPO (PCT)
Prior art keywords
skin
package
interface
data
pack
Prior art date
Application number
PCT/CN2011/070319
Other languages
English (en)
French (fr)
Inventor
涂强
Original Assignee
腾讯科技(深圳)有限公司
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 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Priority to MX2012007422A priority Critical patent/MX2012007422A/es
Priority to BR112012015594A priority patent/BR112012015594A2/pt
Priority to SG2012050886A priority patent/SG182448A1/en
Priority to RU2012133350/08A priority patent/RU2538325C2/ru
Priority to CA2786781A priority patent/CA2786781A1/en
Publication of WO2011088772A1 publication Critical patent/WO2011088772A1/zh
Priority to US13/487,379 priority patent/US20120246572A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to an interface skin replacement system and method.
  • the basic interface of the Windows operating system Elemental expressions include: title bar, font, text color, window background, menu, buttons, and the background of other controls, etc. These collections of interface elements are called skins.
  • the Windows application's interface behaves in the same way as the Windows operating system, which means that the application's skin behaves the same as the operating system.
  • the application organizes various interface elements to provide replacement and customization, called “skinning.”
  • the " Skin Change” app is generally supported and will provide multiple sets of skins for the user to choose from. After the user selects a set of skins, the application's interface performance immediately becomes different from the system, thus meeting the needs of the personalized interface.
  • An interface skin replacement system includes: a skin package server for storing skin package data; a client, periodically sending a query request to the skin package server, obtaining information of a newly added skin package, and the skin is selected according to the user's selection
  • the package server initiates a download request to download the skin package data, and replaces the skin based on the downloaded skin package data.
  • the skin package server may include: a query interface, configured to receive a query request and a download request sent by the client, and return skin packet data to the client; a skin package database, store skin packet data; an index storage module, record a skin package Index information for the data.
  • the index storage module is further configured to: when the skin package is uploaded to the skin package database, the client may include: a query module, configured to send a query request and a download request to the skin package server, and receive a skin package returned by the server
  • the data storage module stores the downloaded skin package data; the selection module displays information about the skin package stored in the local storage module for the user to select; and the skinning module performs skinning according to the skin package data selected by the user.
  • the skinning module may include: a skinning interface, processing a skinning request according to a user's selection; loading a module, loading the skin package data specified by the skinning request as a skin resource; and an interface creating module, creating an interface according to the skin resource Element; interface element storage module, used to store all created interface elements.
  • An interface skin replacement method includes the following steps: periodically sending a query request to obtain information of a newly added skin pack; initiating a download request to download skin pack data according to the user's selection; and replacing the skin according to the downloaded skin pack data.
  • the method may further include the step of recording index information of the skin pack data, wherein the step of acquiring information of the newly added skin pack is specifically: according to the skin pack The index information of the data is queried to obtain information of the newly added skin pack.
  • the index information of the skin pack data may include a time stamp of the skin pack uploaded to the skin pack database, and the step of querying the information of the newly added skin pack according to the index information of the skin pack data is specifically: according to the skin pack
  • the timestamp uploaded to the skin package database obtains information of the newly added skin package during the two queries; and when the information of the newly added skin package is queried, the index information of the newly added skin package is recorded.
  • the step of replacing the skin according to the downloaded skin pack data may include: storing the downloaded skin pack data, and displaying the stored skin pack information to the user for the user to select, and performing skin resurfacing according to the skin pack data selected by the user. .
  • the step of implementing the skinning according to the skin packet data selected by the user may be: processing the skinning request according to the user's selection, loading the skin package data specified by the skinning request into a skin resource, and creating an interface element according to the skin resource. ; Stores all created interface elements.
  • the above interface skin replacement system and method can replace the skin according to the downloaded skin package data by periodically sending a query request to the skin package server to obtain the newly added skin package information, and sending a download request to the skin package server to download the skin package data. Since the newly added skin pack on the skin pack server can be obtained in time, the interface skin can be easily replaced in time.
  • the skin package server manages and maintains the skin package data.
  • the client can obtain the information, so that the client can update the latest skin package information at any time, and the skin package storage downloaded from the skin package server is obtained.
  • the user can select personalized skin package data through the client; and the interface elements created according to the obtained skin package data are also saved locally, and the client does not need to restart the application, and the user can reverse the selection module.
  • the skin that needs to be replaced is selected to implement the skin resurfacing process, so that a rich interface performance capability can be obtained, which fully satisfies the user's experience requirements.
  • FIG. 2 is a schematic structural view of a skin pack server in an embodiment
  • FIG. 3 is a schematic structural diagram of a client in an embodiment
  • FIG. 4 is a schematic structural view of a skin changing module in an embodiment
  • Fig. 5 is a flow chart showing a method of replacing the interface skin in the present invention.
  • Mode for Carrying Out the Invention Fig. 1 shows an interface skin replacement system of the present invention, which includes a skin pack server 10 and a client 20. among them:
  • the skin package server 10 stores the skin package data.
  • the skin package data includes a skin preview image, a name, a skin package identification number, and skin resource file data.
  • the skin package server 10 includes a query interface 101, a skin package database 102, and an index storage module 103, wherein:
  • the query interface 101 is configured to receive the query request and the download request sent by the client 20, and return the skin package data to the client;
  • the skin package database 102 is configured to store all the skin package data;
  • the index storage module 103 records the skin package data.
  • Index information the content recorded in the index information recorded by the index storage module 103 includes: a skin package identification number, a name, a preview picture, and a time stamp of the skin package uploaded to the skin package database 102, and the like.
  • the client 20 is configured to periodically send a query request to the skin package server 10, obtain information of the newly added skin package, and initiate a download request to the skin package server 10 to download the skin package data. And replace the skin based on the downloaded skin pack data.
  • the client 20 includes a query module 201, a local storage module 202, a selection module 203, and a skinning module 204. among them:
  • the query module 201 is configured to send a query request and a download request to the skin pack server 10, and receive the skin pack data returned by the skin pack server 10.
  • the query request can be periodically sent to the skin package server 10 at a predetermined time interval to query for a newly added skin package.
  • the query may be performed according to the timestamp recorded in the index storage module 103, according to which the newly added skin package in the skin package database 102 during the two query periods can be obtained.
  • the query module 201 queries for a newly added skin package, the index information of the newly added skin package is returned to the client 20.
  • the local storage module 202 is configured to store all downloaded skin pack data.
  • the query module 201 of the client 20 queries for a newly added skin package
  • the index information of the newly added skin package is stored in the local storage module 202.
  • Information about all skin packs stored in the local storage module 202 can be displayed to the user for selection by the user. If the user selects a skin that has not yet been downloaded, the query module 201 initiates a request to the skin package server 10 to download the skin package data, and the downloaded skin package data is stored in the local storage module 202.
  • the selection module 203 is configured to display information of the skin package stored in the local storage module 202 for selection by the user.
  • the selection module 203 can present a preview picture, name, identification number, etc. of the locally stored skin package to the user for selection by the user.
  • the skinning module 204 is used to effect skinning according to the user's selection.
  • the user selects the skin package through the selection module 203, for example, clicks on the preview image of the skin package on the interface.
  • the query of the client 20 is performed.
  • the module 201 initiates a request to the skin package server 10 to download the skin package, and the query interface 101 of the skin package server 10 obtains the skin package data from the skin package database 102.
  • the query module 201 of the client 20 can be stored in the local storage module 202 after receiving the skin package data.
  • the skinning module 204 implements skinning according to the downloaded skin packet data.
  • the skinning module 204 includes a skinning interface 2041, a loading module 2042, an interface creation module 2043, and an interface element storage module 2044. among them:
  • the skinning interface 2041 is used to process skinning requests based on the user's selection.
  • the user selects the skin package that he or she wants to replace through the selection module 203
  • the client 20 downloads the skin package data from the skin package server 10
  • the skinning interface 2041 processes the skin resurfacing of the user according to the skin package selected by the user. Request, and notify the load module 2042.
  • the load module 2042 loads the skin pack data specified by the skinning request as a skin resource.
  • Skin resources include information such as pictures, fonts, colors, and more.
  • the interface creation module 2043 creates an interface element based on the skin resources loaded by the load module 2042.
  • the interface creation module 2043 obtains resources such as pictures, fonts, colors, and the like from the skin resources to implement interface skinning.
  • the user confirms the skinning (for example, clicking the "Apply” button on the interface) to complete the skinning operation.
  • the interface element storage module 2044 is used to store all created interface elements.
  • the interface creation module 2043 is further configured to manage interface elements stored in the interface element storage module 2044, including creation, destruction, and the like.
  • Fig. 5 shows the flow of the method for replacing the skin of the interface in the present invention, and the process of the method is as follows:
  • step S10 the query request is periodically sent to obtain information of the newly added skin pack.
  • skin pack data is stored on the skin pack server 10.
  • the skin package data includes a skin preview picture, a name, a skin package identification number, and skin resource file data.
  • the skin package server 10 also records index information of the skin package data, the index information including the skin The skin pack identification number, name, preview picture, and time stamp of the skin pack uploaded to the skin pack database 102, and the like.
  • the method before the step of acquiring information of the newly added skin pack, the method further includes the step of recording index information of the skin pack data, wherein the step of acquiring the information of the newly added skin pack is specifically : querying the information of the newly added skin package according to the index information of the skin package data.
  • the client 20 periodically sends a query request to the skin package server 10 to obtain information of the newly added skin package.
  • the skin package data is requested.
  • the I information includes a time stamp of the skin pack uploaded to the skin pack database, and the information of the newly added skin pack in the skin pack database 102 during the two query periods can be obtained according to the time stamp transmitted to the skin pack database 102 by the skin pack.
  • the index information of the newly added skin pack is returned to the index storage module 103.
  • step S20 the download request is initiated to download the skin pack data according to the user's selection.
  • the information obtained by the client 20 from the skin package server 10 is stored in the local storage module 202.
  • the information of all the skin packages stored in the local storage module 202 is displayed to the user through the interface for the user to select. .
  • the client 20 initiates downloading the skin pack data to the skin pack server 10.
  • the request, the skin pack data is downloaded from the skin pack database 102, and the skinning module 204 implements skinning based on the skin pack data.
  • the downloaded skin pack data is stored in the local storage module 202.
  • step S30 the skin is replaced based on the downloaded skin pack data.
  • the skinning request is processed according to the user's selection, and the skin package data selected by the user is loaded into a skin resource, and the skin resource includes information such as a picture, a font, a color, and the like.
  • Create interface elements based on the loaded skin package resources to implement interface skinning.
  • the created interface elements can be stored in the interface element In the prime storage module 2044, all interface elements stored in the interface element storage module 2044 can be created, deleted, and the like.
  • the user can complete the interface skinning by clicking the "Apply" button on the interface.
  • the above interface skin replacement system and method can replace the skin according to the downloaded skin package data by periodically sending a query request to the skin package server to obtain the newly added skin package information, and sending a download request to the skin package server to download the skin package data. Since the skin pack newly added to the skin pack server can be obtained in time, the interface skin can be easily replaced in time.
  • the client can obtain the new skin package when there is a new skin package, so that the client can update the latest skin package information at any time, and download from the skin package server.
  • the obtained skin package is stored locally, and the user can select personalized skin package data through the client; and the interface element created according to the obtained skin package data is also saved locally, and the client does not need to restart the application, and the user can pass
  • the selection module repeatedly selects the skin to be replaced to implement the skin resurfacing process, so that a rich interface performance capability can be obtained, which fully satisfies the user's experience requirements.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)
  • Telephonic Communication Services (AREA)
  • User Interface Of Digital Computer (AREA)

Description

界面皮肤更换系统及方法 技术领域
本发明涉及通信技术领域,尤其涉及一种界面皮肤更换系统及方法。 发明背景 随着图形技术的发展, 现代操作系统的界面逐步变得具有视觉效 应, 交互也更贴近用户的自然交互方式。 Windows操作系统的基础界面 元素表现包括: 标题栏、 字体、 文字颜色、 窗口背景、 菜单、 按钮以及 其它控件的背景等, 这些界面元素的集合, 被称为皮肤。 默认情况下, Windows应用程序的界面表现与 Windows操作系统保持一致,即应用程 序的皮肤表现与操作系统是一样的。
由于应用软件逐步覆盖更多的应用领域, 特殊用途的软件经常需要 专门的交互和用户界面, 用户对界面也具有个性化和定制的需要。 应用 程序将各种界面元素进行整理,提供更换和定制的功能,被称为 "换肤"。 一般支持 "换肤" 的应用程序, 会提供多套皮肤供用户进行选择。 用户 选择某套皮肤之后, 应用程序的界面表现立刻变得与系统不同, 从而满 足个性化界面的需要。
要实现 "换肤", 传统的方式通过皮肤包管理和应用的入口选择某 个皮肤后, 退出并重新启动应用程序, 应用程序启动后, 加载和应用所 选择的皮肤, 实现界面皮肤的更换。 由于传统的方式需要重新启动应用 程序新皮肤才能生效, 因此不够方便及时, 且界面表现能力不够丰富。 发明内容 基于此, 有必要提供一种更方便及时的界面皮肤更换系统。
一种界面皮肤更换系统包括: 皮肤包服务器,用于存储皮肤包数据; 客户端, 向所述皮肤包服务器定期发送查询请求, 获取新添加的皮肤包 的信息, 根据用户的选择向所述皮肤包服务器发起下载请求下载皮肤包 数据, 以及根据下载的皮肤包数据更换皮肤。
该皮肤包服务器可包括: 查询接口, 用于接收客户端发送的查询请 求和下载请求, 以及向所述客户端返回皮肤包数据; 皮肤包数据库, 存 储皮肤包数据; 索引存储模块, 记录皮肤包数据的索引信息。
该索引存储模块还可用于记录皮肤包上传到所述皮肤包数据库的时 该客户端可包括: 查询模块, 用于发送查询请求和下载请求至所述 皮肤包服务器, 以及接收服务器返回的皮肤包数据; 本地存储模块, 存 储下载得到的皮肤包数据; 选择模块, 展示所述本地存储模块中存储的 皮肤包的信息, 供用户选择; 换肤模块, 根据用户选择的皮肤包数据实 现换肤。
该换肤模块可包括: 换肤接口, 根据用户的选择处理换肤请求; 加 载模块, 将所述换肤请求指定的皮肤包数据加载为皮肤资源; 界面创建 模块, 根据所述皮肤资源创建界面元素; 界面元素存储模块, 用于存储 所有已创建的界面元素。
此外, 还有必要提供一种更方便及时的界面皮肤更换方法。
一种界面皮肤更换方法, 包括以下步骤: 定期发送查询请求, 获取 新添加的皮肤包的信息; 根据用户的选择发起下载请求下载皮肤包数 据; 根据下载的皮肤包数据更换皮肤。 在所述获取新添加的皮肤包的信息的步骤之前, 该方法还可包括记 录皮肤包数据的索引信息的步骤, 所述获取新添加的皮肤包的信息的步 骤具体是: 根据所述皮肤包数据的索引信息查询得到新添加的皮肤包的 信息。
该皮肤包数据的索引信息可包括皮肤包上传到皮肤包数据库的时间 戳, 所述根据所述皮肤包数据的索引信息查询得到新添加的皮肤包的信 息的步骤具体是: 根据所述皮肤包上传到皮肤包数据库的时间戳得到两 次查询期间新添加的皮肤包的信息; 并且当查询到有新添加的皮肤包的 信息时, 记录该新添加的皮肤包的索引信息。
该根据下载的皮肤包数据更换皮肤的步骤可包括: 存储下载得到的 皮肤包数据, 并将所述存储的皮肤包的信息展示给用户, 供用户选择, 根据用户选择的皮肤包数据实现换肤。
而根据用户选择的皮肤包数据实现换肤的步骤具体可以是: 根据用 户的选择处理换肤请求, 将所述换肤请求指定的皮肤包数据加载为皮肤 资源, 根据所述皮肤资源创建界面元素; 存储所有已创建的界面元素。
上述界面皮肤更换系统及方法, 通过向皮肤包服务器定期发送查询 请求, 获取新添加的皮肤包信息, 向皮肤包服务器发送下载请求下载得 到皮肤包数据, 则可根据下载的皮肤包数据更换皮肤。 由于能及时获取 到皮肤包服务器上新添的皮肤包, 能方便及时的更换界面皮肤。
另外, 通过皮肤包服务器管理和维护皮肤包数据, 在有新的皮肤包 时则客户端能够获取, 使得客户端随时能更新到最新的皮肤包的信息, 从皮肤包服务器下载得到的皮肤包存储在本地, 用户通过客户端即可选 择具有个性化的皮肤包数据; 而根据得到的皮肤包数据创建的界面元素 也保存在本地, 客户端无需重新启动应用程序, 用户可通过选择模块反 复选择需要替换的皮肤实现换肤过程, 因此能得到丰富的界面表现能 力, 充分满足了用户的体验需求。 附图简要说明 图 1是本发明中界面皮肤更换系统的示意图;
图 2是一个实施例中皮肤包服务器的结构示意图;
图 3是一个实施例中客户端的结构示意图;
图 4是一个实施例中换肤模块的结构示意图;
图 5是本发明中界面皮肤更换方法的流程图。 实施本发明的方式 图 1示出了本发明中的界面皮肤更换系统, 该系统包括皮肤包服务 器 10和客户端 20。 其中:
皮肤包服务器 10存储了皮肤包数据。 皮肤包数据包括皮肤预览图 片、 名称、 皮肤包标识号以及皮肤资源文件数据等。 如图 2所示, 在一 个实施例中, 皮肤包服务器 10包括查询接口 101、 皮肤包数据库 102和 索引存储模块 103 , 其中:
查询接口 101用于接收客户端 20发送的查询请求和下载请求,以及 向客户端返回皮肤包数据; 皮肤包数据库 102则用于存储所有的皮肤包 数据; 索引存储模块 103记录了皮肤包数据的索引信息。 在一个实施例 中, 索引存储模块 103记录的索引信息中记录的内容包括: 皮肤包标识 号、 名称、 预览图片以及皮肤包上传到皮肤包数据库 102的时间戳等。
客户端 20用于向皮肤包服务器 10定期发送查询请求, 获取新添加 的皮肤包的信息, 向皮肤包服务器 10发起下载请求下载皮肤包数据, 以及根据下载的皮肤包数据更换皮肤。 在一个实施例中, 如图 3所示, 客户端 20包括查询模块 201、 本地存储模块 202、 选择模块 203和换肤 模块 204。 其中:
查询模块 201用于发送查询请求和下载请求至皮肤包服务器 10, 以 及接收皮肤包服务器 10返回的皮肤包数据。 在一个实施例中, 可按照 事先设定的时间间隔定期的发送查询请求到皮肤包服务器 10 查询是否 有新添加的皮肤包。 具体地, 可根据索引存储模块 103中记录的时间戳 进行查询, 根据该时间戳即可得到两次查询期间皮肤包数据库 102中新 添的皮肤包。 当查询模块 201查询到有新添的皮肤包时, 则将新添皮肤 包的索引信息返回至客户端 20。
本地存储模块 202用于存储所有下载得到的皮肤包数据。 在一个实 施例中, 客户端 20的查询模块 201查询到有新添的皮肤包时, 则将新 添皮肤包的索引信息存储到本地存储模块 202中。 本地存储模块 202中 存储的所有皮肤包的信息都可展示给用户, 供用户选择。 如果用户选择 的是尚未下载的皮肤, 则查询模块 201则向皮肤包服务器 10发起下载 皮肤包数据的请求,下载得到的皮肤包数据存储到本地存储模块 202中。
选择模块 203用于展示所述本地存储模块 202中存储的皮肤包的信 息, 供用户选择。 在一个实施例中, 选择模块 203可将本地存储的皮肤 包的预览图片、 名称及标识号等展示给用户, 以便用户选择。
换肤模块 204用于根据用户的选择实现换肤。 在一个实施例中, 用 户通过选择模块 203选择皮肤包, 例如, 点击界面上的皮肤包的预览图 片, 当本次存储模块 202中未存储用户选择的皮肤包数据时, 则客户端 20的查询模块 201向皮肤包服务器 10发起下载该皮肤包的请求, 皮肤 包服务器 10的查询接口 101从皮肤包数据库 102中得到该皮肤包数据, 返回给客户端 20。 客户端 20的查询模块 201收到该皮肤包数据后可存 储在本地存储模块 202中, 同时, 换肤模块 204根据下载得到的该皮肤 包数据实现换肤。 如图 4所述, 在一个实施例中, 换肤模块 204包括换 肤接口 2041、 加载模块 2042、 界面创建模块 2043和界面元素存储模块 2044。 其中:
换肤接口 2041 用于根据用户的选择处理换肤请求。 在一个实施例 中, 用户通过选择模块 203选择自己想更换的皮肤包, 客户端 20从皮 肤包服务器 10下载得到该皮肤包数据, 换肤接口 2041则根据用户选择 的皮肤包处理用户的换肤请求, 并通知加载模块 2042。
加载模块 2042将换肤请求指定的皮肤包数据加载为皮肤资源。皮肤 资源中包括图片、 字体、 颜色等信息。
界面创建模块 2043根据加载模块 2042所加载的皮肤资源创建界面 元素。 在一个实施例中, 界面创建模块 2043从皮肤资源中获取图片、 字体、 颜色等资源, 实现界面换肤。 创建好界面元素后, 用户确认换肤 (例如点击界面上的 "应用" 按钮)则完成换肤操作。
界面元素存储模块 2044用于存储所有已创建的界面元素。在一个实 施例中, 界面创建模块 2043还用于对界面元素存储模块 2044中存储的 界面元素进行管理, 包括创建、 销毁等。
图 5示出了本发明中界面皮肤更换方法的流程, 该方法流程具体过 程如下:
在步骤 S10中, 定期发送查询请求, 获取新添加的皮肤包的信息。 在一个实施方式中, 在皮肤包服务器 10上存储了皮肤包数据。 皮肤包 数据包括皮肤预览图片、名称、皮肤包标识号以及皮肤资源文件数据等。 皮肤包服务器 10还记录了皮肤包数据的索引信息, 该索引信息包括皮 肤包标识号、 名称、 预览图片及皮肤包上传到皮肤包数据库 102的时间 戳等。 在一个实施方式中, 在所述获取新添加的皮肤包的信息的步骤之 前, 所述方法还包括记录皮肤包数据的索引信息的步骤, 所述获取新添 加的皮肤包的信息的步骤具体是: 根据所述皮肤包数据的索引信息查询 得到新添加的皮肤包的信息。
在一个实施例中,客户端 20向皮肤包服务器 10定期发送查询请求, 获取新添加的皮肤包的信息, 在一个实施方式中, 所述皮肤包数据的索 ? I信息包括皮肤包上传到皮肤包数据库的时间戳, 具体可根据皮肤包上 传到皮肤包数据库 102的时间戳得到两次查询期间皮肤包数据库 102中 新添加的皮肤包的信息。 当查询到有新添加的皮肤包的信息时, 则将新 添加的皮肤包的索引信息返回记录到索引存储模块 103中。
在步骤 S20中, 根据用户的选择发起下载请求下载皮肤包数据。 在 一个实施方式中, 客户端 20得到皮肤包服务器 10新添的皮肤包的信息 存储在本地存储模块 202中, 本地存储模块 202存储的所有皮肤包的信 息都会通过界面展示给用户, 供用户选择。 当用户选择需要更换的皮肤 包时(例如点击展示的皮肤包的预览图片等), 若本地存储模块 202 中 没有存储该皮肤包数据, 则客户端 20向皮肤包服务器 10发起下载该皮 肤包数据的请求, 从皮肤包数据库 102下载得到该皮肤包数据, 换肤模 块 204根据该皮肤包数据实现换肤。 所下载得到的皮肤包数据存储在本 地存储模块 202中。
在步骤 S30中, 根据下载的皮肤包数据更换皮肤。 在一个实施方式 中, 根据用户的选择处理换肤请求, 将用户选择的皮肤包数据加载为皮 肤资源, 该皮肤资源包括图片、 字体、 颜色等信息。 根据加载的皮肤包 资源创建界面元素, 实现界面换肤。 所创建的界面元素可存储在界面元 素存储模块 2044中, 对于界面元素存储模块 2044中存储的所有的界面 元素可进行创建、 删除等操作。 在一个实施例中, 界面皮肤更换后, 用 户可通过点击界面上的 "应用" 按钮, 完成界面换肤。
上述界面皮肤更换系统及方法, 通过向皮肤包服务器定期发送查询 请求, 获取新添加的皮肤包信息, 向皮肤包服务器发送下载请求下载得 到皮肤包数据, 则可根据下载的皮肤包数据更换皮肤。 由于能及时获取 到皮肤包服务器上所新添的皮肤包, 能方便及时的更换界面皮肤。
另外, 通过皮肤包服务器管理和维护皮肤包数据, 在有新的皮肤包 时则客户端能够获取该新的皮肤包, 使得客户端随时能更新到最新的皮 肤包的信息, 从皮肤包服务器下载得到的皮肤包存储在本地, 用户通过 客户端即可选择具有个性化的皮肤包数据; 而根据得到的皮肤包数据创 建的界面元素也保存在本地, 客户端无需重新启动应用程序, 用户可通 过选择模块反复选择需要替换的皮肤实现换肤过程, 因此能得到丰富的 界面表现能力, 充分满足了用户的体验需求。 和详细, 但并不能因此而理解为对本发明专利范围的限制。 应当指出的 是, 对于本领域的普通技术人员来说, 在不脱离本发明构思的前提下, 还可以做出若干变形和改进, 这些都属于本发明的保护范围。 因此, 本 发明专利的保护范围应以所附权利要求为准。

Claims

权利要求书
1、 一种界面皮肤更换系统, 其特征在于, 所述系统包括: 皮肤包服务器, 用于存储皮肤包数据;
客户端, 向所述皮肤包服务器定期发送查询请求, 获取新添加的皮 肤包的信息, 根据用户的选择向所述皮肤包服务器发起下载请求下载皮 肤包数据, 以及根据下载的皮肤包数据更换皮肤。
2、根据权利要求 1所述的界面皮肤更换系统, 其特征在于, 所述皮 肤包服务器包括:
查询接口, 用于接收客户端发送的查询请求和下载请求, 以及向所 述客户端返回皮肤包数据;
皮肤包数据库, 存储皮肤包数据;
索引存储模块, 记录皮肤包数据的索引信息。
3、根据权利要求 2所述的界面皮肤更换系统, 其特征在于, 所述索 引存储模块还用于记录皮肤包上传到所述皮肤包数据库的时间戳。
4、根据权利要求 1或 2所述的界面皮肤更换系统, 其特征在于, 所 述客户端包括:
查询模块, 用于发送查询请求和下载请求至所述皮肤包服务器, 以 及接收服务器返回的皮肤包数据;
本地存储模块, 存储下载得到的皮肤包数据;
选择模块, 展示所述本地存储模块中存储的皮肤包的信息, 供用户 选择;
换肤模块, 根据用户选择的皮肤包数据实现换肤。
5、根据权利要求 4所述的界面皮肤更换系统, 其特征在于, 所述换 肤模块包括:
换肤接口, 根据用户的选择处理换肤请求;
加载模块, 将所述换肤请求指定的皮肤包数据加载为皮肤资源; 界面创建模块, 根据所述皮肤资源创建界面元素;
界面元素存储模块, 用于存储所有已创建的界面元素。
6、 一种界面皮肤更换方法, 包括以下步骤:
定期发送查询请求, 获取新添加的皮肤包的信息;
根据用户的选择发起下载请求下载皮肤包数据;
根据下载的皮肤包数据更换皮肤。
7、根据权利要求 6所述的界面皮肤更换方法, 其特征在于, 在所述 获取新添加的皮肤包的信息的步骤之前, 所述方法还包括记录皮肤包数 据的索引信息的步骤, 所述获取新添加的皮肤包的信息的步骤具体是: 根据所述皮肤包数据的索引信息查询得到新添加的皮肤包的信息。
8、根据权利要求 7所述的界面皮肤更换方法, 其特征在于, 所述皮 肤包数据的索引信息包括皮肤包上传到皮肤包数据库的时间戳, 所述根 据所述皮肤包数据的索引信息查询得到新添加的皮肤包的信息的步骤 具体是: 根据所述皮肤包上传到皮肤包数据库的时间戳得到两次查询期 间新添加的皮肤包的信息; 并且当查询到有新添加的皮肤包的信息时, 记录该新添加的皮肤包的索引信息。
9、根据权利要求 6或 7所述的界面皮肤更换方法, 其特征在于, 所 述根据下载的皮肤包数据更换皮肤的步骤包括:
存储下载得到的皮肤包数据, 并将所述存储的皮肤包的信息展示给 用户, 供用户选择, 根据用户选择的皮肤包数据实现换肤。
10、 根据权利要求 9所述的界面皮肤更换方法, 其特征在于, 所述 根据用户选择的皮肤包数据实现换肤的步骤具体是:
根据用户的选择处理换肤请求, 将所述换肤请求指定的皮肤包数据 加载为皮肤资源, 根据所述皮肤资源创建界面元素;
存储所有已创建的界面元素。
PCT/CN2011/070319 2010-01-20 2011-01-17 界面皮肤更换系统及方法 WO2011088772A1 (zh)

Priority Applications (6)

Application Number Priority Date Filing Date Title
MX2012007422A MX2012007422A (es) 2010-01-20 2011-01-17 Sistema y metodo para cambiar la piel de interfaz.
BR112012015594A BR112012015594A2 (pt) 2010-01-20 2011-01-17 "sistema e método para alteração de película de interface"
SG2012050886A SG182448A1 (en) 2010-01-20 2011-01-17 System and method for replacing interface skin
RU2012133350/08A RU2538325C2 (ru) 2010-01-20 2011-01-17 Система и способ изменения обложки интерфейса
CA2786781A CA2786781A1 (en) 2010-01-20 2011-01-17 System and method for changing interface skin
US13/487,379 US20120246572A1 (en) 2010-01-20 2012-06-04 System and method for changing interface skin

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010101020305A CN102129368A (zh) 2010-01-20 2010-01-20 界面皮肤更换系统及方法
CN201010102030.5 2010-01-20

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/487,379 Continuation US20120246572A1 (en) 2010-01-20 2012-06-04 System and method for changing interface skin

Publications (1)

Publication Number Publication Date
WO2011088772A1 true WO2011088772A1 (zh) 2011-07-28

Family

ID=44267459

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/070319 WO2011088772A1 (zh) 2010-01-20 2011-01-17 界面皮肤更换系统及方法

Country Status (8)

Country Link
US (1) US20120246572A1 (zh)
CN (1) CN102129368A (zh)
BR (1) BR112012015594A2 (zh)
CA (1) CA2786781A1 (zh)
MX (1) MX2012007422A (zh)
RU (1) RU2538325C2 (zh)
SG (1) SG182448A1 (zh)
WO (1) WO2011088772A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109324859A (zh) * 2018-09-21 2019-02-12 掌阅科技股份有限公司 书籍封面更换方法、电子设备及计算机存储介质

Families Citing this family (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103176810A (zh) * 2011-12-26 2013-06-26 北京神州泰岳软件股份有限公司 一种安卓操作系统的终端换肤的方法和系统
CN102929668A (zh) * 2012-10-26 2013-02-13 北京奇虎科技有限公司 在浏览器中加载皮肤的方法及装置
CN104035759A (zh) * 2013-03-07 2014-09-10 上海斐讯数据通信技术有限公司 换肤方法及皮肤编辑器
EP2784669A1 (en) * 2013-03-26 2014-10-01 Laszlo Kiss Method, system and computer program product for handling needs for, and delivery of customized and/or personalized user interface elements
CN104348703A (zh) * 2013-07-31 2015-02-11 腾讯科技(深圳)有限公司 一种即时通讯工具界面皮肤更换方法及装置
CN104778051B (zh) * 2014-01-13 2017-11-14 北京发现角科技有限公司 iOS和Android操作系统通用的换肤方法和系统
CN104063434A (zh) * 2014-06-11 2014-09-24 百度在线网络技术(北京)有限公司 搜索结果页的展现方法和装置
CN104050002B (zh) * 2014-06-24 2018-04-03 广州猎豹网络科技有限公司 一种应用软件界面换肤方法及装置
CN104166556A (zh) * 2014-08-27 2014-11-26 北京金山安全软件有限公司 一种软件界面的更换方法、装置及终端
CN104866620B (zh) * 2015-06-09 2018-09-28 腾讯科技(北京)有限公司 背景式焦点图的实现方法、装置及系统
CN106469071B (zh) * 2015-08-18 2021-06-08 腾讯科技(深圳)有限公司 应用程序主题更换方法及装置
CN105389176B (zh) * 2015-10-15 2019-04-16 中国民生银行股份有限公司 基于应用的皮肤处理方法及装置
CN105975278A (zh) * 2016-05-11 2016-09-28 乐视控股(北京)有限公司 一种切换应用界面皮肤的方法及装置
CN106095410A (zh) * 2016-05-31 2016-11-09 乐视控股(北京)有限公司 一种播放器的皮肤调整方法及设备
CN106021587B (zh) * 2016-06-03 2022-02-15 北京小米移动软件有限公司 页面更新的方法、装置及系统
CN106131309B (zh) * 2016-06-22 2019-12-20 深圳艾派网络科技股份有限公司 换肤方法、换肤装置和换肤系统
CN106227512A (zh) * 2016-07-07 2016-12-14 网易(杭州)网络有限公司 应用软件显示界面的皮肤更换方法及装置
CN106126266A (zh) * 2016-07-08 2016-11-16 卓尔悦欧洲控股有限公司 电子烟的应用界面更换方法、装置及电子烟
CN106201532A (zh) * 2016-07-15 2016-12-07 乐视控股(北京)有限公司 界面元素更换方法及装置
CN106604071A (zh) * 2016-12-19 2017-04-26 四川长虹电器股份有限公司 一种智能电视端的语音皮肤切换系统及皮肤切换方法
US11599370B2 (en) 2017-09-01 2023-03-07 Automobility Distribution Inc. Device control app with advertising
CN108008997A (zh) * 2017-12-22 2018-05-08 北京酷我科技有限公司 一种app皮肤统一更换的方法
CN110275743A (zh) * 2018-03-16 2019-09-24 长城汽车股份有限公司 车载界面的换肤方法、系统及车辆
CN109725964B (zh) * 2018-12-07 2021-11-26 恒生电子股份有限公司 混合型框架的换肤方法、装置、电子设备
CN109857508B (zh) * 2019-02-25 2021-09-07 厦门美柚股份有限公司 一种界面皮肤动态更换的方法、系统、设备及其存储介质
CN110489121B (zh) * 2019-07-04 2024-04-19 北京雷石天地电子技术有限公司 一种皮肤包文件的生成方法及系统
CN111399957A (zh) * 2020-03-17 2020-07-10 北京奇艺世纪科技有限公司 App界面显示方法、装置、终端设备及可读存储介质
CN113448670A (zh) * 2021-06-28 2021-09-28 吉林亿联银行股份有限公司 一种app客户端换肤方法及装置
CN113608817B (zh) * 2021-08-19 2024-05-07 上海幻电信息科技有限公司 弹框处理方法及系统
CN114748876A (zh) * 2022-04-20 2022-07-15 网易(杭州)网络有限公司 虚拟装备的皮肤更换方法、装置、存储介质和电子设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101106571A (zh) * 2007-08-30 2008-01-16 腾讯科技(深圳)有限公司 一种动态换肤方法与装置
CN101247403A (zh) * 2008-03-19 2008-08-20 腾讯科技(深圳)有限公司 电子设备应用程序界面显示系统及方法
CN101561747A (zh) * 2009-05-25 2009-10-21 腾讯科技(深圳)有限公司 输出客户端的用户界面的方法和装置

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7073130B2 (en) * 2001-01-31 2006-07-04 Microsoft Corporation Methods and systems for creating skins
US6791581B2 (en) * 2001-01-31 2004-09-14 Microsoft Corporation Methods and systems for synchronizing skin properties
US7093198B1 (en) * 2001-08-16 2006-08-15 Nokia Corporation Skins for mobile communication devices
US7610352B2 (en) * 2002-09-09 2009-10-27 Meca Communications, Inc. Sharing skins
US20040100490A1 (en) * 2002-11-21 2004-05-27 International Business Machines Corporation Skin button enhancements for remote control
US7500198B2 (en) * 2003-04-25 2009-03-03 Motorola, Inc. Method and apparatus for modifying skin and theme screens on a communication product
JP4261281B2 (ja) * 2003-07-11 2009-04-30 富士通株式会社 スキン生成方法、プログラム及び装置
US7430722B2 (en) * 2003-10-02 2008-09-30 Hewlett-Packard Development Company, L.P. Method and system for selecting skinnable interfaces for an application
EP1560104A1 (en) * 2004-01-28 2005-08-03 Sony Ericsson Mobile Communications AB Device with game-dependent user interface, method, game module and computer program product therefor
US20050289474A1 (en) * 2004-06-23 2005-12-29 Ayman, Llc Presentation of information based on digital identities
KR100703690B1 (ko) * 2004-11-19 2007-04-05 삼성전자주식회사 스킨 이미지를 사용하여 아이콘을 그룹별로 관리하는사용자 인터페이스 및 방법
US20080167001A1 (en) * 2005-02-11 2008-07-10 Lim Wong Open Virtual Secure Crosscheck-Link Communication Channel
US20070150617A1 (en) * 2005-12-22 2007-06-28 Innopath Software, Inc. Resource application program interface utility for changing user interface elements on wireless devices
US20070150816A1 (en) * 2005-12-22 2007-06-28 Innopath Software, Inc. User interface authoring utility for changing user interface elements on wireless devices
RU2290768C1 (ru) * 2006-01-30 2006-12-27 Общество с ограниченной ответственностью "Трафиклэнд" Система медиавещания в инфраструктуре оператора мобильной связи
US7646392B2 (en) * 2006-05-03 2010-01-12 Research In Motion Limited Dynamic theme color palette generation
US7840901B2 (en) * 2006-05-16 2010-11-23 Research In Motion Limited System and method of skinning themes
KR100811792B1 (ko) * 2006-09-04 2008-03-10 삼성전자주식회사 휴대 단말기의 스킨 변환 방법 및 스킨 변환 시스템
US20090049384A1 (en) * 2007-08-13 2009-02-19 Frank Yau Computer desktop multimedia widget applications and methods
KR101527993B1 (ko) * 2008-04-05 2015-06-10 소우셜 커뮤니케이션즈 컴퍼니 가상 환경과의 인터페이스 방법
CN101359291B (zh) * 2008-09-08 2012-05-23 华为终端有限公司 一种更换界面风格的方法与设备
CN101582860B (zh) * 2009-06-16 2012-10-10 中兴通讯股份有限公司 不同通讯设备的用户界面皮肤的更换方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101106571A (zh) * 2007-08-30 2008-01-16 腾讯科技(深圳)有限公司 一种动态换肤方法与装置
CN101247403A (zh) * 2008-03-19 2008-08-20 腾讯科技(深圳)有限公司 电子设备应用程序界面显示系统及方法
CN101561747A (zh) * 2009-05-25 2009-10-21 腾讯科技(深圳)有限公司 输出客户端的用户界面的方法和装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109324859A (zh) * 2018-09-21 2019-02-12 掌阅科技股份有限公司 书籍封面更换方法、电子设备及计算机存储介质

Also Published As

Publication number Publication date
CA2786781A1 (en) 2011-07-28
CN102129368A (zh) 2011-07-20
RU2538325C2 (ru) 2015-01-10
BR112012015594A2 (pt) 2018-05-29
MX2012007422A (es) 2012-07-17
US20120246572A1 (en) 2012-09-27
RU2012133350A (ru) 2014-02-27
SG182448A1 (en) 2012-08-30

Similar Documents

Publication Publication Date Title
WO2011088772A1 (zh) 界面皮肤更换系统及方法
CN102099802B (zh) 访问联网服务的客户端、信息处理系统和相关联方法
JP5316363B2 (ja) 情報処理装置、機能管理方法、コンピュータプログラム及び情報処理システム
US10198355B2 (en) Proving a dynamic digital content cache
US20040150663A1 (en) System and method for editing multimedia file using internet
US20070083527A1 (en) Systems and methods for uploading and downloading files in a distributed network
EP2075714A1 (en) Apparatus and methods for retrieving/downloading content on a communication device
CN101207762B (zh) 图像处理设备和图像处理方法
WO2008141550A1 (fr) Procédé d'affichage d'image sur des outils de messagerie instantanée, système et équipement l'utilisant
US20210019106A1 (en) Desktop Sharing Method and Mobile Terminal
WO2009121262A1 (zh) 自定义信息管理装置、方法及系统
US20120030237A1 (en) Communication system, communication terminal, server, data storing method and recording medium
EP2972818B1 (en) Application registration and interaction
US8223373B2 (en) Image editing pipelines for automatic editing and printing of online images
US20140317497A1 (en) Method, Apparatus and System for Changing Font for Application Program
CN113360211A (zh) 基于控件的加载显示方法及相关设备
CN104796477A (zh) 一种文件上传方法、装置和系统
JP4215710B2 (ja) クライアントへのデータ送信および更新データの実行制御方法
JP5343453B2 (ja) コンテンツファイル管理システム
US9959294B2 (en) Organizing digital images from multiple image repositories
JP2004178353A (ja) 情報端末,コンテンツ取得プログラム
CN106066858B (zh) 终端的图片传输协议文件同步方法及终端
JP3959525B2 (ja) 映像コンテンツの閲覧システムにおけるアプリケーションサーバのプログラムおよびアプリケーションサーバ
CN112084449A (zh) 终端运营方法、运营服务器控制方法、终端和介质
JP4714463B2 (ja) ユーザ端末装置及びWebアプリケーション間でデータを継承する方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11734354

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: MX/A/2012/007422

Country of ref document: MX

ENP Entry into the national phase

Ref document number: 2786781

Country of ref document: CA

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 1201002979

Country of ref document: TH

WWE Wipo information: entry into national phase

Ref document number: 7094/CHENP/2012

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2012133350

Country of ref document: RU

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: 112012015594

Country of ref document: BR

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 27/11/2012)

122 Ep: pct application non-entry in european phase

Ref document number: 11734354

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 112012015594

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20120625