From 61930b799b90fe90a40f01c4f1e71692467af827 Mon Sep 17 00:00:00 2001 From: Erfan Gholami Date: Thu, 19 Dec 2024 09:16:52 +0100 Subject: [PATCH] Update README.md add project architecture --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f5303..48536bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# Android Solid Services This project is [funded](https://nlnet.nl/project/SolidDataModules/) by / @@ -156,4 +155,8 @@ After authenticating successfully, you can interact with Solid resources and dat val resourceManager = com.pondersource.solidandroidapi.SolidResourceManagerImplementation.getInstance(context) val contactModule = com.pondersource.solidandroidapi.SolidContactsDataModuleImplementation.getInstance(context) ``` +--- +For a better understanding of the project structure you can refer to this diagram: +![AndroidSolidServices (1)](https://github.com/user-attachments/assets/1b953cc9-3334-4827-9aac-63c29b4f7203) +