{"id":41489366,"url":"https://github.com/hanmajid/android-13-samples","last_synced_at":"2026-01-23T18:16:46.060Z","repository":{"id":41454980,"uuid":"461708370","full_name":"hanmajid/android-13-samples","owner":"hanmajid","description":"Sample projects for Android 13 (Beta 3.3)","archived":false,"fork":false,"pushed_at":"2023-01-19T09:47:42.000Z","size":1625,"stargazers_count":67,"open_issues_count":2,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-24T14:56:22.665Z","etag":null,"topics":["android","android13"],"latest_commit_sha":null,"homepage":"https://yggr.medium.com","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/hanmajid.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}},"created_at":"2022-02-21T04:47:24.000Z","updated_at":"2025-07-22T10:16:02.000Z","dependencies_parsed_at":"2023-02-10T22:16:18.897Z","dependency_job_id":null,"html_url":"https://github.com/hanmajid/android-13-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hanmajid/android-13-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmajid%2Fandroid-13-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmajid%2Fandroid-13-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmajid%2Fandroid-13-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmajid%2Fandroid-13-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanmajid","download_url":"https://codeload.github.com/hanmajid/android-13-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmajid%2Fandroid-13-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28697428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","android13"],"created_at":"2026-01-23T18:16:45.030Z","updated_at":"2026-01-23T18:16:46.052Z","avatar_url":"https://github.com/hanmajid.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# android-13-samples\n\nSample projects for Android 13.\n\n## Table of Content\n\n| | |\n| :-: | :-: |\n| Themed App Icon ([Github](/themed-app-icon)) ([Tutorial](https://yggr.medium.com/exploring-android-13-themed-app-icon-e26f82be431b)) | Quick Settings Placement API ([Github](/quick-settings)) ([Tutorial](https://yggr.medium.com/exploring-android-13-quick-settings-placement-api-b3154da48668)) |\n| \u003cimg src=\"themed-app-icon/screenshots/android-13-themed-app-icon.png\" /\u003e | \u003cimg src=\"quick-settings/screenshots/android-13-quick-settings.png\" /\u003e |\n| Per-App Language Preferences ([Github](/per-app-language-preferences)) ([Tutorial](https://yggr.medium.com/exploring-android-13-per-app-language-preferences-f08a16e76657)) | Photo Picker ([Github](/photo-picker)) ([Tutorial](https://yggr.medium.com/exploring-android-13-photo-picker-4cabb65364bd)) |\n| \u003cimg src=\"per-app-language-preferences/screenshots/android-13-per-app-language-pref.png\" /\u003e | \u003cimg src=\"photo-picker/screenshots/android-13-photo-picker.png\" /\u003e |\n| Nearby Wi-Fi Devices Permission ([Github](/nearby-wifi-devices)) ([Tutorial](https://yggr.medium.com/exploring-android-13-nearby-wi-fi-devices-permission-7e1daa3610ba)) | Programmable Shaders ([Github](/programmable-shaders)) ([Tutorial](https://yggr.medium.com/exploring-android-13-programmable-shaders-db91683127e3)) |\n| \u003cimg src=\"nearby-wifi-devices/screenshots/android-13-nearby-wifi.png\" /\u003e | \u003cimg src=\"programmable-shaders/screenshots/android-13-programmable-shaders.png\" /\u003e |\n| Downgradable Permission ([Github](/downgradable-permission)) ([Tutorial](https://yggr.medium.com/exploring-android-13-downgradable-permission-5ca79bfcee2b)) | Notification Runtime Permission ([Github](/notification-runtime-permission)) ([Tutorial](https://yggr.medium.com/exploring-android-13-notification-runtime-permission-6e198bb5ae3b)) |\n| \u003cimg src=\"downgradable-permission/screenshots/android-13-downgradable-permission.png\" /\u003e | \u003cimg src=\"notification-runtime-permission/screenshots/android-13-notification-runtime-permission.png\" /\u003e |\n| Predictive Back Gesture ([Github](/predictive-back-gesture)) ([Tutorial](https://yggr.medium.com/exploring-android-13-predictive-back-gesture-2c6ad13652a2)) | Copy and Paste Improvements ([Github](/copy-and-paste)) |\n| \u003cimg src=\"predictive-back-gesture/screenshots/android-13-predictive-back-gesture.png\" /\u003e | \u003cimg src=\"copy-and-paste/screenshots/android-13-copy-and-paste.png\" /\u003e |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanmajid%2Fandroid-13-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanmajid%2Fandroid-13-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanmajid%2Fandroid-13-samples/lists"}