{"id":17552356,"url":"https://github.com/kceh/android-splash-screen-demos","last_synced_at":"2026-05-19T02:03:59.723Z","repository":{"id":254695953,"uuid":"346019021","full_name":"KCeh/android-splash-screen-demos","owner":"KCeh","description":"Demo apps showing different possible splash screen implementations on Android","archived":false,"fork":false,"pushed_at":"2024-01-30T16:14:33.000Z","size":12926,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T07:43:58.779Z","etag":null,"topics":["android","kotlin","kotlin-android","splash-screen","splashscreen"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KCeh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-09T13:39:35.000Z","updated_at":"2024-07-07T11:40:20.000Z","dependencies_parsed_at":"2024-08-25T13:02:51.522Z","dependency_job_id":"18f7aed1-75cc-477a-b951-219cc1bb22d1","html_url":"https://github.com/KCeh/android-splash-screen-demos","commit_stats":null,"previous_names":["kceh/android-splash-screen-demos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KCeh/android-splash-screen-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCeh%2Fandroid-splash-screen-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCeh%2Fandroid-splash-screen-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCeh%2Fandroid-splash-screen-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCeh%2Fandroid-splash-screen-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KCeh","download_url":"https://codeload.github.com/KCeh/android-splash-screen-demos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCeh%2Fandroid-splash-screen-demos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265076115,"owners_count":23707512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","kotlin","kotlin-android","splash-screen","splashscreen"],"created_at":"2024-10-21T05:04:05.165Z","updated_at":"2026-05-19T02:03:59.681Z","avatar_url":"https://github.com/KCeh.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Splash Screen Demos\n\nNote: all listed ways are legacy implementations before Android 12 (S). Android 12 offers [SplashScreen API](https://developer.android.com/about/versions/12/features/splash-screen) to implement splash screen. \n\n## Simple Splash Screen\nUses theme (styles.xml) to show static splash screen. Simple but effective way.\n\u003cbr\u003e\n\u003cimg src=\"/readme/simple-splash.gif\" alt=\"Splash demo gif\" width=\"320\" height=\"640\"/\u003e\n\n## Animated Splash Screen with Handler\nThis approach uses Handler with fixed timeout and animations to make splash screen fancier. Runnable makes sure to route user to next activity. Also you can skip initial blank screen by using same theme trick which is shown in previous example. Problems (memory leaks etc.) with this approach are mainly due to usage of Handler (which is deprecated!).\n\u003cbr\u003e\n\u003cimg src=\"/readme/animated-splash-with-handler.gif\" alt=\"Splash demo2 gif\" width=\"320\" height=\"640\"/\u003e\n\n## Animated Splash Screen with Coroutine\nSolves problems with Handler by using Kotlin Coroutines. Also uses theme to impove splash screen (initial blank screen is replaced by background).\n\u003cbr\u003e\n\u003cimg src=\"/readme/animated-splash-with-coroutine.gif\" alt=\"Splash demo3 gif\" width=\"320\" height=\"640\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkceh%2Fandroid-splash-screen-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkceh%2Fandroid-splash-screen-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkceh%2Fandroid-splash-screen-demos/lists"}