viewmodel 问题, 为什么,这种方式,可以获取application对象 private val myViewModel: MyViewModel by viewModels() class MyViewModel(application: Application) : AndroidViewModel(application) { https://developer.android.com/topic/l 2024-06-11 JETPACK
CPLUS https://en.cppreference.com/w/ https://www.youtube.com/watch?v=H4s55GgAg0I&list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb&index=7 https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#main C++ 2024-06-08 CPP
Netowork Lab0 environmenthttps://web.stanford.edu/class/cs144/vm_howto/username , pwdcs144, cs144 virtualbox m1 downloadhttps://www.virtualbox.org/wiki/Download_Old_Builds_7_0 visual studioCheckpoint 0: networking 2024-06-08 NETWORK
GSON Running Gson source Codew注释 给GitHub PR https://www.bilibili.com/video/BV1JJ41197UK?spm_id_from=333.337.search-card.all.click json格式 数组 [1,2,3] 对象格式 {“key”:”value”} $Gson$Types理解官方教程 https://github. 2024-06-07 Library
Annotation Annotations are used to provide supplementary information about a program and can be used for a variety of purposes, such as: Information for the compiler: Annotations can be used by the compiler to 2024-06-06 JAVA
Music Memories TOP 40 Songs of 2021 2022 (Best Hit Music Playlist) on Spotifyhttps://www.youtube.com/watch?v=99XF71Fpjl8 MARINA - To Be Human (Official Music Video)https://www.youtube.com/watch?v=DM8Tm9ycGz 2024-06-05 LIFE
reflection https://jonblog.site/2024/05/28/designpattern-proxy/https://jonblog.site/2024/06/06/annotation/ https://www.oracle.com/technical-resources/articles/java/javareflection.htmlhttps://www.bilibili.com/vid 2024-05-31 JAVA
TOOL IDEA ERROR No tests found for given includes Errorwhen running Parameterized Unit test in Android Studio 2024-05-30 TOOL
Ready Interview this time ArchtechtrueAndroid MVP MVVM,现在组件演进成MVVM,最主要的原因是什么。数据绑定(Data Binding): MVVM 通过数据绑定库(如 Android 的 Data Binding Library 和 Jetpack Compose)实现了视图和数据之间的直接绑定,减少了样板代码,使得代码更加简洁和易于维护。解耦性: MVVM 模式通过 ViewModel 将视 2024-05-30 INTERVIEW
Architecture Archtechtruehttps://juejin.im/post/5e801a49e51d45470e2bc8bf https://wanandroid.com/blog/show/2754 https://mp.weixin.qq.com/s/AJ4QUqdYMeQWgWEQAFPsww https://juejin.im/post/6876968255597051917 APP模式 MVC 2024-05-30 Architecture > test