CN106162308A - 一种重定向智能电视系统显示界面资源的方法 - Google Patents
一种重定向智能电视系统显示界面资源的方法 Download PDFInfo
- Publication number
- CN106162308A CN106162308A CN201610585089.1A CN201610585089A CN106162308A CN 106162308 A CN106162308 A CN 106162308A CN 201610585089 A CN201610585089 A CN 201610585089A CN 106162308 A CN106162308 A CN 106162308A
- Authority
- CN
- China
- Prior art keywords
- resource
- bag
- name
- intelligent television
- path
- 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
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/431—Generation of visual interfaces for content selection or interaction; Content or additional data rendering
- H04N21/4312—Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
- H04N21/431—Generation of visual interfaces for content selection or interaction; Content or additional data rendering
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/47—End-user applications
- H04N21/485—End-user interface for client configuration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/47—End-user applications
- H04N21/485—End-user interface for client configuration
- H04N21/4858—End-user interface for client configuration for modifying screen layout parameters, e.g. fonts, size of the windows
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
本发明涉及智能电视领域,公开了一种重定向智能电视系统显示界面资源的方法,提供显示界面资源的重定向机制,实现从系统层级到应用层级统一风格的换肤。包括步骤:下载用户指定的主题包到指定的路径下,并记录该路径,修改主题路径变量;系统检测到主题路径发生变化,重启应用;解析资源包中存放颜色资源、字符串资源的文件,并保存在HashMap中;获取资源名称,若请求的资源为颜色资源和字符串资源,则直接从HashMap对象中将对应的值返回;若请求的资源为图片资源,获取资源所在包名,根据资源名称和包名在资源包中查找是否具有该资源,若有则从该资源包中获取,若无则从原生的资源中获取。本发明适用于android智能电视。
Description
技术领域
本发明涉及智能电视领域,特别涉及一种重定向智能电视系统显示界面资源的方法。
背景技术
随着科技的发展,各种智能化终端走入老百姓的生活,而智能产品发展至今,人们已经不光追求其反应速度,同时也关注其个性化程度。硬件由于市场局限性、以及成本高,个性化及定制化程度并不高,所以我们从软件方面着手。目前某些应用可支持应用内的换肤功能,然而这种方式的缺点在于:1、各个应用独立换肤,不利于系统界面风格的统一。2、只是用于应用级换肤,系统级资源无法重定向。
发明内容
本发明要解决的技术问题是:提供一种重定向智能电视系统显示界面资源的方法,提供显示界面资源的重定向机制,实现从系统层级到应用层级统一风格的换肤。
为解决上述问题,本发明采用的技术方案是:一种重定向智能电视系统显示界面资源的方法,用于android智能电视,包括如下步骤:
下载用户指定主题的资源包到指定的路径下,并记录该路径,修改主题路径变量;
系统检测到主题路径发生变化,重启Activity及通知监听资源路径变化的服务;
以包名为单位,解析资源包中存放颜色资源、字符串资源的文件,并保存在各应用进程的HashMap中;
根据请求的资源的id获取资源名称,若请求的资源为颜色资源和字符串资源,则直接从HashMap对象中将对应的值返回;若请求的资源为图片资源,获取资源所在包名,根据资源名称和包名在资源包中查找是否具有该资源,若有,则从该资源包中获取,若无,则从原生的资源中获取。
具体的,以包名为单位,解析资源包中存放颜色资源、字符串资源的xml文件。
具体的,解析的颜色资源、字符串资源以键值对的形式保存在各应用进程的HashMap中。
本发明的有益效果是:本发明统一管理需要重定向的资源,从系统级重定向资源,方便主题设计人员设计出统一主题系统;不需要重启设备,新主题即可立即生效。
具体实施方式
本发明通修改系统层请求资源的逻辑及系统监听主题路径变量,达到从系统层面统一重定向资源并即时生效的目的。
先将资源包下载到指定的目录中,再设置Configuration的themePath变量,当用户切换主题时,系统监听到Configuration对象的主题路径themePath发生变化,重启Activity应用和通知监听者,应用重新初始化时从资源包中解析颜色资源、字符串资源的xml文件,并以键值对保存颜色资源和字符串资源值,应用重新加载资源,根据请求的资源的id获取资源名称resName,若请求的资源为颜色资源和字符串资源,则直接从HashMap对象中将对应的值返回;若请求的资源为图片资源,获取资源所在包名pkgName,根据资源名称resName和包名pkgName在资源包中查找是否具有该资源,若有则从该资源包中获取,若无则从原生的资源中获取。
以上描述了本发明的基本原理和主要的特征,说明书的描述只是说明本发明的原理,在不脱离本发明精神和范围的前提下,本发明还会有各种变化和改进,这些变化和改进都落入要求保护的本发明范围内。
Claims (3)
1.一种重定向智能电视系统显示界面资源的方法,用于android智能电视,其特征在于,包括如下步骤:
下载用户指定主题的资源包到指定的路径下,并记录该路径,修改主题路径变量;
系统检测到主题路径发生变化,重启Activity及通知监听资源路径变化的服务;
以包名为单位,解析资源包中存放颜色资源、字符串资源的文件,并保存在各应用进程的HashMap中;
根据请求的资源的id获取资源名称,若请求的资源为颜色资源和字符串资源,则直接从HashMap对象中将对应的值返回;若请求的资源为图片资源,获取资源所在包名,根据资源名称和包名在资源包中查找是否具有该资源,若有,则从该资源包中获取,若无,则从原生的资源中获取。
2.根据权利要求1所述的一种重定向智能电视系统显示界面资源的方法,其特征在于,以包名为单位,解析资源包中存放颜色资源、字符串资源的xml文件。
3.根据权利要求2所述的一种重定向智能电视系统显示界面资源的方法,其特征在于,解析的颜色资源、字符串资源以键值对的形式保存在各应用进程的HashMap中。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610585089.1A CN106162308A (zh) | 2016-07-22 | 2016-07-22 | 一种重定向智能电视系统显示界面资源的方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610585089.1A CN106162308A (zh) | 2016-07-22 | 2016-07-22 | 一种重定向智能电视系统显示界面资源的方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106162308A true CN106162308A (zh) | 2016-11-23 |
Family
ID=58060022
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610585089.1A Pending CN106162308A (zh) | 2016-07-22 | 2016-07-22 | 一种重定向智能电视系统显示界面资源的方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106162308A (zh) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107463386A (zh) * | 2017-08-31 | 2017-12-12 | 四川长虹电器股份有限公司 | 一种管理android应用多国语言的方法 |
CN107665259A (zh) * | 2017-10-23 | 2018-02-06 | 四川虹慧云商科技有限公司 | 一种界面自动换肤方法及系统 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102810060A (zh) * | 2011-06-01 | 2012-12-05 | 腾讯科技(深圳)有限公司 | 一种安致图片资源配置方法及装置 |
US20130155097A1 (en) * | 2011-12-15 | 2013-06-20 | Ati Technologies Ulc | Method and apparatus for multiple virtual themes for a user interface (ui) |
CN104267990A (zh) * | 2014-09-28 | 2015-01-07 | 小米科技有限责任公司 | 变更终端中主题的方法及装置 |
CN104915188A (zh) * | 2014-03-13 | 2015-09-16 | 北京壹人壹本信息科技有限公司 | 一种变更主题的方法、系统及移动终端 |
CN104951182A (zh) * | 2015-05-27 | 2015-09-30 | 深圳市万普拉斯科技有限公司 | 应用的界面主题的更换方法、装置及智能终端 |
-
2016
- 2016-07-22 CN CN201610585089.1A patent/CN106162308A/zh active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102810060A (zh) * | 2011-06-01 | 2012-12-05 | 腾讯科技(深圳)有限公司 | 一种安致图片资源配置方法及装置 |
US20130155097A1 (en) * | 2011-12-15 | 2013-06-20 | Ati Technologies Ulc | Method and apparatus for multiple virtual themes for a user interface (ui) |
CN104915188A (zh) * | 2014-03-13 | 2015-09-16 | 北京壹人壹本信息科技有限公司 | 一种变更主题的方法、系统及移动终端 |
CN104267990A (zh) * | 2014-09-28 | 2015-01-07 | 小米科技有限责任公司 | 变更终端中主题的方法及装置 |
CN104951182A (zh) * | 2015-05-27 | 2015-09-30 | 深圳市万普拉斯科技有限公司 | 应用的界面主题的更换方法、装置及智能终端 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107463386A (zh) * | 2017-08-31 | 2017-12-12 | 四川长虹电器股份有限公司 | 一种管理android应用多国语言的方法 |
CN107665259A (zh) * | 2017-10-23 | 2018-02-06 | 四川虹慧云商科技有限公司 | 一种界面自动换肤方法及系统 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12009999B2 (en) | System and method for providing a service management engine for use with a cloud computing environment | |
US9959105B2 (en) | Configuration of an application in a computing platform | |
US12015677B2 (en) | Methods and apparatus for supporting platform and application development and operation | |
US20190342160A1 (en) | Orchestration of data services in multiple cloud infrastructures | |
US9357034B2 (en) | System and method for orchestration of services for use with a cloud computing environment | |
US9626215B2 (en) | Virtual machine provisioning engine | |
US10452373B2 (en) | System and method for service import/export in a cloud platform environment | |
CN111475170B (zh) | 多屏应用启用和分发服务 | |
US20160378450A1 (en) | Apparatus, systems, and methods for distributed application orchestration and deployment | |
US20140075412A1 (en) | System and method for elasticity management of services with a cloud computing environment | |
CN109144478B (zh) | 组件框架系统以及组件框架系统的使用方法 | |
CN102147725B (zh) | 一种Android中支持双摄像头的方法 | |
WO2014039858A1 (en) | System and method for service definition packages for use with a cloud computing environment | |
US20210125007A1 (en) | System for automated database replication and testing | |
US10367916B2 (en) | Enhanced feature vector | |
US20190098082A1 (en) | System and method for dynamic auto-scaling based on roles | |
WO2015103982A1 (en) | Method and apparatus for processing request | |
CN106162308A (zh) | 一种重定向智能电视系统显示界面资源的方法 | |
AU2016259289A1 (en) | Method and apparatus for managing content in a processing device | |
US20170019313A1 (en) | A generic model to implement a cloud computing service | |
WO2021073637A1 (zh) | 一种软件架构分析的计算机实现方法及其装置 | |
CN114327519A (zh) | 一种在智能pos设备上安装应用的实现方法及装置 | |
CN103686380A (zh) | 智能电视的应用管理方法和智能电视 | |
US20100299652A1 (en) | Apparatus and method for managing components in sca system | |
CN111736807A (zh) | 租户功能定制方法、装置及基于租户的办公系统 |
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: 20161123 |
|
RJ01 | Rejection of invention patent application after publication |