In my app would like to load data to sqlite on first time launch only. At the same time would like to animate loading... on the screen until the data is loaded. Upon completion main activity intent can be activated.
Would like to use progressbar if possible.
Thanks