If you would like to create a new sample the following script will generate a sample within the samples
directory with a given name MySample
bldsys/scripts/generate_sample.bat MySample
Linux: ./bldsys/scripts/generate_sample.sh MySample
The sample is now created and the following files generated
samples/my_sample/CMakeLists.txt
samples/my_sample/my_sample.cpp
samples/my_sample/my_sample.h
To configure how your sample will appear in the android list activity you can change the samples/my_sample/CMakeLists.txt
NAME
and DESCRIPTION