I'm new in developing Android app. Regarding my question, I've found the following post, but I'm not sure how to implement it to my existing project. How to copy files from 'assets' folder to sdcard?
I would like to implement it to ZhuangDict, a dictionary app capable of reading Stardict file. http://code.google.com/p/zhuang-dict/source/browse/trunk/ZhuangDict/src/cn/wangdazhuang/zdict/ZhuangDictActivity.java
ZhuanDict creates an empty directory called "zdict" on first start. What I wish to do is to copy my own stardict files from asset to zdict directory.
I have zero knowledge in programming. I would appreciate if you can provide me a step by step guide looking at the ZhuangDict source code from Google code.