「Kotlin」に関連する技術ブログ
企業やコミュニティが発信する「Kotlin」に関連する技術ブログの一覧です。
全253件中 31 - 45件目
Introducing the Mobile App Development Group 🎅
2024/12/18
ブックマーク
Hello, this is Hiroya (@___TRAsh) 🎅 This year, our Mobile App Development Group has focused extensively on sharing our work with the broader community. We have engaged in various initiatives, such as sponsoring and presenting at events like iOSDC and DroidKaigi, as well as contributing to this tech blog. This has provided us with more opportunities to connect with all of you throughout the year. To wrap up 2024, we’re excited to launch a series of posts as part of the KINTO Technologies Adv
Applying KMP to an Existing App: Our Team’s Experience and Achievements
2024/12/12
ブックマーク
This article is the 12th day of the KINTO Technologies Advent Calendar 2024 . 🎅🎄 Hello, we are the Android development team at the 'KINTO Kantan Moushikomi App' (KINTO Easy Application App). Today, we want to share the process of implementing Kotlin Multiplatform (KMP) into our existing app, the reasons behind it, and the changes and improvements it has brought. Over the past year, we have been exploring ways to maximize development efficiency between iOS and Android platforms. Dur
FlutterKaigi 2024に参加しました
2024/12/11
ブックマーク
こんにちは。タップルでモバイルアプリエンジニアをしている緒方 裕樹(@icoriha)です。現在タッ ...
【学びの道の駅シリーズ】超エキサイティングなSlack bot「まなびぃ」つくった
2024/12/04
ブックマーク
この記事は KINTOテクノロジーズアドベントカレンダー2024 の4日目の記事です🎅🎄 メリークリスマス✌️🎅 KINTOテクノロジーズ(以下KTC)で my route(iOS) を開発しているRyommです…が、今回は幻のbot職人 Ryommとして、学びの道の駅プロジェクトと共同で開発した超エキサイティングなSlack bot「まなびぃ」を紹介します。 まなびぃとは 社内の勉強会やイベントを収集し、集めた
Introducing the Woven Payment Solution Development Group
2024/12/01
ブックマーク
Introducing the Team and Its Work Our team is the Woven Payment Solution Development Group. However, before I tell you about our team, I need you to know a bit about Woven City . Woven City is both a test course for mobility and a city for conducting demonstration experiments, where Toyota Motor Corporation is developing technologies with the aim of “mass-producing happiness.” The development of Woven City is led by Woven Planet Holdings, a member of the Toyota Group. Our team is working wit
Kotlin / Ktorで作るクラウドネイティブなマイクロサービス(オブザーバビリティ編)
2024/11/28
ブックマーク
Kotlin / Ktorで作るクラウドネイティブなマイクロサービス(オブザーバビリティ編) こんにちは。Woven Payment Solution開発グループの楢崎と申します。 我々は、 Woven by Toyota で Toyota Woven City で利用される決済基盤のバックエンド開発に携わっており、 Ktor というKotlin製のWebフレームワークを用いて開発しています。 これらのバックエンドアプリケーションは、Woven Cityで利用され
Building Cloud-Native Microservices with Kotlin/Ktor (Observability Edition)
2024/11/25
ブックマーク
Building Cloud-Native Microservices with Kotlin/Ktor (Observability Edition) Hello. My name is Narazaki from the Woven Payment Solution development group. At Woven by Toyota , we are involved in the backend development of the payment infrastructure used in Toyota Woven City , and we are developing it using Ktor , a web framework made with Kotlin. These backend applications run on City Platform, a Kubernetes-based infrastructure used in Woven City, forming the foundation of our microservices. In
Mobile App Development Using Kotlin Multiplatform Mobile (KMM) and Compose Multiplatform
2024/11/22
ブックマーク
Introduction Hi, we're Yao, Bahng, and Lai from the Global Development Division. We're mobile app engineers, usually developing Global KINTO App . A few months ago, we investigated Kotlin Mltiplatform Mobile (KMM) as a preliminary activity for the future of Global KINTO App. See our previous article on this. The results of our previous investigation indicate that KMM is an excellent solution for rapid product development. Now that KMM has been revealed as a new approach compatible with C
Here's What I Learned from Udemy's Coroutines and Flow Course
2024/11/19
ブックマーク
Introduction Hello! My name is Romie. I’m in the Mobile App Development Group, and I’m responsible for developing the my route app for Android. At KINTO Technologies Corporation (KTC), we have access to Udemy Business accounts, giving us access to a wide range of courses! This time, I chose the course Kotlin Coroutines and Flow for Android Development . Taught entirely in English, it covers the basics of asynchronous processing in Android, and demonstrates how to use Coroutines and Flow. Ref
A Kotlin Engineer’s Journey Building a Web Application with Flutter in Just One Month
2024/11/15
ブックマーク
A Kotlin Engineer’s Journey Building a Web Application with Flutter in Just One Month Hello. I am Ohsugi from the Woven Payment Solution Development Group. Our team generally engages in server-side programming with Kotlin/Ktor and is currently working at Woven by Toyota Inc. on the development of the payment system used in Toyota Woven City . Working in cooperation with our in-house business teams and partners to build Woven City, we have repeatedly conducted proofs of concept (PoC) to expand
[Event Report] Engineers Weaving Fast Retailing’s Digital Transformation: A Global Challenge (Part 1)
2024/11/06
ブックマーク
Amazon Web Services Japan G.K. hosted Fast Retailing Co., Ltd. on July 24, 2024 for its 4.5 hour lecture titled “Engineers Weaving Fast Retailing’s Digital Transformation: A Global Challenge”. This blog post will report on the contents in three parts. The job titles are as of the day of event. Opening: Business transformation and digital initiatives at Fast Retailing Shimpei Otani, Group Executive Officer (CTO and CSO), Digital Business Transformation Services, Fast Retailing Co., Ltd. Fir
UI確認用の簡易アプリを利用した、Androidアプリ開発効率化の取り組み
2024/11/05
ブックマーク
はじめに こんにちは、WEARフロントエンド部Androidブロックの酒井柊輔です。普段はファッションコーディネートアプリWEARのAndroidアプリを開発しています。 WEARアプリは2024年5月に大規模なリニューアルをしました。そのため新たに多くの画面やUIを開発する必要がありました。しかしWEARアプリはビルド時間が長く、少しの変更を確認するだけでも数分かかるため、新規のUI
Kotlinのsealed classを使ってif文を取り除き、コードをシンプルにする
2024/10/31
ブックマーク
Kotlinのsealed classでいい感じにコードをシンプルにする事例を紹介します。 sealed classをうまく使って、コードの可読性を高めてみましょう。
LINE公式アカウントチームのバックエンド開発に関わった話(インターンレポート)
2024/10/24
ブックマーク
はじめに こんにちは。東京大学大学院情報理工学系研究科修士2年の東大樹です。 8月13日から4週間、LINEヤフー株式会社の就業型インターンに参加させていただきました。本インターンでは、ビジネスPF開...
コード品質向上のテクニック:第47回 不履行権の不履行
2024/10/24
ブックマーク
こんにちは。コミュニケーションアプリ「LINE」のモバイルクライアントを開発している石川です。 この記事は、毎週木曜の定期連載 "Weekly Report" 共有の第 47 回です。 LINEヤフー...