Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Feature/performance improvement#8

Open
mertceyhan wants to merge 5 commits intoTrendyol:developfrom
mertceyhan:feature/performance-improvement
Open

Feature/performance improvement#8
mertceyhan wants to merge 5 commits intoTrendyol:developfrom
mertceyhan:feature/performance-improvement

Conversation

@mertceyhan
Copy link
Copy Markdown

@mertceyhan mertceyhan commented Jan 17, 2021

Currently, loadingLayout, infoLayout, and loadingWithContentLayout are inflating every time. If the user doesn't need these layouts, they are inflating unnecessarily. At that point, we can use the ViewStub for these layouts, and we can inflate these when we need these.

About ViewStub; https://proandroiddev.com/viewstub-on-demand-inflate-view-or-inflate-lazily-layout-resource-e56b8c39398b

@mertceyhan mertceyhan changed the base branch from develop to master January 17, 2021 18:11
@mertceyhan mertceyhan changed the base branch from master to develop January 17, 2021 18:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants