summaryrefslogtreecommitdiff
path: root/sdk-android-tutorials.md
blob: 2a3ac369cfd75535c671738a9a5c6fbc2f08ff90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Android tutorials

## Welcome to the GStreamer Android tutorials

These tutorials describe Android-specific topics. General GStreamer
concepts will not be explained in these tutorials, so the
[](sdk-basic-tutorials.md) should be reviewed first. The reader should
also be familiar with basic Android programming techniques.

Each Android tutorial builds on top of the previous one and adds
progressively more functionality, until a working media player
application is obtained in [](sdk-android-tutorial-a-complete-media-player.md).
This is the same media player application used to advertise
GStreamer on Android, and the download link can be found in
the [](sdk-android-tutorial-a-complete-media-player.md) page.

Make sure to have read the instructions in
[](sdk-installing-for-android-development.md) before jumping into the
Android tutorials.

### A note on the documentation

All Java methods, both Android-specific and generic, are documented in
the [Android reference
site](http://developer.android.com/reference/packages.html).

Unfortunately, there is no official online documentation for the NDK.
The header files, though, are well commented. If you installed the
Android NDK in the `$(ANDROID_NDK_ROOT)` folder, you can find the header
files
in `$(ANDROID_NDK_ROOT)\platforms\android-9\arch-arm\usr\include\android`.