jar

com.aimicor : uniflow-android

Maven & Gradle

Mar 12, 2024

This is an Android ViewModel extension library implementing the Uni-Directional Flow arrangement of Model-View-Intent (MVI). (https://developer.android.com/jetpack/compose/architecture). Standardises ViewModel implementation promoting decoupling, UI consistency, state encapsulation and enhanced testability.

Table Of Contents

Latest Version

Download com.aimicor : uniflow-android JAR file - Latest Versions:

All Versions

Download com.aimicor : uniflow-android JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window uniflow-android-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.aimicor.uniflow

├─ com.aimicor.uniflow.CollectWithLifecycleKt.class - [JAR]

├─ com.aimicor.uniflow.Event.class - [JAR]

├─ com.aimicor.uniflow.R.class - [JAR]

├─ com.aimicor.uniflow.SideEffect.class - [JAR]

├─ com.aimicor.uniflow.UiState.class - [JAR]

├─ com.aimicor.uniflow.Uniflow.class - [JAR]

├─ com.aimicor.uniflow.UniflowViewModel.class - [JAR]