У нас вы можете посмотреть бесплатно local key-value stores by multiplatform-settings (Kotlin Multiplatform Learning Native UI Todo App) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Github url of Todo App with Native UI: https://github.com/ringring-creator/K... SQLDelight: https://github.com/russhwolf/multipla... -- Hello, this is RingRing. Welcome to the Kotlin Multiplatform learning series for Android engineers. In this video, we'll be learning about handling local key-value stores in Kotlin Multiplatform using a sample app called Native UI TODO app. The source code for the TODO app can be obtained from the GitHub URL provided in the description below. We'll be using `multiplatform-settings` in this video. `multiplatform-settings` is an open-source library for saving data locally in key-value format in Kotlin Multiplatform. By using this library, you can implement common code, allowing Android to use SharedPreference and iOS to use NSUserDefaults. It also provides an experimental module that internally uses Android's DataStore and Coroutine APIs. Now, let's dive into the usage of the simplest No-arg version module through actual source code. The code you're seeing handles reading and writing Boolean values. Prioritizing simplicity and utilizing the No-arg module, the Settings in the Repository are directly initialized in this class. If you need encryption or want to separate files for storage, you'll typically need to generate Settings for each platform using the regular module. That's it for the explanation in this video. Thank you for watching. If you found this guide helpful, don't forget to like, subscribe, and hit the notification bell. Stay tuned for more content on Kotlin Multiplatform. Now, happy coding.