I am trying to create an application where users can select a date and a timeslot on that day. I am trying to design it in tableview, but I am not exactly how to go about creating it.
What I want is for users to be able to scroll through the dates with arrows left and right, and then select a timeslot on that particular day with timeslots available each half an hour, i.e. 10.00-10:30 10:30-11:00 with the 2 time slots per column. I know I have to program this using Java, but I not exactly sure how I would go about doing this.
Would be very grateful if someone could give some assistance or point me towards some tutorials that might help me learn how to create something like this
Thanks in advance
Adam
Old question, forgot to say, figured it out using GridView. Back when I asked this, I did not know enough about Android development