alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

An option to show only the days (Sunday - Saturday) and the timetable, and no dates. #330

Closed anobilisgorse closed 8 years ago

anobilisgorse commented 8 years ago

So I am developing an Android app version of our campus student portal.

So there exists a feature that shows the "schedule" of classes one student has, and it looks like this in the web app equivalent:

sched

Also because the whole timetable seems to be space costly, it would be very efficient that the view instead shows a timetable for one day only, then upon scrolling left or right, it navigates to other days.

This library came close to the feature, there's a week view where it limits to show only one day within a viewport, but it still shows the date, which is very unnecessary. Is it possible to do such thing with this library?

Here's how my app looks like with your library.

weekview

entropitor commented 8 years ago

There are other issues for this already.

anobilisgorse commented 8 years ago

What issue numbers exactly @caske33? Please state explicitly.