-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
performDataBinding() take too much time #44
Comments
Let us check |
@parsibit Could you please brief more, on which activity you are getting this issue? it will be also helpful for us if you could share your code where you are getting this problem!! I had checked this sample app, run on my device and it is working fine for me. |
it happened in all activities. in some of them take less time and in some more. (1-6 sec) mViewDataBinding = DataBindingUtil.setContentView(this, getLayoutId()); |
on which device you are running this sample app? |
xiaomi mi5, huawei nova 3, android studio emulator |
my friend i have this problem too |
I am also facing the same issue, |
did you have any helpful suggestion? |
Hi @amitshekhariitbhu...
First, i would like to say thanks for your awesome lib
i have problem in my project. when i start new activity performDataBinding() take to much time (sometimes more than 5-6 sec)
and new activity start so slow.
what is the cause of this problem?
& is there any way to fix this?
Thanks 👍
The text was updated successfully, but these errors were encountered: