diff --git a/for_developers.html b/for_developers.html
index 48ab69a91..a5f7a4895 100644
--- a/for_developers.html
+++ b/for_developers.html
@@ -53,6 +53,7 @@
Developer Tutorials
Ember Solid by Aad Versteden
Javascript tutorial by Inrupt
Java tutorial by Inrupt
+ Android Solid Services tutorial by Erfan Gholami
diff --git a/for_developers/getting_started.html b/for_developers/getting_started.html
index f05d31ce6..a7267c3b3 100644
--- a/for_developers/getting_started.html
+++ b/for_developers/getting_started.html
@@ -62,6 +62,18 @@
solid-react-app-tutorial
+Solid on Android — tutorial:
+
+
+ - Android Solid Services — a host application providing Solid identity management for Android. Developers can integrate with it in two ways:
+
+ - Solid Android API Library — directly communicates with a Solid pod using Solid-OIDC with DPoP support
+ - Solid Android Client Library — connects to the Android Solid Services app via IPC, delegating authentication and resource access to the host service
+
+ Both libraries support data modules — a structured way to read and write specific types of data on a pod (e.g. contacts). See Solid Contacts as a case study using the Contacts data module with the Solid Android Client Library.
+
+
+
You can also look into the Solid apps at:
- Solid Apps
diff --git a/for_developers/tools.html b/for_developers/tools.html
index 1c17d0276..035e950ac 100644
--- a/for_developers/tools.html
+++ b/for_developers/tools.html
@@ -142,6 +142,12 @@ PHP
- Solid Client PHP - a PHP library for creating files and folders in Solid pods and implementing Solid OIDC, also contains a bundle for the Symfony and API Platform frameworks.
+Android
+
+
+ - Android Solid Services - a host application providing Solid identity management for Android, enabling apps to connect to Solid pods via direct server communication (Solid Android API Library) or inter-process communication (Solid Android Client Library) for delegated authentication
+
+