Update theme submodule
[platform/upstream/gstreamer.git] / markdown / tutorials / android / index.md
1 # Android tutorials
2
3 ## Welcome to the GStreamer Android tutorials
4
5 These tutorials describe Android-specific topics. General GStreamer
6 concepts will not be explained in these tutorials, so the
7 [](tutorials/basic/index.md) should be reviewed first. The reader should
8 also be familiar with basic Android programming techniques.
9
10 Each Android tutorial builds on top of the previous one and adds
11 progressively more functionality, until a working media player
12 application is obtained in [](tutorials/android/a-complete-media-player.md).
13 This is the same media player application used to advertise
14 GStreamer on Android, and the download link can be found in
15 the [](tutorials/android/a-complete-media-player.md) page.
16
17 Make sure to have read the instructions in
18 [](installing/for-android-development.md) before jumping into the
19 Android tutorials.
20
21 ### A note on the documentation
22
23 All Java methods, both Android-specific and generic, are documented in
24 the [Android reference
25 site](http://developer.android.com/reference/packages.html).
26
27 Unfortunately, there is no official online documentation for the NDK.
28 The header files, though, are well commented. If you installed the
29 Android NDK in the `$(ANDROID_NDK_ROOT)` folder, you can find the header
30 files
31 in `$(ANDROID_NDK_ROOT)\platforms\android-9\arch-arm\usr\include\android`.