> > please let me ask one question about SQLite and Android > Ok, ask...
more specifically the use of dates stored on tables in SQLite. This doesn't really have much to do with Android then.. > How can I store and retrieve using JAVA the task's due date on SQLite? > Use the Cursor class... If you want more help than that you are going to have to give more specifics about what you are doing and what isn't working. There is no cursor.GetDate > Of course there isn't... why would there be? Have you read any sort of tutorials about how to use a database in Android at all? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 28, 2012 at 8:17 AM, sgalmeida <[email protected]> wrote: > Hello you all :) > > please let me ask one question about SQLite and Android, more > specifically the use of dates stored on tables in SQLite. > > I'm developing a simple app to keep to dos and task on android mobile > phone using SQLite to store the data. My table is quite simple: has a > field ID, a field Task and a field DueDate. > > How can I store and retrieve using JAVA the task's due date on SQLite? > There is no cursor.GetDate :( Anyone can please help me? > > Thank you very much! > > Almeida > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

