要向 Android 应用程序用户显示哪些必要的目录和文件?
- 我想了解Android的目录结构。
- 哪个是必要的Android目录&要向 Android 用户显示的文件,哪个不是?
- 如果我们必须显示 Android 手机内存的数据或者 SD 卡或外部内存的数据怎么办?
提前致谢...
- I want to know the Directory structure of Android.
- Which is the necessary Android directory & files to be display to Android User and which is not ?
- What if we have to show data of Android phone memory or what if data of sdcard or external memory ?
Thanks in Advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 在 Linux 上运行,文件结构非常相似
这取决于您要显示的内容。不过,您需要的大部分信息都可以通过 Android 的 API 访问。
手机内存可以通过各种API访问,例如CallLog.Calls 。也可以访问外部存储,您可以在此处阅读更多信息.
Android runs on Linux, the file structure is very similar
It depends what you are trying to display. Most of the information you need can be accessed through Android's API's, however.
Phone memory can be accessed through various API's, such as CallLog.Calls. External storage can be accessed as well, you can read more here.