CN106708504A - 一种通过涂鸦生成app个性化控制方法 - Google Patents

一种通过涂鸦生成app个性化控制方法 Download PDF

Info

Publication number
CN106708504A
CN106708504A CN201611020875.3A CN201611020875A CN106708504A CN 106708504 A CN106708504 A CN 106708504A CN 201611020875 A CN201611020875 A CN 201611020875A CN 106708504 A CN106708504 A CN 106708504A
Authority
CN
China
Prior art keywords
app
interface
script
doodling
generation
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
CN201611020875.3A
Other languages
English (en)
Inventor
谢锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changzhou First Information Technology Co Ltd
Original Assignee
Shenzhen Fengju Tyco Electronics 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 Shenzhen Fengju Tyco Electronics Co ltd filed Critical Shenzhen Fengju Tyco Electronics Co ltd
Priority to CN201611020875.3A priority Critical patent/CN106708504A/zh
Publication of CN106708504A publication Critical patent/CN106708504A/zh
Pending legal-status Critical Current

Links

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Processing Or Creating Images (AREA)

Abstract

本发明公开了一种通过涂鸦生成APP个性化控制方法,其特征在于,包括以下步骤:S1,根据制作的轻APP产品类型,确定包含的主要元素;S2,在页面上选择要涂鸦的界面功能图标属性,根据功能图标基本属性要求,开始涂鸦,涂鸦完成后,拖拉到自定位置;逐步完善整个界面APP;S3,保存涂鸦好的界面,点击确认生成轻APP页面;S4,提交完成,在界面呈现。本发明的通过涂鸦生成APP个性化控制方法,使产品轻APP更具有特色,增加了产品竞争力。

Description

一种通过涂鸦生成APP个性化控制方法
技术领域
本发明涉及物联网平台产品,具体涉及一种通过涂鸦生成APP个性化控制方法。
背景技术
目前,现有的物联网平台产品轻APP多是定制模板。这种方法虽然能实现基本使用功能。但不够满足人们日益多样化个性需求。同质化比较严重,缺少产品竞争力。
发明内容
本发明的目的是,针对上述问题,提供了一种通过客户端自己通过控件指导绘出具有特色的APP功能模板,推送到后台模拟运行,展示个性的APP界面的通过涂鸦生成APP个性化控制方法。
本发明采用的技术方案是:一种通过涂鸦生成APP个性化控制方法,其特征在于,包括以下步骤:
S1,根据制作的轻APP产品类型,确定包含的主要元素;
S2,在页面上选择要涂鸦的界面功能图标属性,根据功能图标基本属性要求,开始涂鸦,涂鸦完成后,拖拉到自定位置;逐步完善整个界面APP;
S3,保存涂鸦好的界面,点击确认生成轻APP页面;
S4,提交完成,在界面呈现。
进一步地,所述步骤S2还包括:
脚本生成器生成绘图脚本的简化算法流程:
S21,获取用户提交数据;
S22,将获取的数据与模板合成为脚本文件;
S23,调用脚本引擎执行脚本;
S24,发送标记图像的H T M L代码。
本发明的优点:
本发明的通过涂鸦生成APP个性化控制方法,使产品轻APP更具有特色,增加了产品竞争力。
除了上面所描述的目的、特征和优点之外,本发明还有其它的目的、特征和优点。下面将参照图,对本发明作进一步详细的说明。
附图说明
构成本申请的一部分的附图用来提供对本发明的进一步理解,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。
图1是本发明的一种通过涂鸦生成APP个性化控制方法流程图。
具体实施方式
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
参考图1,如图1所示的一种通过涂鸦生成APP个性化控制方法,其特征在于,包括以下步骤:
S1,根据制作的轻APP产品类型,确定包含的主要元素;
S2,在页面上选择要涂鸦的界面功能图标属性,根据功能图标基本属性要求,开始涂鸦,涂鸦完成后,拖拉到自定位置;逐步完善整个界面APP;
S3,保存涂鸦好的界面,点击确认生成轻APP页面;
S4,提交完成,在界面呈现。
进一步地,所述步骤S2还包括:
脚本生成器生成绘图脚本的简化算法流程如下:
S21,获取用户提交数据;
S22,将获取的数据与模板合成为脚本文件;
S23,调用脚本引擎执行脚本;
S24,发送标记图像的H T M L代码。
本发明是通过客户端自己通过控件指导绘出具有特色的APP功能模板,推送到后台模拟运行,展示个性的APP界面,本系统主要控件有:时间、天气、风速、温湿度、PM2.5、开关、相机等常用控件,后期可以进行扩展。
本发明的通过涂鸦生成APP个性化控制方法,涉及物联网平台性产品,主要是针对功能性硬件平台。
本发明的通过涂鸦生成APP个性化控制方法,使产品轻APP更具有特色,增加了产品竞争力。
以上所述仅为本发明的较佳实施例,并不用以限制本发明,凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。

Claims (2)

1.一种通过涂鸦生成APP个性化控制方法,其特征在于,包括以下步骤:
S1,根据制作的轻APP产品类型,确定包含的主要元素;
S2,在页面上选择要涂鸦的界面功能图标属性,根据功能图标基本属性要求,开始涂鸦,涂鸦完成后,拖拉到自定位置;逐步完善整个界面APP;
S3,保存涂鸦好的界面,点击确认生成轻APP页面;
S4,提交完成,在界面呈现。
2.根据权利要求1所述的通过涂鸦生成APP个性化控制方法,其特征在于,所述步骤S2还包括:
脚本生成器生成绘图脚本的简化算法流程:
S21,获取用户提交数据;
S22,将获取的数据与模板合成为脚本文件;
S23,调用脚本引擎执行脚本;
S24,发送标记图像的H T M L代码。
CN201611020875.3A 2016-11-15 2016-11-15 一种通过涂鸦生成app个性化控制方法 Pending CN106708504A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611020875.3A CN106708504A (zh) 2016-11-15 2016-11-15 一种通过涂鸦生成app个性化控制方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611020875.3A CN106708504A (zh) 2016-11-15 2016-11-15 一种通过涂鸦生成app个性化控制方法

Publications (1)

Publication Number Publication Date
CN106708504A true CN106708504A (zh) 2017-05-24

Family

ID=58939944

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611020875.3A Pending CN106708504A (zh) 2016-11-15 2016-11-15 一种通过涂鸦生成app个性化控制方法

Country Status (1)

Country Link
CN (1) CN106708504A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124216A (zh) * 2018-10-30 2020-05-08 九阳股份有限公司 一种家电设备的控制界面设置方法和装置

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101615089A (zh) * 2008-06-27 2009-12-30 鸿富锦精密工业(深圳)有限公司 应用户的操作显示图像不同效果的图像显示设备及方法
CN102654833A (zh) * 2012-02-01 2012-09-05 中兴通讯(香港)有限公司 一种手机应用开发方法和系统
CN103702040A (zh) * 2013-12-31 2014-04-02 广州华多网络科技有限公司 实时视频图饰叠加处理方法及系统
US20140310611A1 (en) * 2012-02-21 2014-10-16 Blackberry Limited System and method for displaying a user interface across multiple electronic devices
CN104239044A (zh) * 2014-09-05 2014-12-24 北京航天自动控制研究所 一种图形用户界面动态生成方法
CN105117219A (zh) * 2015-08-13 2015-12-02 浪潮(北京)电子信息产业有限公司 一种自定义绘图控件的实现方法和系统
CN106021617A (zh) * 2016-07-12 2016-10-12 腾讯科技(深圳)有限公司 页面生成的方法和装置

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101615089A (zh) * 2008-06-27 2009-12-30 鸿富锦精密工业(深圳)有限公司 应用户的操作显示图像不同效果的图像显示设备及方法
CN102654833A (zh) * 2012-02-01 2012-09-05 中兴通讯(香港)有限公司 一种手机应用开发方法和系统
US20140310611A1 (en) * 2012-02-21 2014-10-16 Blackberry Limited System and method for displaying a user interface across multiple electronic devices
CN103702040A (zh) * 2013-12-31 2014-04-02 广州华多网络科技有限公司 实时视频图饰叠加处理方法及系统
CN104239044A (zh) * 2014-09-05 2014-12-24 北京航天自动控制研究所 一种图形用户界面动态生成方法
CN105117219A (zh) * 2015-08-13 2015-12-02 浪潮(北京)电子信息产业有限公司 一种自定义绘图控件的实现方法和系统
CN106021617A (zh) * 2016-07-12 2016-10-12 腾讯科技(深圳)有限公司 页面生成的方法和装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124216A (zh) * 2018-10-30 2020-05-08 九阳股份有限公司 一种家电设备的控制界面设置方法和装置
CN111124216B (zh) * 2018-10-30 2023-11-10 九阳股份有限公司 一种家电设备的控制界面设置方法和装置

Similar Documents

Publication Publication Date Title
US11741644B2 (en) Vector graphics based live sketching metods and systems
US11107185B2 (en) Automatic image inpainting using local patch statistics
Laput et al. Pixeltone: A multimodal interface for image editing
JP6022732B2 (ja) コンテンツ作成ツール
US9412366B2 (en) Natural language image spatial and tonal localization
WO2021263208A1 (en) Updating avatar clothing in a messaging system
US20230154042A1 (en) Skeletal tracking using previous frames
US11769500B2 (en) Augmented reality-based translation of speech in association with travel
US11822766B2 (en) Encoded image based messaging system
JP2016518647A (ja) 体験コンテンツデータセットに関するキャンペーン最適化
CN104598119A (zh) 一种截屏方法及装置
US11680814B2 (en) Augmented reality-based translations associated with travel
KR102642866B1 (ko) 이미지 인식 방법, 장치, 전자 기기 및 매체
US11983461B2 (en) Speech-based selection of augmented reality content for detected objects
US20150220236A1 (en) Post-designing method and apparatus based on variant configuration in development of graphic user interface
CN102810214A (zh) 一种在线定制服装的方法、装置及系统
EP4143787A1 (en) Photometric-based 3d object modeling
CN104461580A (zh) 一种Web用户界面实现方法
CN110163795A (zh) 一种图像处理方法、电子设备及计算机可读存储介质
WO2022237633A1 (zh) 一种图像处理方法、装置、设备及介质
CN106708504A (zh) 一种通过涂鸦生成app个性化控制方法
US20220270261A1 (en) Whole body segmentation
US20220319082A1 (en) Generating modified user content that includes additional text content
US20200126517A1 (en) Image adjustment method, apparatus, device and computer readable storage medium
CN105511642A (zh) 一种输入方法及装置

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20171102

Address after: 213002 Room 302, unit 1, Xintiandi garden, Tianning District, Jiangsu, Changzhou

Applicant after: Xie Feng

Address before: 518000 Guangdong, Shenzhen, Longhua, big waves on the upper side of the new Baiyun Mountain village, Yongfeng new industrial park A district on the third floor of

Applicant before: SHENZHEN FIGIGANTIC ELECTRONIC CO., LTD.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180208

Address after: 213161 Wujin District, Changzhou City, Jiangsu Province, Changwu Middle Road, No. 18 Changzhou science and Education City, Chuang Yan port 5-504

Applicant after: Changzhou first information technology Co., Ltd.

Address before: 213002 Room 302, unit 1, Xintiandi garden, Tianning District, Jiangsu, Changzhou

Applicant before: Xie Feng

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20170524