Ireshan

Results 2 comments of Ireshan

> On MainActivity.java, just like that: > > ``` > @Override > protected void onCreate(Bundle savedInstanceState) { > SplashScreen.show(this, true); // super.onCreate(savedInstanceState); > } > ``` This works thank you!,...