Added persistence storage. Now the List will be cached in CSV format.

This commit is contained in:
Rashiq Ahmad 2013-12-08 16:09:06 +01:00
parent 29834f1d99
commit bc33527bfc

View File

@ -0,0 +1,11 @@
package org.kiwix.kiwixmobile;
import java.util.ArrayList;
public class FileWriter {
public void saveArray(ArrayList<>){
}
}