Cosmic-Ide / rewrite

WIP Cosmic IDE rewrite
33 stars 6 forks source link

SplashScreen #72

Closed hasanelfalakiy closed 1 year ago

hasanelfalakiy commented 1 year ago

can the splash screen be sped up? be 1 or 2 seconds? I think it took too long to appear, about 7 seconds just finished

aikrq commented 1 year ago

Unfortunately, I think this is controlled by the system.

scto commented 1 year ago

im curious never saw a splashscreen, how can i enable it?

PranavPurwar commented 1 year ago

im curious never saw a splashscreen, how can i enable it?

Its this screen Screenshot_2023-07-27-21-39-48-819_org cosmicide rewrite You can enable it in your app by adding this to the app-level build gradle

dependencies {
    implementation "androidx.core:core-splashscreen:1.0.0"
}
scto commented 1 year ago

Thanks pranav