1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-26 19:23:22 +02:00

Precise what the Android parts are about (fixes #56)

This commit is contained in:
Tom Niget 2022-12-25 17:12:42 +01:00 committed by GitHub
parent 8f638d8c4a
commit f82867b2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.