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.
我有一个数据库,其中大约 100 行有一个与之关联的日期。为了将它们存储在 SQL 数据库中,我将它们转换为字符串并存储它们。然后,在读取这些行时,我使用 SimpleDateFormat.parse()。在从数据库中读取行时,这显然占用了我大约 80-90% 的时间。
有谁知道在 Android 及其数据库中存储/读取日期的更好方法?