janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
4.44k stars 1.24k forks source link

Splash screen is not shown #37

Open kikebodi opened 7 years ago

kikebodi commented 7 years ago

When starting the app, the Splash Activity is called but I doesn't load the layout correctly as it shows a blank screen.

janishar commented 7 years ago

@kikebodi Thanks, yes you are right. We will fix it. If you want to provide a solution then make a pull request.