saeedjassani / ShiaCompanion

All the features needed by the lovers of Ahle Bayt (may Allah's peace and blessings be upon them) in one app
MIT License
6 stars 2 forks source link

Load data while on splash screen #19

Closed saeedjassani closed 3 years ago

saeedjassani commented 3 years ago

Currently, the data is loaded in home_page.dart which is not a very good UX.

https://stackoverflow.com/a/58615642/4451655

Using the above answer, we can display SplashScreen until the data is loaded so to provide a smooth user experience.

saeedjassani commented 3 years ago

In stead of this, home screen UI was changed and News, Islamic Channels and Holy Shrines were each moved to a separate screen so that they are loaded only when requried.