JP2020166668A - Native application development support program - Google Patents

Native application development support program Download PDF

Info

Publication number
JP2020166668A
JP2020166668A JP2019067635A JP2019067635A JP2020166668A JP 2020166668 A JP2020166668 A JP 2020166668A JP 2019067635 A JP2019067635 A JP 2019067635A JP 2019067635 A JP2019067635 A JP 2019067635A JP 2020166668 A JP2020166668 A JP 2020166668A
Authority
JP
Japan
Prior art keywords
file
source code
screen
screen layout
native application
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
JP2019067635A
Other languages
Japanese (ja)
Inventor
薫 柳瀬
Kaoru Yanase
薫 柳瀬
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.)
Yumemi Inc
Original Assignee
Yumemi Inc
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 Yumemi Inc filed Critical Yumemi Inc
Priority to JP2019067635A priority Critical patent/JP2020166668A/en
Publication of JP2020166668A publication Critical patent/JP2020166668A/en
Pending legal-status Critical Current

Links

Images

Abstract

To automatically generate functional source codes for screens, screen linkage processing, data processing, etc. on a selected platform from an application setting file.SOLUTION: A development support program includes: a screen layout generation unit equipped with a screen layout generator that can generate a screen layout source code sd from a design file fd; a linkage processing implementation unit equipped with a screen linkage process generator that can generate a source code sv for screen linkage processing from a view definition file fv; and a functional state implementation unit equipped with a function state generator that can generate a source code sf for a data processing function logic from a function definition file ff. The screen layout generation unit can generate a context loader CL that generates an intermediate file ft, which is a text file, from the design file fd, and the screen layout generation unit generates a screen layout source code sd from the intermediate file ft.SELECTED DRAWING: Figure 1

Description

本発明は、スマートフォンやパソコン上で動作するネイティブアプリケーションの開発の支援を行うプログラムに関し、より詳細には、Adobe Illustrator(登録商標)によって作成したデザインファイル(aiファイル)を含む設定ファイルから、ネイティブアプリケーションの画面レイアウト及びそのソースコード、さらに、ネイティブアプリケーションの仕様書に基づき定義された複数の画面間を遷移する画面連携処理命令のソースコード、各画面におけるデータ処理等の機能状態を実現する命令を定義するソースコードを自動的に生成するプログラムに関する。 The present invention relates to a program that supports the development of a native application that operates on a smartphone or a personal computer. More specifically, the present invention is a native application from a setting file including a design file (ai file) created by Adobe Illustrator (registered trademark). Defines the screen layout and its source code, the source code of screen linkage processing instructions that transition between multiple screens defined based on the specifications of the native application, and the instructions that realize the functional state such as data processing on each screen. Regarding a program that automatically generates source code.

スマートフォンのネイティブアプリケーションや、インターネットブラウザ用のプログラム(以下、「Java(登録商標)ファイル等」)と記す。)によるWEBアプリケーションの開発は、大きく(1)View(画面構成)、(2)Controller(画面遷移)、(3)Model(機能実装)の3種類に分けられる。従来のアプリケーション開発工程においては、デザイナーが作成した画面デザインのaiファイルやpsdファイルとデザイン仕様書に基づき、プログラマーがJavaファイル等のソースコードを1行づつ作成していた。 It is described as a native application of a smartphone or a program for an Internet browser (hereinafter, "Java (registered trademark) file, etc."). ) WEB application development can be broadly divided into three types: (1) View (screen configuration), (2) Controller (screen transition), and (3) Model (function implementation). In the conventional application development process, a programmer creates a source code such as a Java file line by line based on a screen design ai file or psd file created by a designer and a design specification.

しかし、一般的にプログラミングの知識が少ないデザイナーは、機能の実装方法への考慮に乏しい画面デザインを作成しがちであり、一方、一般的にデザイン知識の少ないプログラマーが機能実装を行う場合には、デザイナーが意図した通りの画面デザインが表示されないという問題も起こりがちであった。また、アプリケーションの更新や修正等のカスタマイズを行う場合には、都度新たなデザインファイルと仕様書に基づきソースコードを作成・変更しなければならず、さらに、特定のプラットフォーム(オペレーションシステム)に対応するアプリケーションを異なるプラットフォームへ移植しようとする場合には、異なるソースコードをプログラミングする必要があるため、時間と労力を必要とするという問題があった。 However, in general, designers with little programming knowledge tend to create screen designs that lack consideration for how to implement functions, while programmers with little design knowledge generally tend to implement functions. There was also a tendency for the screen design to not be displayed as the designer intended. In addition, when customizing such as updating or modifying an application, the source code must be created / changed based on a new design file and specifications each time, and it corresponds to a specific platform (operation system). When trying to port an application to a different platform, there is a problem that it takes time and effort because it is necessary to program different source code.

かかる問題に対し、たとえば特許文献1に開示されたWeb画面開発支援システムでは、HTMLファイルからなる画面生成ベースファイルの編集画面上に、段組みレイアウトや各種の画像構成要素であるHTML部品を選択して配置し、さらに、各HTML部品の制御機能(ビジネスロジック)とそれを発動させる関数及びイベントとを部品機能定義ファイルによって関連付けることにより、個別のソースコードのプログラミングを必要とせずにアプリケーションを開発可能としている。しかし、かかる先行技術では、予め準備された段組みレイアウトやHTML部品自体の変更は容易には行えないため、画面レイアウトやデザインの自由度は限定されざるを得ない。 In response to this problem, for example, in the Web screen development support system disclosed in Patent Document 1, HTML components that are step layouts and various image components are selected on the edit screen of the screen generation base file composed of HTML files. By associating the control function (business logic) of each HTML component with the function and event that activates it by the component function definition file, it is possible to develop an application without the need for programming individual source code. It is supposed to be. However, in such prior art, it is not easy to change the pre-prepared step layout and the HTML parts themselves, so that the degree of freedom in screen layout and design must be limited.

一方、特許文献2に開示されたWEBアプリケーション開発支援装置では、ソースプログラムジェネレーターによって、画面デザインを定義するHTMLファイルと画面遷移やビジネスロジックを定義する独自のフォーマットで記述されたXMLファイルとをまとめ、Javaファイル等のソースプログラムを生成するものである。マルチプラットフォームに対応可能であるだけでなく、Javaファイルよりも平易なXMLファイルでビジネスロジックを記述でき、これをソースプログラムに反映可能としているため、ユーザに優しいカスタマイズ環境を提供可能としている。しかし、かかる先行技術では、デザイナーは画面デザインをHTMLファイルで、ビジネスロジックをXMLファイルで作成する必要があり、一定のコーディングスキルが必要とされるため、画面デザインがaiファイルやpsdファイルの場合、必ずしも最終的に意図した通りのデザインが表示されるようにソースプログラムが生成されるとは限らず、上記問題の解決には至らなかった。
特開2016−110206号公報 特開2002−366352号公報
On the other hand, in the WEB application development support device disclosed in Patent Document 2, the HTML file that defines the screen design and the XML file that is described in the original format that defines the screen transition and the business logic are put together by the source program generator. It generates a source program such as a Java file. Not only is it compatible with multiple platforms, but business logic can be described in an XML file that is simpler than a Java file, and this can be reflected in the source program, making it possible to provide a user-friendly customization environment. However, in such advanced technology, the designer needs to create the screen design as an HTML file and the business logic as an XML file, which requires a certain coding skill. Therefore, when the screen design is an ai file or a psd file, The source program was not always generated so that the design was finally displayed as intended, and the above problem was not solved.
Japanese Unexamined Patent Publication No. 2016-110206 JP-A-2002-366352

ところで、グラフィックデザイン分野の業務においては、ベクターイメージ編集ソフトウェア(ドローソフト)であるAdobe Illustrator(登録商標:以下「Illustrator」と記す。)が普及しており、デファクトスタンダードとなっている。一方、WEBデザインの分野においては、従来はPhotoshop(登録商標)やFireworks(登録商標)等のソフトウェアが多用されていた。Photoshopは画像加工に特化したソフトウェアで、画像が重要なWEBデザインでは有利な点が多いが、ベクターイメージは取り扱えず、イラストやレイアウト定義には不向きであり、ファイルサイズが大きくなるという問題もあった。また、Fireworksはベクターイメージと画像データを同時に扱えるという利点があるが、デザイナーにおける普及率が低いという問題があった。 By the way, in the field of graphic design, vector image editing software (drawing software), Adobe Illustrator (registered trademark: hereinafter referred to as "Illustrator"), has become widespread and has become the de facto standard. On the other hand, in the field of WEB design, software such as Photoshop (registered trademark) and Fireworks (registered trademark) has been widely used in the past. Photoshop is software specialized in image processing, and it has many advantages in WEB design where images are important, but it cannot handle vector images, it is not suitable for illustration and layout definition, and there is also a problem that the file size becomes large. It was. Further, Fireworks has an advantage that it can handle vector images and image data at the same time, but has a problem that the penetration rate among designers is low.

これに対し、Illustratorは、レイアウト定義や文字組みが容易で、イラストデータの取扱いに優れ、動作が軽いという利点を有する。また、アートボード機能により1つのファイル内に複数のデザインを作成・管理できるほか、異なるプラットフォームに対応するレスポンシブデザインの作成も容易であり、aiファイルをSVGファイルとして保存可能であるという特徴を有する。 On the other hand, Illustrator has the advantages that layout definition and mojikumi are easy, handling of illustration data is excellent, and operation is light. In addition, the artboard function makes it possible to create and manage a plurality of designs in one file, and it is also easy to create responsive designs corresponding to different platforms, and the ai file can be saved as an SVG file.

SVG(Scalable Vector Graphics)は、W3C(World Wide Web Consortium)によって開発されオープン標準として勧告されているXMLベースの2次元ベクター形式フォーマットである。ベクター形式故に図形や文字の歪みのない拡大縮小が自在であり、レイヤー機能により、写真やイラストなどのビットマップデータと図形等のベクターデータを個別に取り扱え、共存させて画面表示が可能という優れた特徴を備える。また、フォーマット自体が回転・移動・拡大などの各種の要素を備え、JavaScriptとの親和性も高いため、インタラクティブな双方向性のある画面変化の表示やアニメーションなど多様な表現に適している。そのため、SVGファイルをサポートするウェブブラウザやオペレーションシステムの一般化に伴い、ネイティブアプリケーションのデザイン制作の分野においてもIllustratorが普及しつつある。しかし、ネイティブアプリケーションの制作においては、デザイナーが作成したaiファイルと仕様書に基づいてプログラマーがJavaファイルのソースコードを逐一コーディングしていく作業自体は変わらないため、意図した通りの画面デザインが表示されない、更新やカスタマイズ、マルチプラットフォームへの対応においてプログラミングに時間や労力を要するといった根本的な問題は残されていた。 SVG (Scalable Vector Graphics) is an XML-based two-dimensional vector format format developed by the W3C (World Wide Web Consortium) and recommended as an open standard. Because of the vector format, it can be scaled freely without distortion of figures and characters, and the layer function allows bitmap data such as photographs and illustrations and vector data such as figures to be handled individually, and can be displayed on the screen in coexistence. It has features. In addition, the format itself has various elements such as rotation, movement, and enlargement, and has a high affinity with Javascript, so it is suitable for various expressions such as interactive interactive screen change display and animation. Therefore, with the generalization of web browsers and operation systems that support SVG files, Illustrator is becoming widespread in the field of design production of native applications. However, in the production of native applications, the work itself in which the programmer codes the source code of the Java file one by one based on the ai file created by the designer and the specifications does not change, so the screen design as intended is not displayed. The fundamental problem remained, such as the time and effort required for programming in updating, customizing, and supporting multi-platforms.

本発明は、上記の問題を解決するべく創作されたものであり、SVGファイルとして保存したデザインファイルを含むネイティブアプリケーションの設定ファイルから、任意に選択したプラットフォームに対応する画面レイアウトの表示、画面連携処理命令、各画面におけるデータ処理等の機能状態を実現する命令を定義するソースコードを自動的に生成可能とするネイティブアプリケーション開発支援プログラムを提供することを課題とする。 The present invention has been created to solve the above problems, and displays a screen layout corresponding to an arbitrarily selected platform from a native application setting file including a design file saved as an SVG file, and screen linkage processing. An object of the present invention is to provide a native application development support program that can automatically generate a source code that defines an instruction and an instruction that realizes a functional state such as data processing on each screen.

前記課題を解決するために、請求項1に係る発明は、SVGファイルであるデザインファイルと、テキストファイルであるビュー定義ファイルと、テキストファイルである機能定義ファイルを含む設定ファイルから、選択したプラットフォームに対応するネイティブアプリケーションのソースコードを生成可能なネイティブアプリケーション開発支援プログラムであって、前記デザインファイルから画面レイアウトのソースコードを生成可能なプラットフォームごとの画面レイアウトジェネレーターを備える画面レイアウト生成部と、前記ビュー定義ファイルから画面連携処理のソースコードを生成可能なプラットフォームごとの画面連携処理ジェネレーターを備える連携処理実装部と、前記機能定義ファイルからデータ処理機能ロジックのソースコードを生成可能なプラットフォームごとの機能状態ジェネレーターを備える機能状態実装部とを備え、前記連携処理実装部は前記画面連携処理のソースコードを、前記機能状態実装部は前記データ処理機能ロジックのソースコードを、それぞれ前記画面レイアウトのソースコード内に自動生成可能としたことを特徴とする。 In order to solve the above problems, the invention according to claim 1 applies to a platform selected from a design file that is an SVG file, a view definition file that is a text file, and a setting file that includes a function definition file that is a text file. A screen layout generator that is a native application development support program that can generate the source code of the corresponding native application, and has a screen layout generator for each platform that can generate the source code of the screen layout from the design file, and the view definition. A cooperative processing implementation unit that has a screen linkage processing generator for each platform that can generate the source code for screen linkage processing from a file, and a functional status generator for each platform that can generate the source code for the data processing functional logic from the function definition file. The functional state mounting unit is provided, and the cooperative processing mounting unit automatically installs the source code of the screen cooperation processing and the functional state mounting unit automatically stores the source code of the data processing function logic in the source code of the screen layout. The feature is that it can be generated.

設定ファイルに含まれるデザインファイル、ビュー定義ファイル、機能定義ファイルのうち、デザインファイルは、ネイティブアプリケーションの各画面における画像等個々のデザイン要素のデータやレイアウト定義情報データであるSVGファイルから成る。また、テキストファイルであるビュー定義ファイル、モデル定義ファイルは、ネイティブアプリケーションの仕様書に基づいて既存のライブラリから選択して設定したファイルである。本発明における「テキストファイル」は、たとえばXMLファイルであるが、必ずしもこれに限定されない。また、前記プラットフォームとしては、iOSやAndroidの開発で広く用いられるJava、Kotlin、Swift、Objective−C、JavaScript(登録商標)等であるが、必ずしもこれらのみに限定されず、ネイティブアプリケーション開発に適用可能なオブジェクト指向型のコンパイラプログラミング言語のプラットフォームを追加可能とする。 Of the design files, view definition files, and function definition files included in the configuration file, the design file consists of SVG files that are data of individual design elements such as images on each screen of the native application and layout definition information data. The view definition file and model definition file, which are text files, are files selected and set from the existing libraries based on the specifications of the native application. The "text file" in the present invention is, for example, an XML file, but is not necessarily limited to this. The platforms include Java, Kotlin, Swift, Objective-C, Javascript (registered trademark), etc., which are widely used in the development of iOS and Android, but are not necessarily limited to these and can be applied to native application development. Object-oriented compiler Programming language platform can be added.

請求項2に係る発明は、請求項1に記載のネイティブアプリケーション開発支援プログラムであって、前記画面レイアウト生成部は、デザインファイルから編集可能なテキストファイルである中間ファイルを生成可能なコンテキストローダーを生成可能とし、前記画面レイアウト生成部が該中間ファイルから画面レイアウトのソースコードを自動生成可能としたことを特徴とする。 The invention according to claim 2 is the native application development support program according to claim 1, wherein the screen layout generation unit generates a context loader capable of generating an intermediate file which is an editable text file from a design file. It is characterized in that the screen layout generation unit can automatically generate the source code of the screen layout from the intermediate file.

コンテキストローダーは、コンテキストクラスローダーともいわれ、一般的にはJava等のオブジェクト指向開発言語において、クラスのロードやリソース(ファイル)の検索を担当するオブジェクトであり、プログラムの内部的メモリ構造にクラスを読み込んで、ソースコードを生成するジェネレーターに渡す処理を行う。本発明に係るコンテキストローダーは、設定ファイルからデザインファイル、ビュー定義ファイルを読みだして、所定のプラットフォームに対応する画面レイアウトジェネレーターを起動するランチャーとしての役割を果たすとともに、SVGファイルであるデザインファイルを読み込み、XMLとしてトップレベルから再帰的にタグをパースして取得したタグ情報に基づきテキストファイルである中間ファイルを生成可能とするレイアウト解析器として機能する。 A context loader, also called a context class loader, is an object that is generally responsible for loading classes and searching resources (files) in object-oriented development languages such as Java, and loads classes into the internal memory structure of the program. Then, perform the process of passing to the generator that generates the source code. The context loader according to the present invention reads a design file and a view definition file from a setting file, serves as a launcher for activating a screen layout generator corresponding to a predetermined platform, and reads a design file which is an XML file. , XML functions as a layout analyzer that can generate an intermediate file that is a text file based on tag information obtained by recursively parsing tags from the top level.

請求項3に係る発明は、請求項2に記載のネイティブアプリケーション開発支援プログラムであって、前記デザインファイルは、aiファイルである画面レイアウトデザインをSVGファイルに変換して保存したものであることを特徴とする。 The invention according to claim 3 is the native application development support program according to claim 2, wherein the design file is a screen layout design that is an ai file converted into an SVG file and saved. And.

請求項4に係る発明は、請求項3に記載のネイティブアプリケーション開発支援プログラムであって、前記中間ファイルは、その記述内にマーカーを設定可能とし、画面レイアウトのソースコードの自動生成時に、中間ファイルの編集部分のうち前記マーカーによって規定された範囲のみがソースコードに反映されるように構成したことを特徴とする。 The invention according to claim 4 is the native application development support program according to claim 3, wherein a marker can be set in the description of the intermediate file, and the intermediate file is created when the source code of the screen layout is automatically generated. It is characterized in that only the range defined by the marker is reflected in the source code in the edited part of.

請求項5に係る発明は、請求項1乃至4のいずれか一項に記載のネイティブアプリケーション開発支援プログラムにより生成されたソースコードを含むネイティブアプリケーションである。 The invention according to claim 5 is a native application including a source code generated by the native application development support program according to any one of claims 1 to 4.

Illustratorでの画面レイアウト制作は、作業領域であるアートボードを設定してアートワークを制作するのが一般的である。アートボードはグループ化された複数のアートワークのレイヤーであり、制作されたアートボードはaiファイルとして保存されるが、Illustratorでは、プラグインの機能によりSVGファイルとして書き出して保存することができる。SVG形式はXMLに準拠しているため、XMLコードを編集して画像の効果を変更・追加できるほか、JavaScriptコマンドを実行するイベントを定義することにより、画面遷移等の連携処理やユーザのアクションに対応したオブジェクトの動作等のインタラクティビティの追加が可能となる。 In screen layout production in Illustrator, it is common to set an artboard as a work area and create artwork. An artboard is a layer of multiple artwork groups, and the created artboard is saved as an ai file, but in Illustrator, it can be exported and saved as an SVG file by the function of a plug-in. Since the SVG format is XML compliant, you can edit the XML code to change / add image effects, and by defining an event that executes the Javascript command, you can use it for linked processing such as screen transitions and user actions. It is possible to add interactivity such as the operation of the corresponding object.

本発明における画面レイアウト生成部は、コンテキストローダーを生成した上で、読み込んだ設定ファイルの中の任意のSVGファイルからコンテキストローダーが一旦テキストファイルである中間ファイルを生成し、該中間ファイルから所定の画面レイアウトジェネレーターがソースコードを自動的に生成するように構成される。中間ファイルはテキストファイルであるため、必要に応じてテキストエディタによって編集することで、生成されるソースコードには編集結果が自動的に反映される。 The screen layout generator in the present invention generates a context loader, then once generates an intermediate file in which the context loader is a text file from an arbitrary SVG file in the read setting file, and a predetermined screen is generated from the intermediate file. The layout generator is configured to automatically generate the source code. Since the intermediate file is a text file, the edited result is automatically reflected in the generated source code by editing it with a text editor as needed.

一方、ネイティブアプリケーションの画面間の連携処理の実装は、連携処理実装部が設定ファイル中のビュー定義ファイルを読み込み、画面連携処理ジェネレーターがビュー定義ファイルから直接画面連携処理のソースコードを生成して、画面レイアウトデザインのソースコード内に実装する。また、データ処理機能ロジックについては、機能状態実装部が設定ファイル中の機能定義ファイルをコンテキストファイルに変換して読み込み、機能状態ジェネレーターがコンテキストファイルから直接ソースコードを生成して、画面レイアウトデザインのソースコード内に実装する。
On the other hand, to implement the cooperation processing between screens of the native application, the cooperation processing implementation part reads the view definition file in the configuration file, and the screen cooperation processing generator generates the source code of the screen cooperation processing directly from the view definition file. Implement in the source code of the screen layout design. Regarding the data processing function logic, the function state implementation part converts the function definition file in the configuration file into a context file and reads it, and the function state generator generates the source code directly from the context file, which is the source of the screen layout design. Implement in code.

本願発明に係るネイティブアプリケーション開発支援プログラムの構成によれば、以下のような効果を奏する。
(1)aiファイルとして制作されたデザインファイルからプラットフォーム別のネイティブアプリケーションのソースコードの生成を画面レイアウトジェネレーターに自動的に行わせることができるため、プログラマーによるソースコードのコーディング作業を大幅に簡略化でき、開発に係る労力と時間の大幅な削減が可能となる。
(2)aiファイルと仕様書から直接ソースコードを作成するのではなく、一旦テキストファイルである中間ファイルを生成するプロセスを介することで、作成されたネイティブアプリケーション画面に軽微な修正や画面上の効果の変更・追加が必要となった場合に、aiファイル自体の修正を行うことなく、中間ファイルを編集することで容易に修正・変更・追加を反映させることができ、修正・変更・追加作業の負担も軽減できる。
(3)aiファイルをSVGファイルに変換したオブジェクトにより画面デザインのソースコードを生成することにより、画面デザイン要素が元のaiファイルに忠実に再現可能となるため、デザイン知識の乏しいプログラマーによるコーディングに比べて実装後のデザイナーの違和感も少なくできる。
(4)編集の容易な中間ファイルの形で各種の画面デザイン要素をクラス化でき、高度なプログラミング知識を有しない者でもインスタンスの変更が容易となるため、一旦作成した画面デザイン要素を汎用性の高い資産として活用が可能となる。
According to the configuration of the native application development support program according to the present invention, the following effects are obtained.
(1) Since the screen layout generator can automatically generate the source code of the native application for each platform from the design file created as an ai file, the coding work of the source code by the programmer can be greatly simplified. , It is possible to significantly reduce the labor and time required for development.
(2) Minor modifications and screen effects on the created native application screen by going through the process of once generating an intermediate file that is a text file, instead of creating the source code directly from the ai file and specifications. When it is necessary to change / add, the correction / change / addition can be easily reflected by editing the intermediate file without modifying the ai file itself. The burden can also be reduced.
(3) By generating the screen design source code from the object that converted the ai file into an SVG file, the screen design elements can be faithfully reproduced in the original ai file, so compared to coding by a programmer with little design knowledge. It is possible to reduce the discomfort of the designer after implementation.
(4) Various screen design elements can be classified in the form of an intermediate file that is easy to edit, and even those who do not have advanced programming knowledge can easily change the instance. Therefore, the screen design elements once created are versatile. It can be used as a high-value asset.

以下、本発明の実施形態について図面に基づいて詳細に説明する。実施形態に係るネイティブアプリケーション開発支援プログラム(以下「開発支援プログラム1」と記す。)は、たとえばJavaに代表される単一のオブジェクト指向言語によって構成される。図1は、開発支援プログラム1を構成するモジュールと、各モジュールにより生成又は処理される各ファイルを示す概要図である。なお、図中の各モジュールは機能構成の概念を示すものであり、必ずしも物理的に独立したプログラムモジュールに限られるものではなく、複数のモジュールが単一のモジュールに統合されたり、個々の機能が複数のモジュールによって実現されることを排除するものではない。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. The native application development support program according to the embodiment (hereinafter referred to as “development support program 1”) is composed of a single object-oriented language represented by Java, for example. FIG. 1 is a schematic diagram showing modules constituting the development support program 1 and each file generated or processed by each module. Note that each module in the figure shows the concept of functional configuration, and is not necessarily limited to physically independent program modules. Multiple modules can be integrated into a single module, or individual functions can be combined. It does not exclude what is achieved by multiple modules.

設定ファイルFは、少なくとも、SVGファイルであるデザインファイルfdと、テキストファイルであるビュー定義ファイルfvと、テキストファイルである機能定義ファイルffとから成る。デザインファイルfdは、ネイティブアプリケーションを構成する各画面レイアウトデザインをIllustratorで制作し、作成したaiファイルのアートボードをSVGファイルに変換して保存したものである。ビュー定義ファイルfvと機能定義ファイルffは、ネイティブアプリケーションの仕様書に基づき、画面構成やその遷移や挙動等の画面仕様、個別の機能とその処理内容、テーブルデータ構造、エンティティ間の関係性などの設定を定義したテキストファイルである。 The setting file F is composed of at least a design file fd which is an SVG file, a view definition file fv which is a text file, and a function definition file ff which is a text file. The design file fd is created by creating each screen layout design constituting the native application with Illustrator, converting the artboard of the created ai file into an SVG file, and saving it. The view definition file fv and the function definition file ff are based on the specifications of the native application, such as screen specifications such as screen configuration and its transition and behavior, individual functions and their processing contents, table data structure, relationships between entities, etc. A text file that defines the settings.

開発支援プログラム1は、大きく分けて、画面レイアウト生成部10、連携処理実装部20、機能状態実装部30の各モジュールとから構成される。画面レイアウト生成部10は画面レイアウトジェネレーター11を、連携処理実装部20は画面連携処理ジェネレーター21を、機能状態実装部30は機能状態ジェネレーター31をそれぞれ備え、各ジェネレーター11、21、31は、所定のファイルを読み込んでJavaファイルのソースコードを生成可能とする。なお、各ジェネレーター11、21、31は、プラットフォームごとの実クラスとして予め定義されている。 The development support program 1 is roughly divided into a screen layout generation unit 10, a cooperative processing mounting unit 20, and a functional state mounting unit 30. The screen layout generation unit 10 includes a screen layout generator 11, the cooperation processing mounting unit 20 includes a screen cooperation processing generator 21, the functional state mounting unit 30 includes a functional state generator 31, and the generators 11, 21, and 31 are predetermined. It is possible to read the file and generate the source code of the Java file. Note that the generators 11, 21, and 31 are defined in advance as actual classes for each platform.

図2は、実施形態に係る開発支援プログラム1の起動から設定ファイルFの読み込み、及び画面レイアウトのソースコードsdの生成に至る処理手順の概略を示す処理フロー図である。開発支援プログラム1は、所定の設定ファイルFを検索して読み込み(100)、任意のプラットフォームを指定することで(101)、画面レイアウト生成部10において画面レイアウトのソースコードの生成ロジック(200)を開始する。ここで、プラットフォームの指定により、起動するジェネレーターの実クラスが決定される。プラットフォームと起動するジェネレーターの関係は、たとえば表1の通りである。

Figure 2020166668
FIG. 2 is a processing flow diagram showing an outline of a processing procedure from starting the development support program 1 according to the embodiment, reading the setting file F, and generating the source code sd of the screen layout. The development support program 1 searches for and reads a predetermined setting file F (100), specifies an arbitrary platform (101), and causes the screen layout generation unit 10 to generate the screen layout source code generation logic (200). Start. Here, the actual class of the generator to be started is determined by specifying the platform. The relationship between the platform and the generator to be activated is shown in Table 1, for example.
Figure 2020166668

生成ロジック(200)では、画面レイアウト生成部10は、はじめにコンテキストローダーCLのインスタンス(View::DSLContextLoader)を生成し、コンテキストローダーCLが設定ファイルFのソースディレクトリ内のデザインファイルfd、ビュー定義ファイルfvを読み出してファイルごとに逐次的に処理を実行する。コンテキストローダーCLが実行する処理は、ファイルの種類によって異なる。読み出したファイルがデザインファイルdfである場合(201)は、コンテキストローダーCLはSVGファイルを処理して画面レイアウトのソースコードsdを生成する(300)。一方、読み出したファイルがビュー定義ファイルfvである場合(202)は、これを連携処理実装部20に送り、画面連携処理ジェネレーター21が連携処理のソースコードsvを画面レイアウトのソースコードsd内に生成し、画面連携処理を定義するオブジェクトが実装される。そして、すべてのファイルの処理が終わると生成ロジック(200)は終了する。 In the generation logic (200), the screen layout generation unit 10 first generates an instance (View :: DSLContextLoader) of the context loader CL, and the context loader CL first generates the design file fd and the view definition file fv in the source directory of the setting file F. Is read and processing is executed sequentially for each file. The processing executed by the context loader CL differs depending on the file type. When the read file is the design file df (201), the context loader CL processes the SVG file and generates the screen layout source code sd (300). On the other hand, when the read file is the view definition file fv (202), this is sent to the cooperation processing implementation unit 20, and the screen cooperation processing generator 21 generates the source code sv of the cooperation processing in the source code sd of the screen layout. Then, the object that defines the screen linkage process is implemented. Then, when the processing of all the files is completed, the generation logic (200) ends.

図3は、コンテキストローダーCLによる前記SVGファイル処理の工程(300)を示すフロー図である。SVGファイル処理工程(300)では、はじめにXMLファイルをJavaにおけるSVGオブジェクトに変換するパース処理を行うインスタンスであるSVGFilePaser(デザインファイル解析器)を生成する。SVGFilePaserはSVGファイルfdのタグを読み込んでタグ名と属性を取得し(301)、XMLとしてトップレベルタグからタグに挟まれた子要素を再帰的にパース処理し、パース結果のオブジェクト(SVGPaserContext)を生成する(302)。SVGFilePaserはこの工程を繰り返してタグ情報を処理し、SVGPaserContextへと追加する。なお、デザインファイルfd内にPNG画像やJPG画像が存在する場合は、それらの画像ファイルのリストがそのままSVGPaserContextに追加される。以上の工程を繰り返してすべてのSVGファイルのパース処理が終わると処理を終了し、コンテキストローダーCLでの処理に復帰する。その後、コンテキストローダーCLはSVGPaserContextのパース結果からJavaで記述された中間ファイルftを生成し(303)、画面レイアウトジェネレーター11が中間ファイルftを読み込んで画面レイアウトのソースコードsdを生成する(304)。 FIG. 3 is a flow chart showing the step (300) of the SVG file processing by the context loader CL. In the SVG file processing step (300), first, an SVG File Paser (design file analyzer), which is an instance that performs parsing processing for converting an XML file into an SVG object in Java, is generated. SVGFilePaser reads the tag of SVG file fd, acquires the tag name and attribute (301), recursively parses the child elements sandwiched between the tags from the top level tag as XML, and creates the object (SVGPaserContext) of the parse result. Generate (302). SVGFilePaser repeats this process to process the tag information and add it to the SVGPaserContext. If PNG images or JPG images exist in the design file fd, the list of those image files is added to the SVGPaserContext as it is. When the parsing process of all SVG files is completed by repeating the above steps, the process is terminated and the process returns to the process of the context loader CL. After that, the context loader CL generates the intermediate file ft described in Java from the parsing result of the SVGPaserContext (303), and the screen layout generator 11 reads the intermediate file ft and generates the source code sd of the screen layout (304).

なお、SVGファイルごとに中間ファイルを生成するか否かはSVGファイルの元になるaiファイルに識別子を設けることにより選択可能とすることができる。たとえば、アートワークの保存の際のアートボード名が「@」で始まる場合には、中間ファイルftの生成時に自動的にテキストエディタを開く手動モードに入り、中間ファイルftの編集後に手動でこれをビュー定義ファイルとして保存した上で(305)、画面連携処理ジェネレーター21を起動して画面連携処理のソースコードsvを生成させるよう構成する。一方、アートボード名が「@」で始まらない場合は、中間ファイルftを生成せず、自動的に画面レイアウトジェネレーター11に画面レイアウトのソースコードsdを生成させるように構成する。なお、デザインファイルfd内にビュー定義ファイルfvが含まれる場合には、ファイルの内容をコンテキストローダーCLでそのまま読み出し、画面連携処理ジェネレーター21に画面連携処理のソースコードsvを生成させるように構成する。 Whether or not to generate an intermediate file for each SVG file can be selected by providing an identifier in the ai file that is the source of the SVG file. For example, if the artboard name when saving the artwork starts with "@", enter the manual mode that automatically opens the text editor when the intermediate file ft is generated, and manually enter this after editing the intermediate file ft. After saving as a view definition file (305), the screen linkage processing generator 21 is started to generate the source code sv of the screen linkage processing. On the other hand, if the artboard name does not start with "@", the intermediate file ft is not generated, and the screen layout generator 11 is configured to automatically generate the screen layout source code sd. When the view definition file fv is included in the design file fd, the contents of the file are read as they are by the context loader CL, and the screen linkage processing generator 21 is configured to generate the source code sv of the screen linkage processing.

本発明に係る開発支援プログラム1の特徴は、読み込んだデザインファイルfdの中のSVGファイルから直接Javaのソースコードを生成するのではなく、一旦中間ファイルftの形に変換した上で画面レイアウトジェネレーター11に渡して画面レイアウトのソースコードsdを生成させる点にある。まず、画面レイアウトジェネレーター11が自動的にソースコードを生成するため、開発者は1行1行Javaファイルを書く必要がなくなり、大幅に開発時間を減らすことができる。また、画面レイアウトジェネレーター11は、SVGファイルをJavaにおけるSVGオブジェクトへとパース処理した中間ファイルftから画面レイアウトのソースコードsdを生成するので、デザインファイルfdが忠実に再現される。これにより、最終的に実装されるネイティブアプリケーションの画面レイアウトデザインは、デザイナーが当初Illustratorで制作したものと比べて違和感を感じさせない仕上りとなる。さらに、ネイティブアプリケーションのリリース後に画面レイアウトデザインの修正を行う場合にも、ソースコードを直接書き換える必要はなくなる。単に修正後のaiファイルを読み込ませることにより自動的にソースコードに修正が反映され、また、中間ファイルftを直接編集することで修正結果をソースコードに反映させることができるため、修正作業の迅速化と開発者の負担軽減が図られる。 The feature of the development support program 1 according to the present invention is that the source code of Java is not directly generated from the SVG file in the read design file fd, but is once converted into the form of the intermediate file ft, and then the screen layout generator 11 The point is to generate the source code sd of the screen layout by passing it to. First, since the screen layout generator 11 automatically generates the source code, the developer does not have to write a Java file line by line, which can significantly reduce the development time. Further, since the screen layout generator 11 generates the source code sd of the screen layout from the intermediate file ft obtained by parsing the SVG file into the SVG object in Java, the design file fd is faithfully reproduced. As a result, the screen layout design of the native application that is finally implemented will not feel uncomfortable compared to the one originally created by the designer in Illustrator. Furthermore, even if the screen layout design is modified after the release of the native application, there is no need to directly rewrite the source code. By simply reading the modified ai file, the modification is automatically reflected in the source code, and by directly editing the intermediate file ft, the modification result can be reflected in the source code, so the modification work is quick. It is possible to reduce the burden on developers.

図4は、実施形態に係る開発支援プログラム1の機能実装部30の起動から設定ファイルF中の機能定義ファイルffの読み込み、及び機能ロジックのソースコードsfの生成に至る処理手順の概略を示す処理フロー図である。
開発支援プログラム1は、機能実装部30の機能状態ジェネレーター31を起動し(401)、設定ファイルF内の機能定義ファイルffを読み込んで(402)データ処理機能ロジックのソースコードsfを生成させる(403)。機能実装部30の起動時に、プラットフォームの指定により、起動するジェネレーターの実クラスが決定される。プラットフォームと起動するジェネレーターの関係は、たとえば表2の通りである。

Figure 2020166668
FIG. 4 shows an outline of a processing procedure from starting the function mounting unit 30 of the development support program 1 according to the embodiment, reading the function definition file ff in the setting file F, and generating the source code sf of the function logic. It is a flow diagram.
The development support program 1 starts the function state generator 31 of the function implementation unit 30 (401), reads the function definition file ff in the setting file F (402), and generates the source code sf of the data processing function logic (403). ). When the function implementation unit 30 is started, the actual class of the generator to be started is determined by specifying the platform. The relationship between the platform and the generator to be activated is shown in Table 2, for example.
Figure 2020166668

また、機能実装部30は、データ処理機能ロジックに係る状態遷移図を作成するためのGeneratorDotのインスタンスを生成する。状態遷移図はグラフ構造であり、ノード(図形)とエッジ(図形と図形の関連)をプレーンテキストであるDot言語で記述され、ネイティブアプリケーションのデータ処理機能の処理手順を定義する。なお、GeneratorDotのインスタンスとしては、既存のツール(レイアウトエンジン)を使用することができる。 Further, the function implementation unit 30 creates an instance of GeneratorDot for creating a state transition diagram related to the data processing function logic. The state transition diagram has a graph structure, and nodes (figures) and edges (relationships between figures and figures) are described in the Dot language, which is plain text, and defines the processing procedure of the data processing function of the native application. An existing tool (layout engine) can be used as an instance of GeneratorDot.

生成ロジック(402)ではソースコードの実装先である画面レイアウトのソースコードsdに生成先としてソースコードファイルが存在しない場合には、まず大枠のスケルトンの生成を行い、その後、機能定義ファイルffごとの個別のデータ処理機能ロジックのソースコードsfの生成を行う。一方、ソースコードファイルが存在する場合には、個別のソースコードの生成のみを行う。 In the generation logic (402), if the source code sd of the screen layout where the source code is implemented does not have a source code file as the generation destination, a rough skeleton is first generated, and then for each function definition file ff. The source code sf of the individual data processing function logic is generated. On the other hand, if a source code file exists, only individual source code is generated.

なお、個別のデータ処理機能ロジックのソースコードsfは、コードの記述をマーカーで区切るように構成してもよい。マーカーは、たとえば「 // %% 」(前後及び中央のスペースは任意の個数でもよい。)と記述する。かかるマーカーを用いることで、1つのテキストファイルの中で、このマーカーとなる行よりも下側の部分の記述は手動で編集したとしてもソースコード生成時には自動的に上書きされて更新されるが、マーカーより上の部分に人間が書いた記述は保全されるようにすることができる。 The source code sf of the individual data processing function logic may be configured so that the description of the code is separated by a marker. The marker is described as, for example, "// %%" (the space before and after and in the center may be any number). By using such a marker, the description of the part below the line that becomes this marker in one text file is automatically overwritten and updated when the source code is generated even if it is manually edited. Human-written descriptions above the marker can be preserved.

かかるマーカーは、デザインファイルfdから生成される中間ファイルftにも適用可能である。たとえば、ネイティブアプリケーション上において、表示するキャラクター(人物等)の画像を動かしたい場合(たとえば、目の瞬きや口の動き)、キャラクターの輪郭や目、口そのものの形状はデザインファイルfdから画面レイアウトジェネレーター11が自動生成する。一方、目の瞬きや口の動き(たとえば、口の「パクパク」動作)のアニメーションについては、中間ファイルftのマーカーとなる行より上の部分の記述を適宜手動で編集することで自在に付加・変更することができる。さらに、ユーザーからの画面のタップのタイミングや画面上の座標によってキャラクターにインタラクティブなリアクションをさせる命令も付加・変更できる。 Such markers are also applicable to the intermediate file ft generated from the design file fd. For example, if you want to move the image of the character (person, etc.) to be displayed on the native application (for example, blinking eyes or movement of the mouth), the outline of the character, the shape of the eyes, and the shape of the mouth itself can be found in the screen layout generator from the design file fd. 11 is automatically generated. On the other hand, animations of blinking eyes and mouth movements (for example, "pucking" movements of the mouth) can be freely added by manually editing the description above the line that becomes the marker of the intermediate file ft. Can be changed. In addition, it is possible to add or change commands that allow the character to react interactively depending on the timing of tapping the screen from the user and the coordinates on the screen.

すなわち、中間ファイルftにマーカーを適用することで、結果的にIllustratorのレイヤー毎に一つの関数を生成させるかの如き効果を奏するため、必ずしも機能定義ファイルftであらかじめ定義しなくても、デザインファイルfdのみでキャラクター等の動作やレスポンスを実現するソースコードを生成可能とできる。また、デザインファイルfdの段階で描画するための「枠」だけを生成しておき、該「枠」の中身を実装者が事後的に手動コーディング可能とすることもできる。 That is, by applying the marker to the intermediate file ft, the effect is as if one function is generated for each layer of Illustrator, so the design file does not necessarily have to be defined in advance in the function definition file ft. It is possible to generate a source code that realizes the operation and response of a character or the like only with fd. It is also possible to generate only a "frame" for drawing at the stage of the design file fd so that the implementer can manually code the contents of the "frame" after the fact.

以上のとおり、実施形態に係る開発支援プログラム1は、ネイティブアプリケーションのソースコードを自動生成する工程において、Illustratorで作成したaiファイルを一旦SVGファイルに変換して、マーカーを設定可能な中間ファイルftを生成するプロセスを設けることにより、「すべてを自動生成としない」という選択を可能としている。マーカーを設けることで、マーカー以降の所定のソースコードは常に上書きされて自動生成されるが、マーカーよりも上の部分は実装者が手動コーディング可能となるため、カスタマイズや先を見越した設計が可能となる。これにより、実装者の意図に基づいて自動生成部分と手動コーディング部分を使い分けることができ、柔軟な実装が可能となるだけでなく、一旦作成した画面デザイン要素を汎用性の高い資産として活用が可能となるのである。 As described above, the development support program 1 according to the embodiment temporarily converts the ai file created by Illustrator into an SVG file in the process of automatically generating the source code of the native application, and creates an intermediate file ft in which markers can be set. By providing a process to generate, it is possible to select "not all automatically generated". By providing a marker, the predetermined source code after the marker is always overwritten and automatically generated, but the part above the marker can be manually coded by the implementer, so customization and proactive design are possible. It becomes. As a result, the automatically generated part and the manually coded part can be used properly based on the intention of the implementer, which not only enables flexible implementation, but also makes it possible to utilize the screen design element once created as a highly versatile asset. It becomes.

以上、本発明の実施形態につき、添付の図面を参照しつつ説明したが、本発明は、必ずしも上述した実施形態の構成のみに限定されるものではなく、本発明の目的を達成し、効果を有する範囲内において、適宜変更実施することが可能なものである。 Although the embodiments of the present invention have been described above with reference to the accompanying drawings, the present invention is not necessarily limited to the configuration of the above-described embodiments, and the object of the present invention is achieved and the effects are achieved. It is possible to make appropriate changes within the range of possession.

本発明は、スマートフォンやパソコン上で動作するネイティブアプリケーションの開発に適用可能である。 The present invention can be applied to the development of native applications that operate on smartphones and personal computers.

開発支援プログラム1の概要図Schematic diagram of development support program 1 画面レイアウト生成部における画面レイアウトのソースコードの生成処理の行程を示す処理フロー図Processing flow diagram showing the process of generating the source code of the screen layout in the screen layout generator 画面レイアウト生成部におけるSVGファイル処理の工程を示すフロー図Flow chart showing the process of SVG file processing in the screen layout generator 機能実装部における機能ロジックのソースコードの生成処理の行程を示す処理フロー図Process flow diagram showing the process of generating the source code of the function logic in the function implementation part

F 設定ファイル
1 開発支援プログラム
10 画面レイアウト生成部
11 画面レイアウトジェネレーター
20 連携処理実装部
21 画面連携処理ジェネレーター
30 機能実装部
31 機能状態ジェネレーター
ai aiファイル
fd デザインファイル
fv ビュー定義ファイル
ff 機能定義ファイル
ft 中間ファイル
S ソースコード(ネイティブアプリケーション)
sd ソースコード(画面レイアウト)
sv ソースコード(画面連携処理)
sf ソースコード(機能ロジック)
F Setting file 1 Development support program 10 Screen layout generator 11 Screen layout generator 20 Linkage processing implementation section 21 Screen linkage processing generator 30 Function implementation section 31 Function status generator ai ai file ft Design file fv View definition file ff Function definition file ft Intermediate File S source code (native application)
sd source code (screen layout)
sv source code (screen linkage processing)
sf source code (functional logic)

Claims (5)

SVGファイルであるデザインファイルと、テキストファイルであるビュー定義ファイルと、テキストファイルである機能定義ファイルを含む設定ファイルから、選択したプラットフォームに対応するネイティブアプリケーションのソースコードを生成可能なネイティブアプリケーション開発支援プログラムであって、前記デザインファイルから画面レイアウトのソースコードを生成可能なプラットフォームごとの画面レイアウトジェネレーターを備える画面レイアウト生成部と、前記ビュー定義ファイルから画面連携処理のソースコードを生成可能なプラットフォームごとの画面連携処理ジェネレーターを備える連携処理実装部と、前記機能定義ファイルからデータ処理機能ロジックのソースコードを生成可能なプラットフォームごとの機能状態ジェネレーターを備える機能状態実装部とを備え、前記連携処理実装部は前記画面連携処理のソースコードを、前記機能状態実装部は前記データ処理機能ロジックのソースコードを、それぞれ前記画面レイアウトのソースコード内に自動生成可能としたことを特徴とする、ネイティブアプリケーション開発支援プログラム。 A native application development support program that can generate the source code of the native application corresponding to the selected platform from the setting file including the design file that is the SVG file, the view definition file that is the text file, and the function definition file that is the text file. A screen layout generator including a screen layout generator for each platform that can generate the source code of the screen layout from the design file, and a screen for each platform that can generate the source code for the screen linkage process from the view definition file. The cooperation processing implementation unit including the cooperation processing generator and the function state implementation unit including the function state generator for each platform capable of generating the source code of the data processing function logic from the function definition file are provided. A native application development support program characterized in that the source code of screen linkage processing and the source code of the data processing function logic can be automatically generated in the source code of the screen layout by the functional state implementation unit. 前記画面レイアウト生成部は、デザインファイルから編集可能なテキストファイルである中間ファイルを生成可能なコンテキストローダーを生成可能とし、前記画面レイアウト生成部が該中間ファイルから画面レイアウトのソースコードを自動生成可能としたことを特徴とする、請求項1に記載のネイティブアプリケーション開発支援プログラム。 The screen layout generation unit can generate a context loader capable of generating an intermediate file which is an editable text file from a design file, and the screen layout generation unit can automatically generate a screen layout source code from the intermediate file. The native application development support program according to claim 1, which is characterized by the above. 前記デザインファイルは、aiファイルである画面レイアウトデザインをSVGファイルに変換して保存したものであることを特徴とする、請求項2に記載のネイティブアプリケーション開発支援プログラム。 The native application development support program according to claim 2, wherein the design file is obtained by converting a screen layout design, which is an ai file, into an SVG file and saving the file. 前記中間ファイルは、その記述内にマーカーを設定可能とし、画面レイアウトのソースコードの自動生成時に、中間ファイルの編集部分のうち前記マーカーによって規定された範囲のみがソースコードに反映されるように構成したことを特徴とする、請求項3に記載のネイティブアプリケーション開発支援プログラム。 The intermediate file is configured so that a marker can be set in the description, and when the source code of the screen layout is automatically generated, only the range specified by the marker in the edited part of the intermediate file is reflected in the source code. The native application development support program according to claim 3, which is characterized by the above. 請求項1乃至4のいずれか一項に記載のネイティブアプリケーション開発支援プログラムにより生成されたソースコードを含むネイティブアプリケーション。
A native application including the source code generated by the native application development support program according to any one of claims 1 to 4.
JP2019067635A 2019-03-29 2019-03-29 Native application development support program Pending JP2020166668A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019067635A JP2020166668A (en) 2019-03-29 2019-03-29 Native application development support program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019067635A JP2020166668A (en) 2019-03-29 2019-03-29 Native application development support program

Publications (1)

Publication Number Publication Date
JP2020166668A true JP2020166668A (en) 2020-10-08

Family

ID=72714124

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019067635A Pending JP2020166668A (en) 2019-03-29 2019-03-29 Native application development support program

Country Status (1)

Country Link
JP (1) JP2020166668A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112862668A (en) * 2021-02-01 2021-05-28 北京恒泰实达科技股份有限公司 Method for implementing picture conversion from design effect picture to visualization

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112862668A (en) * 2021-02-01 2021-05-28 北京恒泰实达科技股份有限公司 Method for implementing picture conversion from design effect picture to visualization
CN112862668B (en) * 2021-02-01 2024-02-06 北京恒泰实达科技股份有限公司 Method for implementing picture conversion from design effect diagram to visualization

Similar Documents

Publication Publication Date Title
JP5209051B2 (en) Data system and method
US11216253B2 (en) Application prototyping tool
US20170286068A1 (en) Development support system
Nathan WPF 4 unleashed
JP6149165B2 (en) Chart conversion system and method using metadata
JP2012084165A (en) Program for causing computer to generate user interface
EP3037958B1 (en) Declarative user interface representation conversion via hierarchical templates
CN106681706B (en) Application progress processing method and terminal
US9460230B1 (en) Method and system for visual styling of visual elements for applications
US11349902B2 (en) System and method to standardize and improve implementation efficiency of user interface content
CN113064593B (en) Method and device for dynamic mobile APP, computer equipment and storage medium
CN112364496B (en) Avionics simulation panel generation system based on HTML5 and VUE technologies
Viana et al. XMobile: A MB-UID environment for semi-automatic generation of adaptive applications for mobile devices
US7949946B2 (en) Layout and line routing composition
CN114820881A (en) Picture generation method, intelligent terminal and computer readable storage medium thereof
JP2020166668A (en) Native application development support program
US9727537B2 (en) Application of a system font mapping to a design
KR101546359B1 (en) Web page making system and method for maintaining compatibility of web browser and font
CN114281335A (en) View generation method and related equipment
Gad Building Android Apps in Python Using Kivy with Android Studio: With Pyjnius, Plyer, and Buildozer
Gad Building android apps in python using kivy with android studio
Shahar Project Reliability Engineering
CN117369797A (en) WEB packaging method, device, computer equipment and medium
Hipp Slide Decks in HTML
CN113485714A (en) Data processing method, data processing device, computer equipment and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190425

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200227

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200309

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200622

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20210121