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とそのデータベースに日付を保存/読み取るより良い方法を知っている人はいますか?