{"id":15136650,"url":"https://github.com/appwrite/demo-getstarted-with-android","last_synced_at":"2025-09-29T06:30:53.521Z","repository":{"id":46648524,"uuid":"357670112","full_name":"appwrite/demo-getstarted-with-android","owner":"appwrite","description":null,"archived":true,"fork":false,"pushed_at":"2022-12-19T21:24:38.000Z","size":1123,"stargazers_count":15,"open_issues_count":0,"forks_count":8,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-01-15T11:07:00.399Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appwrite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-13T19:43:49.000Z","updated_at":"2024-10-28T16:47:53.000Z","dependencies_parsed_at":"2023-01-29T23:01:16.453Z","dependency_job_id":null,"html_url":"https://github.com/appwrite/demo-getstarted-with-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdemo-getstarted-with-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdemo-getstarted-with-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdemo-getstarted-with-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdemo-getstarted-with-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appwrite","download_url":"https://codeload.github.com/appwrite/demo-getstarted-with-android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234597573,"owners_count":18857980,"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":["hacktoberfest"],"created_at":"2024-09-26T06:40:24.062Z","updated_at":"2025-09-29T06:30:48.213Z","avatar_url":"https://github.com/appwrite.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 Get Started With Android \n\nA Simple Android App to get started with Appwrite's Android SDK\n\n## 🚀 Usage\n\n- Clone the repository\n\n```sh\ngit clone https://github.com/appwrite/demo-getstarted-with-android\n```\n\n- Import into Android Studio and run!\n\n## 📁 Folder Structure\n\nEach folder under the `ui` directory has interactions with one particular API of Appwrite.\n\nThe `Accounts` directory contains interactions with Appwrite's Account's API and so on.\n\n`Client.kt` contains a singleton object that initializes the Appwrite client.\n\n`Config.kt` contains a singleton object that contains the Appwrite project's configuration.\n\n```sh\n➜  appwrite-android-demo git:(main) ✗ tree app/src/main/java/com/example/appwritedemoapplication/\napp/src/main/java/com/example/appwritedemoapplication/\n├── MainActivity.kt\n├── Config.kt\n├── ui\n│   ├── Accounts\n│   │   ├── AccountsFragment.kt\n│   │   └── AccountsViewModel.kt\n│   ├── Avatars\n│   │   ├── AvatarsFragment.kt\n│   │   └── AvatarsViewModel.kt\n│   ├── Database\n│   │   ├── DatabaseFragment.kt\n│   │   └── DatabaseViewModel.kt\n│   ├── Functions\n│   │   ├── FunctionsFragment.kt\n│   │   └── FunctionsViewModel.kt\n│   ├── Localization\n│   │   ├── LocalizationFragment.kt\n│   │   └── LocalizationViewModel.kt\n│   ├── Storage\n│   │   ├── StorageFragment.kt\n│   │   └── StorageViewModel.kt\n│   └── Teams\n│       ├── TeamsFragment.kt\n│       └── TeamsViewModel.kt\n└── utils\n    ├── Client.kt\n    └── Event.kt\n\n```\n\n## ✨ Screenshots\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://user-images.githubusercontent.com/20852629/121349702-7358ea00-c947-11eb-88f1-0c520647fc8e.png\" width=\"300\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/20852629/121349551-47d5ff80-c947-11eb-8fdd-1f8e8bb47726.png\" width=\"300\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/20852629/121349692-705df980-c947-11eb-8222-4539e4e0e60e.png\" width=\"300\"\u003e\n \n\u003c/p\u003e\n\n## 🍻 Contributing\n\nContributions, issues and feature requests are welcome.\u003cbr /\u003e\nFeel free to check [issues page](https://github.com/appwrite/demo-getstarted-with-android/issues) if you want to contribute.\n\n\n## 🤕 Support \nIf you get stuck anywhere, hop onto one of our [support channels in discord](https://appwrite.io/discord) and we'd be delighted to help you out 🤝\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fdemo-getstarted-with-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappwrite%2Fdemo-getstarted-with-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fdemo-getstarted-with-android/lists"}