Sample code about copy directory from asset to storage for Android..
AssetTest is hosted in the following web site
https://github.com/hmori/AssetTest
If you think the Android project AssetTest listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AssetTest.
Item | Value |
---|---|
Java File Count | 2 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\data\README.txt assets\data\binary\photos.zip assets\data\binary\profiles\hmori.jpg assets\data\text\en\a.txt assets\data\text\en\b.txt assets\data\text\ja\a.txt assets\data\text\ja\b.txt |
There are 1 image files in AssetTest. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
AssetTest has the following Java source files.
jp.hmori.assettest.MainActivity.java jp.hmori.assettest.util.StorageManager.java