Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Excel 表中有一组数据。我想创建一个 android 应用程序来阅读这些详细信息。它就像一个结果表。当用户输入索引号时,应用程序将显示结果。
做这个的最好方式是什么?我知道这很难使用 Excel。我可以使用文本文件并从中获取详细信息吗?还是我需要创建一个 SQLite 数据库并通过源代码输入所有详细信息。
看起来你会经常查询你的数据。 使用 SQLite 肯定会更好。