0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[OutSystems]新しいモバイルアプリケーション用のUI Framework

0
Posted at

2025年12月にリリースされた、新しいモバイルUIのフレームワークMobile UIについてまとめ。

ドキュメント

公式サイト - ドキュメントとは別にMobile UIの公式サイトがある。Silk UIやOutSystems UIなど過去のUIもそうだった

Product Releases and Updates

モバイル関係では、以下の情報が、2025年12月に続けて出ていた。互いに関係がある。

Mobile UIとは

試しに使ってみる

新しいMobile App作成時に、使用するUI Frameworkを選択する項目が追加されている。

image.png

いつもOutSystems UIがぶら下がっている位置(UI FlowとThemesの最後)にMobileUIがある。
image.png

Screenを開いたときに、画面上部に出てくる「CSS」をクリックすると、Style Sheet Editorが開く。OutSystemsUIを使っているときは、「Open Theme Editor」ボタンが表示されるのだが、MobileUIを使っていると表示されない。つまり、Theme Editorが使えない。
image.png

Widgetの種類も違っており、例えばTableが無いようだ。
image.png

また、Screen Templateも無さそう。UI Flowを右クリック → Add Screenを選択すると、通常はどのScreen Templateで画面を作るか選択するダイアログが出るが、MobileUIを使っているとそのまま画面が作成される。

Capacitor

MABS 12からランタイムとして、CapacitorとCordovaから選べるようになる。
パッケージ作成時に、MABS12.0を選択すると、Mobile FrameworkのドロップダウンリストでCordovaとCapacitorから選択できる。
image.png

Mobile apps > Getting started with mobile app developmentの以下の部分によると、

You only need to consider the runtime choice when:
Selecting plugins
Building mobile packages

ランタイムをCordovaにするかCapacitorにするかは、どのプラグインを使うか、と実際にパッケージを作成する時にだけ考えればいいとのこと。実務的にはプラグインだけで考えたら良さそう。

なお、OutSystemsがサポートしているプラグインはどちらにも対応しているとのこと。

MobileUIはこのCapacitorだけではなく、古いランタイムであるCordovaでも使えるとのこと。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?