From 6e78318bfc5eeee39c05dbce142b7d6401912da5 Mon Sep 17 00:00:00 2001 From: Florent CHAMPIGNY Date: Mon, 4 Aug 2025 21:52:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e74c67db..91de1088 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ It allows developers to connect an Android device to their computer and launch a desktop interface that can **observe, inspect, and interact with the running mobile app** in real time. +`Flocon Desktop is a Kotlin Multiplatform project structured similarly to an Android app, using ViewModels, Room, Ktor, and Coroutines. The project is open to contributions — feel free to submit a pull request!` + With Flocon, you gain deep access to critical app internals — such as - network requests (http, images, grpc, graphql) - local storage (sharedpref, databases, app files)