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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Hello, my previous version is 3.0.1,SDK Version is 23.
Now I need to upgrade to 28.
In order to deal with the problem of findViewById,
so I update androidannotations from 3.0.1 to 4.6.0.
But before the project, use hasViews.findViewById and OnViewChangedNotifier.notifyViewChanged(hasViews) in bulk.
Now I need to deal with these problems, but I have not found a valid solution.
I replaced all findViewById to internalFindViewById
But I don't know how to handle the interface that inherits HasViews.
Hello, my previous version is 3.0.1,SDK Version is 23.
Now I need to upgrade to 28.
In order to deal with the problem of findViewById,
so I update androidannotations from 3.0.1 to 4.6.0.
But before the project, use hasViews.findViewById and OnViewChangedNotifier.notifyViewChanged(hasViews) in bulk.
Now I need to deal with these problems, but I have not found a valid solution.
I replaced all findViewById to internalFindViewById
But I don't know how to handle the interface that inherits HasViews.
so,could you help me?