# MvvmDemo **Repository Path**: peterMark/MvvmDemo ## Basic Information - **Project Name**: MvvmDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-30 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MvvmDemo ---
## 此demo主要用于熟悉databinding和mvvm模式的使用
### databinding 中的部分使用代码
``` ```
### @BindingAdapter("loadListener")
``` @BindingAdapter("loadListener") public static void setloadListener(XRecyclerView view, XRecyclerView.LoadingListener listener) { view.setLoadingListener(listener); } ```