You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using a very simple sample of AgendaCalendarView, pretty much similar to how it is implemented in the sample app.
But showing the AgendaCalendarView shows a huge lag even on a Nexus 5. Hence it will be more slow on older devices.
The text was updated successfully, but these errors were encountered:
I am also facing same issue. But with my redmi 3s prime (3 Gb Ram) no lag. Please let us know a solution. Or there is a sync way of initialization on the main project which I can't implement on my real project. Thanks.
Follow Async way. It is much better. For that you need to import full project as module. Then change init() agendaCalenderview this is shown as example on the library project. After that you will face some difficulties.
You may see this link: #27 #131
I using a very simple sample of
AgendaCalendarView
, pretty much similar to how it is implemented in the sample app.But showing the
AgendaCalendarView
shows a huge lag even on a Nexus 5. Hence it will be more slow on older devices.The text was updated successfully, but these errors were encountered: