Hi, I want to build an app with which you can crea...
# android
с
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
I would use the new Compose library.
j
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.