Is it possible to lazy load this view? We used this in our app and loading seems to take a while. My suggestion is to show a black view (or any placeholder) then after everything is initialized in another thread, show the preview. This is just not to block the activity from showing up immediately. Thank you man, awesome work !
Is it possible to lazy load this view? We used this in our app and loading seems to take a while. My suggestion is to show a black view (or any placeholder) then after everything is initialized in another thread, show the preview. This is just not to block the activity from showing up immediately. Thank you man, awesome work !