{"id":21239481,"url":"https://github.com/sha-env/IntentAPP","last_synced_at":"2025-10-02T14:31:11.978Z","repository":{"id":273340821,"uuid":"899661351","full_name":"guanshiyin28/IntentAPP","owner":"guanshiyin28","description":"Intent App made by Kotlin Language","archived":false,"fork":false,"pushed_at":"2025-01-20T09:40:23.000Z","size":104,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T10:35:19.685Z","etag":null,"topics":["app","intent","kotlin","kotlin-android","simple-project"],"latest_commit_sha":null,"homepage":"https://youtu.be/1bz2JhoRxJU","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/guanshiyin28.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":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["guanshiyin28"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-12-06T18:26:59.000Z","updated_at":"2025-01-20T09:40:25.000Z","dependencies_parsed_at":"2025-01-20T10:35:25.241Z","dependency_job_id":"86d74e38-f843-4e7f-8e27-21abc75e2cfa","html_url":"https://github.com/guanshiyin28/IntentAPP","commit_stats":null,"previous_names":["guanshiyin28/intentapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FIntentAPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FIntentAPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FIntentAPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FIntentAPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guanshiyin28","download_url":"https://codeload.github.com/guanshiyin28/IntentAPP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235007263,"owners_count":18921356,"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":["app","intent","kotlin","kotlin-android","simple-project"],"created_at":"2024-11-21T00:43:46.215Z","updated_at":"2025-10-02T14:31:11.970Z","avatar_url":"https://github.com/guanshiyin28.png","language":"Kotlin","funding_links":["https://github.com/sponsors/guanshiyin28"],"categories":[],"sub_categories":[],"readme":"# Intent APP\n\nThis repository contains the source code for an Intent-based application developed using the Kotlin language within the Android Studio environment.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Purpose of This Repository\n\nTo provide a practical example of how to implement and utilize Intents within an Android application built using the Kotlin programming language.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Demonstration\n\nHere is a demonstration of a function from the project that shows how to move to another page using an Intent:\n\n```kotlin\n// filepath: /home/guan/Documents/Code/IntentAPP/app/src/main/java/com/example/intentapp/MainActivity.kt\nfun moveToAnotherPage(view: View) {\n    val intent = Intent(this, AnotherActivity::class.java)\n    startActivity(intent)\n}\n```\n\n\u003chr\u003e\u003cbr\u003e\n\n## Releases\n\nYou can find the latest releases [here](https://github.com/n4vrl0s3/IntentAPP/releases).\n\n\u003chr\u003e\u003cbr\u003e\n\n## Features\n\n- Demonstrates the use of explicit and implicit Intents\n- Simple and clean user interface\n- Easy to understand and extend\n\n\u003chr\u003e\u003cbr\u003e\n\n## Technologies Used\n\n- Kotlin\n- Android Studio\n- XML for UI design\n\n\u003chr\u003e\u003cbr\u003e\n\n## Project Setup\n\n1. **Ensure you have Android Studio installed on your machine.**\n2. **Clone this Repository**\n\n```bash\ngit clone https://github.com/n4vrl0s3/IntentAPP.git\n```\n\n3. **Open the project in Android Studio**\n\n\u003chr\u003e\u003cbr\u003e\n\n## Steps to Run\n\n1. **Build the project**\n2. **Run the project on an emulator or a physical device**\n\n\u003chr\u003e\u003cbr\u003e\n\n## License\n\nThis project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.\n\n\u003chr\u003e\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n   \u003ca href=\"https://www.instagram.com/n4vrl0s3/\"\u003e\n      \u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026height=200\u0026color=100:393E46,20:F7F7F7\u0026section=footer\u0026reversal=false\u0026textBg=false\u0026fontAlignY=50\u0026descAlign=48\u0026descAlignY=59\"/\u003e\n   \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsha-env%2FIntentAPP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsha-env%2FIntentAPP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsha-env%2FIntentAPP/lists"}