I have an activity where i want to to save some measures data into a sqlite database(i will have only insert option).The xml is:
date / time is taking value(by date/time dialogs) after the create of this activity,then user can change it if he wants.
I want in another activity to have listview of measures by descending date + time.
I want also to be able to fetch the measures of last 1 / 7 / 30 days.
What is the best way to make the sqlite table?How i should save date + time?together?or not?as TEXT or REAL or INTEGER so that can i easily make the above operations?