1. 首页
  2. 移动开发
  3. 其他
  4. Android代码 Multiplatform Preferences

Android代码 Multiplatform Preferences

上传者: 2020-07-17 06:45:12上传 ZIP文件 172.32KB 热度 25次
Multiplatform Preferences Use a single object : Preferences in your kotlin shared projects Compatible with kotlin android and kotlin native for iphone class MyPresenter { val preferences = Preferences() fun start(){ preferences.getString("userName")?.let { view.displayUs
下载地址
用户评论