Skip to content
#

mvvm

Here are 10,994 public repositories matching this topic...

BLE Device Scanner is an Android app designed to find nearby Bluetooth Low Energy (BLE) enabled peripheral devices and perform read, write, notify and indiacation operation on connected peripheral devices. It features continuous scanning and demonstrates a multi-module architecture using MVVM, Kotlin, Hilt, and Jetpack Compose.

  • Updated Jun 12, 2024
  • Kotlin
ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Jun 12, 2024
  • C#

基于Unity的UGUI框架,使用MVVM思想编写的一款UI框架。支持数据和UI的双向绑定,同时还包含了一个高效的UI事件系统。使用UniVue可以让你不用再写任何GetComponent<>()函数去获取指定的UI组件,也不用自己去将事件绑定到UI上。这些重复、低效的代码都由框架完成。最重要的是,框架不会挂载任何脚本,你也无需挂载任何脚本去完成,框架对热更新是极度友好的。整体而言是对你的项目的零入侵。想要在Unity中实现Web前端Vue框架的思想。(目前只是基础模型尚未发布稳定版本,最新的预览版本请去看这个仓库(这个仓库里你将会看到所有正在开发的强大功能):https://github.com/Avalon712/UniVue-Develop)。

  • Updated Jun 12, 2024
  • C#

Improve this page

Add a description, image, and links to the mvvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mvvm topic, visit your repo's landing page and select "manage topics."

Learn more