From 5a46fc2e9da61e2aba9229cc72a41b5fbc2297da Mon Sep 17 00:00:00 2001 From: Nikolai Kotchetkov Date: Fri, 30 Aug 2024 19:48:54 +0200 Subject: [PATCH] Contacts example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 569d995..2398ba4 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ val commonMain by getting { - [Navbar](examples/multi/navbar) - several machines running in proxy state, one of them active at a time - [Mixed](examples/multi/mixed) - two machines of different gesture/UI system mixed in one state - [Lifecycle](examples/lifecycle) - track your Android app lifecycle to pause pending operations when the app is suspended +- [Contacts](https://github.com/Android-Developer-Basic/Contacts) - more or less real world KMP/CMP application with network and database ## The basic task - Load-Content-Error