Use Realm objects like regular Kotlin objects val dog = Dog() dog.name = "Rex" dog.age = 1 // Initialize Realm (just once per application) ...
確定! 回上一頁