Skip to content
#

mvvm

Here are 6,211 public repositories matching this topic...

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 Nov 11, 2021
  • C#
uno
takla21
takla21 commented Jun 10, 2021

Current behavior

When I removed the status bar by adding those 4 lines in the style.xml

<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>

Applying `VisibleBoundsPadding

Prism
dansiegel
dansiegel commented Dec 21, 2019

Summary

Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.

HACKTOBERFEST UPDATE

Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari

WindowsCommunityToolkit

🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精力放在自己的项目的业务功能实现上,另外在长期的工作实践中总结整理大量的实用工具类在项目lib_common组件的util包当中方便大家调用。

  • Updated Jun 3, 2021
  • Java
Foodium

🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).

  • Updated Sep 25, 2021
  • Kotlin
zhuibo66
zhuibo66 commented Aug 18, 2021

问题描述
请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整:

  1. 问题触发的条件:如图所示

image

  1. 期望的表现:点击控制条的时候应该取消文本的编辑聚焦,同时我认为应该提供个方法,来取消编辑框的聚焦(目前我这边有个场景是这样的,就是双击节点的时候,在右侧出现属性面板,但是在打开面板的同时也触发了文本编辑,大概是这个需求),
  2. 实际的表现:控制条放大/缩小按钮点击后,文本编辑框的位置不对

关于文档的问题

接触了LogicFlow好几天了,在读文档的过程中发现了,自我感觉这几处的描述不是很正

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