Android Fundamentals: Database Dates and Sorting

Android uses SQLite technology for its local database. This works quite well. However, occasional quirks exist when compared to a fully featured relational database. One such quirk is that SQLite doesn’t support any sort of date type. Luckily, it does support date functions and is capable of storing dates in numerous formats. This tutorial will […]

Read More

Leave a Reply

Your email address will not be published. Required fields are marked *