Hi, I want to build an app with which you can create events like google calendar but only for the current day. I imagine a vision like when you select one day view in google calendar. Also probably need the dynamic size of the events because they must look different when are for 5 minutes and when for 1 hour. Generally, an experience like google calendar.
What is the best solution in your opinion - recyclerView or there is something better?
K 1
😶 2
o
Orhan Tozan
08/30/2021, 9:19 PM
I would use the new Compose library.
j
joseph_ivie
08/30/2021, 10:52 PM
If you want pinch zoom, then your only option is to use a custom view AFAIK. There might be a library out there that does this.