java - Android - optimal way to present a list of appointments -
i developing android app doctors. somewhere in app, doctor can choose view of appointments 1 given month.
the thing 1 specific patient may have more 1 appointment doctor in month, maybe 2, 3 or more. , let's doctor doesn't have 1 patient, lots of them.
so, have let's 10 different patients, each of them having 3 different appointments given month doctor. sums 10x3=30 appointments particular month.
i thought of managing appointments using listview
(or recyclerview
) sort of custom item views
. thing don't think that's going optimal way present ordered, important data doctor. nor going visually appealing (should appalling?).
maybe there kind of android ui component helps me , missing it.
if doing such app, use listview patients , times of appointment @ each patient view. doctor should tap patient view appointments in detail.
Comments
Post a Comment