2023-02-01から1ヶ月間の記事一覧
画像がスクロールするバナーを作ります。 Preview Code Column { ImageBannerPagerWithIndicator( modifier = Modifier .fillMaxWidth() .heightIn(max = 200.dp), scrollMills = 2000, activeColor = androidx.compose.ui.graphics.Color.Yellow, inActiveC…
xxxxxx.yyyyyy , "xxxxxx.yyyyyy", xxxxxx どの形式でも受け取れるようにします。 Double等でパースすると精度が足りないのでDecimalを使用します。 import Foundation @main public struct hello_swift { public static func main() { let decoder = JSONDe…