This shows you the differences between two versions of the page.
ndk:assignments:warmup [2014/03/22 11:40] petre.eftime [Description] |
ndk:assignments:warmup [2014/03/22 11:42] (current) petre.eftime [Description] |
||
---|---|---|---|
Line 47: | Line 47: | ||
* Functions for getting the file names and paths in an archive. | * Functions for getting the file names and paths in an archive. | ||
* The archive should be compressed (android comes with libzlib by default) | * The archive should be compressed (android comes with libzlib by default) | ||
- | * It is desirable that the archives are in a standard format (zip, tar, tar.gz, 7zip, etc). You can use external libraries, but the source must be available. | + | * It is desirable that the archives are in a standard format (zip, tar, tar.gz, 7zip, etc). You can use external libraries, but the source code for them must be available. |
- | The library should be compilable and runnable on x86. | + | The library should be compilable and runnable on x86 processors. |
==== Points ==== | ==== Points ==== | ||