├── .gitmodules ├── AndroidManifest.xml ├── Makefile ├── README.md ├── Sources └── res │ └── mipmap │ └── icon.png └── test.c /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cnlohr/rawdrawandroidexample/HEAD/.gitmodules -------------------------------------------------------------------------------- /AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cnlohr/rawdrawandroidexample/HEAD/AndroidManifest.xml -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cnlohr/rawdrawandroidexample/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cnlohr/rawdrawandroidexample/HEAD/README.md -------------------------------------------------------------------------------- /Sources/res/mipmap/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cnlohr/rawdrawandroidexample/HEAD/Sources/res/mipmap/icon.png -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cnlohr/rawdrawandroidexample/HEAD/test.c --------------------------------------------------------------------------------