Andoroid MVI Example

From bibbleWiki
Revision as of 23:24, 7 March 2025 by Iwiseman (talk | contribs) (Created page with "=Introduction= Wanted to revisit the MVI pattern to just have another look using another approach this example uses ktor, an asyncronous client, where I was previously using Retrofit, and Oribit MVI which provides the container and the Store elements. (See Below) =The Pattern= Last time I looked at this we had this diagram<br> For this example I will be using this one<br> 300px")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Wanted to revisit the MVI pattern to just have another look using another approach this example uses ktor, an asyncronous client, where I was previously using Retrofit, and Oribit MVI which provides the container and the Store elements. (See Below)

The Pattern

Last time I looked at this we had this diagram
For this example I will be using this one