{"id":16757175,"url":"https://github.com/patilshreyas/gitktdroid","last_synced_at":"2025-03-21T23:31:45.162Z","repository":{"id":103518320,"uuid":"267917150","full_name":"PatilShreyas/GitKtDroid","owner":"PatilShreyas","description":"A sample Android application📱 built with Kotlin for #30DaysOfKotlin","archived":false,"fork":false,"pushed_at":"2020-06-04T16:57:25.000Z","size":2038,"stargazers_count":58,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T05:51:21.164Z","etag":null,"topics":["30daysofkotlin","android","architecture-components","coroutines","coroutines-android","flow","kotlin","kotlin-android","moshi","reactive","retrofit2","viewmodel"],"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/PatilShreyas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":"PatilShreyas","otechie":null,"custom":["https://www.paypal.me/PatilShreyas99/"]}},"created_at":"2020-05-29T17:31:45.000Z","updated_at":"2025-02-22T19:41:32.000Z","dependencies_parsed_at":"2023-03-13T15:07:37.671Z","dependency_job_id":null,"html_url":"https://github.com/PatilShreyas/GitKtDroid","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2FGitKtDroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2FGitKtDroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2FGitKtDroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatilShreyas%2FGitKtDroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PatilShreyas","download_url":"https://codeload.github.com/PatilShreyas/GitKtDroid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244885117,"owners_count":20526282,"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":["30daysofkotlin","android","architecture-components","coroutines","coroutines-android","flow","kotlin","kotlin-android","moshi","reactive","retrofit2","viewmodel"],"created_at":"2024-10-13T03:43:05.849Z","updated_at":"2025-03-21T23:31:45.156Z","avatar_url":"https://github.com/PatilShreyas.png","language":"Kotlin","funding_links":["https://issuehunt.io/r/PatilShreyas","https://www.paypal.me/PatilShreyas99/"],"categories":[],"sub_categories":[],"readme":"\u003e *This repository contains Android project which is developed for the [**#30DaysOfKotlin**](https://twitter.com/hashtag/30daysofkotlin?lang=en) with Google Developers (Initiative to improve your understanding of Kotlin and apply it in real projects).* \n\u003e Know more about it [here](https://eventsonair.withgoogle.com/events/kotlin).\n\n# GitKtDroid\n\n![Build](https://github.com/PatilShreyas/GitKtDroid/workflows/Build/badge.svg?branch=master)\n[![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![GitHub KtDroid](https://img.shields.io/github/v/release/patilshreyas/gitktdroid?color=%23FFFF\u0026label=Download%20APK\u0026logo=android)](https://github.com/patilshreyas/gitktdroid/releases/latest/download/app.apk)\n\nThis is just a sample app which is built with Kotlin🦸superpower and *Modern Android development* tools! It has below options:\n\n- **GitHub Battle:** This is just for fun! :) Here you just need to enter your and opponent's GitHub username. Those who have more stars and followers will be the winner. Calculation of score is as below.\n\n  `Score = (Total Stars⭐ / Total Repositories💼) + Followers🙋‍♂️`\n  \n- **Top 100 Kotlin-Android Repos:** It shows Top 100 Android related repositories on GitHub which are developed using Kotlin!\n\n---\n\n## Preview\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003eHome\u003c/th\u003e\n    \u003cth\u003eGitHub Game (Battle)\u003c/th\u003e\n    \u003cth\u003eKtDroid Repositories\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"art/Home.jpg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"art/Battle.gif\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"art/List.jpg\"\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Built With 🛠\n- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.\n- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous and more..\n- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/) - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.\n- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.\n  - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes. \n  - [ViewBinding](https://developer.android.com/topic/libraries/view-binding) - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.\n- [Retrofit](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java.\n- [Moshi](https://github.com/square/moshi) - A modern JSON library for Kotlin and Java.\n- [Moshi Converter](https://github.com/square/retrofit/tree/master/retrofit-converters/moshi) - A Converter which uses Moshi for serialization to and from JSON.\n- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android\n- [Lottie for Android](https://github.com/airbnb/lottie-android) - Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!\n- [Coil-kt](https://github.com/coil-kt/coil) - Image loading for Android backed by Kotlin Coroutines\n\n## Contact\nIf you need any help, you can connect with me. \n![Twitter Follow](https://img.shields.io/twitter/follow/imShreyasPatil?label=Follow\u0026style=social)\n\nVisit:- [shreyaspatil.dev](https://shreyaspatil.dev)\n\n## License\n```\nMIT License\n\nCopyright (c) 2020 Shreyas Patil\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilshreyas%2Fgitktdroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilshreyas%2Fgitktdroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilshreyas%2Fgitktdroid/lists"}