Best way to work with dates in Android SQLite [closed]

I’m having some trouble working with dates on my Android application that uses SQLite.
I have a couple questions:

  1. What type should I use to store dates in SQLite (text, integer, …)?
  2. Given the best way to store dates how do I store It properly using ContentValues?
  3. What’s the best way to retrieve the date from the SQLite database?
  4. How to make a sql select on SQLite, ordering the results by date?

9 Answers
9

Leave a Comment