Skip to content

Commit a98aea8

Browse files
authored
Merge pull request #925 from NativeScript/tbozhikov/add-android-runtime-diagram
chore: update README with android runtime architecture diagram
2 parents 33dad0e + 029e7ff commit a98aea8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ The repo is structured in the following projects (ordered by dependencies):
1717
* [**android-static-binding-generator**](android-static-binding-generator) - build tool that generates bindings based on the user's javascript code.
1818
* [**project-template**](build-artifacts/project-template-gradle) - this is an empty placeholder Android Application project, used by the [NativeScript CLI](https://github.com/NativeScript/nativescript-cli) when building an Android project.
1919

20+
## Architecture diagram
21+
The NativeScript Android Runtime architecture can be summarized in the following diagram.
22+
23+
![Android Runtime diagram](https://github.com/NativeScript/docs/blob/master/docs/img/ns-runtime-android.png)
24+
25+
For more details on how it works, read the [documentation](https://docs.nativescript.org/runtimes/android/overview).
26+
2027
# Build Prerequisites
2128
Following are the minimal prerequisites to build the runtime package.
2229

0 commit comments

Comments
 (0)