阿里修改java源码-android-architecture-components-kotlin:带有Kotlin和Android架构组件的

时间:2024-06-25 18:41:50
【文件属性】:

文件名称:阿里修改java源码-android-architecture-components-kotlin:带有Kotlin和Android架构组件的

文件大小:608KB

文件格式:ZIP

更新时间:2024-06-25 18:41:50

系统开源

阿里修改java源码你可以支持我购买贡献代码、提交错误、提问/回答问题或给我买杯咖啡。 使用 Kotlin 的 Android 架构组件 在这个例子中,我们正在构建一个显示 github 用户的 UI。 构建用户界面 UI 将由片段 UsersFragment.kt 及其相应的布局文件 fragment_users.xml 组成。 我们将基于 ViewModel 类创建一个 UserViewModel.kt 来保存这些信息。 A ViewModel provides the data for a specific UI component, such as a fragment or activity, and handles the communication with the business part of data handling, such as calling other components to load the data or forwarding user modifications. The ViewModel does not know about the V


【文件预览】:
android-architecture-components-kotlin-master
----.gitignore(118B)
----media()
--------capture.png(423KB)
--------architecture_component.png(29KB)
----app()
--------.gitignore(7B)
--------build.gradle(3KB)
--------src()
--------proguard-rules.pro(751B)
----settings.gradle(15B)
----build.gradle(655B)
----gradlew(5KB)
----LICENSE(1KB)
----_config.yml(27B)
----.github()
--------FUNDING.yml(731B)
----README.md(13KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.idea()
--------misc.xml(2KB)
--------caches()
--------gradle.xml(626B)
--------vcs.xml(180B)
--------codeStyles()
--------runConfigurations.xml(564B)
--------markdown-exported-files.xml(185B)
--------markdown-navigator()
--------modules.xml(391B)
--------markdown-navigator.xml(5KB)
----gradle()
--------wrapper()
----versions.gradle(561B)

网友评论