我应该把静态文本文件放在哪里?

时间:2014-12-23 08:24:30

标签: android mobile smartface.io

我想在smartface appstudio中为我的项目添加一个文本文件。我把它放在哪里?在资源文件夹或资产? FileStream无法在资源中读取它(作为可绘制项)。有什么想法吗?

var txtFile = new SMF.IO.FileStream(SMF.IO.applicationResources, "words.txt", SMF.IO.StreamType.read);
txtFile.readToEnd();

1 个答案:

答案 0 :(得分:0)

目前的Smartface App Studio版本尚未实现。我也曾尝试过。它是文件操作的第2阶段。

您可以从互联网下载静态文本文件,并将其保存到本地存储。从那里读取它。我可以建议你这个想法。查看下面的一些有用链接。

http://developer.smartface.io/hc/en-us/articles/203177557-File-Operations

http://developer.smartface.io/hc/en-us/articles/202153536-File-Download-Upload