{"id":22449904,"url":"https://github.com/turskyi/sqlitecontentprovider","last_synced_at":"2026-04-18T17:01:44.523Z","repository":{"id":133704673,"uuid":"354544273","full_name":"Turskyi/SqLiteContentProvider","owner":"Turskyi","description":"This project demonstrates how to implement SQLite and Content Provider in an Android application. It includes a screen to display a list of items (cats) and another screen to add new records (new cats). Ideal for educational purposes and as a reference for using SQLite instead of other database libraries like “Room”.","archived":false,"fork":false,"pushed_at":"2024-07-27T18:37:48.000Z","size":1781,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T12:16:30.731Z","etag":null,"topics":["android","contentprovider","contentresolver","database","educational","kotlin","sampleproject","sqlite"],"latest_commit_sha":null,"homepage":"https://github.com/Turskyi/SqLiteContentProvider","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/Turskyi.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-04-04T13:00:07.000Z","updated_at":"2024-07-27T18:37:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"51219c9d-9f6b-4ba8-9f4e-c08defcada75","html_url":"https://github.com/Turskyi/SqLiteContentProvider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Turskyi/SqLiteContentProvider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turskyi%2FSqLiteContentProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turskyi%2FSqLiteContentProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turskyi%2FSqLiteContentProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turskyi%2FSqLiteContentProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Turskyi","download_url":"https://codeload.github.com/Turskyi/SqLiteContentProvider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turskyi%2FSqLiteContentProvider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"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","contentprovider","contentresolver","database","educational","kotlin","sampleproject","sqlite"],"created_at":"2024-12-06T05:12:24.707Z","updated_at":"2026-04-18T17:01:44.493Z","avatar_url":"https://github.com/Turskyi.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg)](https://stand-with-ukraine.pp.ua)\n\u003cimg alt=\"GitHub commit activity\" src=\"https://img.shields.io/github/commit-activity/m/Turskyi/SqLiteContentProvider\"\u003e\n\n# SQLite Content Provider Sample Android Application\n\n## Description\n\nThis project demonstrates how to implement work with SQLite and Content\nProvider in an Android application. It features a screen that displays a list\nof items (cats) and another screen where users can add a new record (new cat).\n\n## Installation\n\nTo install and run this project:\n\n1. Download the project files.\n2. Open the project in Android Studio.\n3. Run the project on an emulator or a physical Android device.\n\n## Usage\n\nThis project can be used for educational purposes and as inspiration if you\nneed to use SQLite instead of other database libraries like “Room”.\n\n## Features\n\n- [Android](https://developer.android.com/studio/intro)\n- [Kotlin](https://kotlinlang.org/)\n- SQLite\n- ContentResolver\n- ContentProvider\n- Architectural pattern:\n  [Monolith](https://en.wikipedia.org/wiki/Monolithic_application);\n- **Code Readability:** code is easily readable with no unnecessary blank\n  lines, no unused variables or methods, and no commented-out code, all\n  variables, methods, and resource IDs are descriptively named such that\n  another developer reading the code can easily understand their function.\n\n## Contributing\n\nAnyone can contribute, but it may not be necessary since this is more of an\neducational material for copying and pasting the code.\n\n## License\n\nNo intentional license was used.\n\n## Contact:\n\nFor any inquiries or suggestions, please open an issue on the GitHub repository\nor reach out to me directly at\n[dmytro@turskyi.com](mailto:dmytro@turskyi.com).\n\n## Screenshots:\n\n\u003c!--suppress CheckImageSize --\u003e\n\u003cimg src=\"screenshots/EmptyScreenshot_20240727.png\" width=\"400\"  alt=\"screenshot\"\u003e\n\u003c!--suppress CheckImageSize --\u003e\n\u003cimg src=\"screenshots/FormScreenshot_20240727.png\" width=\"400\"  alt=\"screenshot\"\u003e\n\u003c!--suppress CheckImageSize --\u003e\n\u003cimg src=\"screenshots/ListScreenshot_20240727.png\" width=\"400\"  alt=\"screenshot\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturskyi%2Fsqlitecontentprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturskyi%2Fsqlitecontentprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturskyi%2Fsqlitecontentprovider/lists"}