From f82867b2bb75615df36ec31614de7795f47d41b3 Mon Sep 17 00:00:00 2001 From: Tom Niget Date: Sun, 25 Dec 2022 17:12:42 +0100 Subject: [PATCH] Precise what the Android parts are about (fixes #56) --- src/welcome.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/welcome.md b/src/welcome.md index c6a6b354..27ebc89d 100644 --- a/src/welcome.md +++ b/src/welcome.md @@ -17,6 +17,10 @@ On Day 4, we will cover Android-specific things such as: * AIDL servers and clients. * Interoperability with C, C++, and Java. +It is important to note that this course does not cover Android **application** +development in Rust, and that the Android-specific parts are specifically about +writing code for Android itself, the operating system. + ## Non-Goals Rust is a large language and we won't be able to cover all of it in a few days.