Implement :data:db for iOS instead of :data:db-room
See original GitHub issueOverview (Required)
- In order to achieve #136, we should make iOS implementation (as Kotlin/Native module) of
:data:db
instead of:data:db-room
. - Or make
:data:db-room
Kotlin Multiplatform module. - The role of
:data:db-room
is caching of Sessions, Speakers and Sponsers (maybe). iOS implementatuon can useNSUserDefaults
to save data.
Links
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
View or change cellular data settings on iPhone - Apple Support
View or change cellular data settings on iPhone. You can turn cellular data and roaming on or off, set which apps and services...
Read more >Set up the Office app and Outlook on iOS devices
Use popular Office apps like Word, Excel, PowerPoint, and OneNote on your iPhone, iPad or other iOS device. Set up email using Outlook...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok. I think it’s simple and understandable.
We need the template of Xcode project on this direction, and the issue to make that Xcode project… 🙄 I’ll open issue this weekend if I can…
Sorry for my misleading.
Currently
:data:db-room
is Android implementation module of:data:db
.We need iOS implementation module of
:data:db
.Of cource, renaming
:data:db-room
to:data:db-impl
and including both Android/iOS implementation in:data:db-impl
is good way.(But I think it’s little hard. I tried to make
:data:db-room
Kotlin Multiplatform module, and it broke building:frontend
. I can’t investigate why it cause yet. 😢 So I think making each implementation modules individually is good.)