結局 DB 接続は具体的に判ってない…😞 → Kotlin + SQLite はやり方が出てこない(または何か混在) → Java での方法は出てくるので jar を Kotlin で使えば解決? Javaプログラムから関係データベースを操作する場合、対応するJDBCドライバが必要です。 Kotlin での ...
Androidアプリ開発において、データの永続化は欠かせない要素の一つです。その中でも、SQLiteを簡単かつ安全に扱える仕組みとしてRoomが提供されています。今回、KotlinでRoomを使って実装した感想をまとめます。 Roomを使ってみる Android OSには、あらかじめSQLite ...
Kotlin Android SQLite Tutorial Kotlin Android SQLite – SQLite is an open source database based on SQL language. Android has SQLite database implementation by default. In this tutorial, we will learn ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Kotlin offers big advantages over Java for JVM and Android development, and plays nicely with Java in the same projects. Kotlin is a general purpose, free, open source, statically typed “pragmatic” ...