Skip to content
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

Add a Progress indicator to indicate networking #5

Open
ThasianX opened this issue Dec 22, 2019 · 0 comments
Open

Add a Progress indicator to indicate networking #5

ThasianX opened this issue Dec 22, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ThasianX
Copy link
Owner

Please Describe The Problem To Be Solved
Sometimes, when internet connectivity is too slow, it might take a while for the cells to get populated with data, which could leave the user with a bad experience. Also, according to human interface guidelines by Apple, it is suggested that a progress indicator be shown when loading a page or data.

(Optional): Suggest A Solution
Add a UIProgressView to the tableviews/collectionviews in the app. Viewmodel would store an Observable that would track when the data has finished loading. The ViewController can subscribe to the 'ViewModel''s progress observable so when a new value is emitted, the ViewController can display the tableview/collectionview.

@ThasianX ThasianX added good first issue Good for newcomers enhancement New feature or request labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant