Android Question sql and spinners

dgoss

Member
Licensed User
Longtime User
I have database with the following fields- date,time,start,finish.
i can populate the spinner, thats not a problem. What i'm trying to do is populate the spinner with dates that = Monday(this i can do) what i can't seem to do is get the next date into the spinner when i proceed either back or forward through the data ie: if monday = 01/11/2014 then forward one the spinner should read 02/11/2014 and so on.

any help appreciated
 
Top