The latest iteration of the Top500 puts the Perlmutter supercomputer in the spotlight.
Data centres vs weather: Greener solar panels for Azure in Arizona, but snow elsewhere
Making solar panels more efficiently and using much less water is part of greening the cloud.
Jetpack Compose: BottomNavigationコンポーザブルを使う
BottomNavigationコンポーザブルはandroidx.compose.materialパッケージに含まれており、アプリ内を移動するナビゲーションを担当しています。画面の下部にアプリの主要な目的地を表示し、タッ […]
The post Jetpack Compose: BottomNavigationコンポーザブルを使う first appeared on TechBooster.
[github.com/russellhaering/gosaml2] gosaml2 is vulnerable to NULL Pointer Dereference
This affects all versions less than 0.7.0 of package github.com/russellhaering/gosaml2. There is a crash on null pointer dereference caused by sending malformed XML signatures.
References
https://nvd.nist.gov/vuln/detail/CVE-2020-7731
https://github.c…
Jetpack Compose: TopAppBarコンポーザブルを使う
TopAppBarコンポーザブルには現在のスクリーンに関連するコンテンツを表示します。画面のタイトルやナビゲーション、アクションに使用されます。 その他のandroidx.compose.materialパッケージのコン […]
The post Jetpack Compose: TopAppBarコンポーザブルを使う first appeared on TechBooster.
Jetpack Compose: IconButtonコンポーザブルを使う
今回のJetpack ComposeサンプルはIconButtonコンポーザブルと状態をもったIconToggleButtonコンポーザブルです。この2つのコンポーザブルは、AppBarなどのナビゲーション内でボタンとし […]
The post Jetpack Compose: IconButtonコンポーザブルを使う first appeared on TechBooster.
Jetpack Compose: Cardコンポーザブルを使う
今回のJetpack ComposeサンプルはCardコンポーザブルです。Cardはマテリアルデザインのコンポーネントのなかでもよくみる存在で、使いやすいUI表現のひとつです。androidx.compose.mater […]
The post Jetpack Compose: Cardコンポーザブルを使う first appeared on TechBooster.
Jetpack Compose: ProgressIndicatorコンポーザブルを使う
今回のJetpack ComposeサンプルはProgressIndicatorコンポーザブルです。androidx.compose.materialパッケージにはCircularProgressIndicatorとLi […]
The post Jetpack Compose: ProgressIndicatorコンポーザブルを使う first appeared on TechBooster.
Jetpack Compose: FloatingActionButtonコンポーザブルを使う
FloatingActionButtonを表示する FloatingActionButtonコンポーザブルの主な引数はタップされたときのonClickコールバック、表示するcontentコンポーザブルの2つです(それ以外 […]
The post Jetpack Compose: FloatingActionButtonコンポーザブルを使う first appeared on TechBooster.
Jetpack Compose: AlertDialogコンポーザブルを使う
今回のJetpack ComposeサンプルはAlertDialogコンポーザブル( androidx.compose.material.AlertDialog)です。Androidアプリのアラートダイアログはアプリ利用 […]
The post Jetpack Compose: AlertDialogコンポーザブルを使う first appeared on TechBooster.