{"id":23447213,"url":"https://github.com/sha-env/Navigation-Drawer","last_synced_at":"2025-10-30T18:30:32.825Z","repository":{"id":269172440,"uuid":"904278388","full_name":"guanshiyin28/Navigation-Drawer","owner":"guanshiyin28","description":"Navigation Drawer made by Kotlin Language","archived":false,"fork":false,"pushed_at":"2025-01-20T10:46:12.000Z","size":113,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T11:37:31.670Z","etag":null,"topics":["android-app","android-application","android-studio","kotlin","kotlin-android","navigation-drawer"],"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/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-16T15:27:21.000Z","updated_at":"2025-01-20T10:46:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"58a2c7f5-4240-4075-829b-05a3af174c3d","html_url":"https://github.com/guanshiyin28/Navigation-Drawer","commit_stats":null,"previous_names":["guanshiyin28/navigation-drawer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FNavigation-Drawer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FNavigation-Drawer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FNavigation-Drawer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FNavigation-Drawer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guanshiyin28","download_url":"https://codeload.github.com/guanshiyin28/Navigation-Drawer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239024351,"owners_count":19569522,"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":["android-app","android-application","android-studio","kotlin","kotlin-android","navigation-drawer"],"created_at":"2024-12-23T21:16:49.817Z","updated_at":"2025-10-30T18:30:32.813Z","avatar_url":"https://github.com/guanshiyin28.png","language":"Kotlin","funding_links":["https://github.com/sponsors/guanshiyin28"],"categories":[],"sub_categories":[],"readme":"# Navigation Drawer\n\nThis repository contains the source code for an Android application demonstrating the implementation of a Navigation Drawer using the Kotlin language within the Android Studio environment. This project showcases how to create a user-friendly and intuitive navigation experience.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Purpose of This Repository\n\nTo showcase the integration of a Navigation Drawer with Fragments to create a flexible and modular user interface within an Android application developed with Kotlin.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Demonstration\n\n### Program Function Demonstration\n\n```kotlin\n// filepath: /home/guan/Documents/Code/Navigation-Drawer/app/src/main/java/com/example/navigationdrawer/MainActivity.kt\n// ...existing code...\nclass MainActivity : AppCompatActivity() {\n    // ...existing code...\n    private fun setupDrawer() {\n        val drawerLayout: DrawerLayout = findViewById(R.id.drawer_layout)\n        val navView: NavigationView = findViewById(R.id.nav_view)\n        val toggle = ActionBarDrawerToggle(\n            this, drawerLayout, toolbar, R.string.navigation_drawer_open, R.string.navigation_drawer_close\n        )\n        drawerLayout.addDrawerListener(toggle)\n        toggle.syncState()\n        navView.setNavigationItemSelectedListener(this)\n    }\n    // ...existing code...\n}\n```\n\n\u003chr\u003e\u003cbr\u003e\n\n## Releases\n\nYou can find the latest releases [here](https://github.com/n4vrl0s3/Navigation-Drawer/releases).\n\n\u003chr\u003e\u003cbr\u003e\n\n## Features\n\n- Navigation Drawer with multiple menu items\n- Fragment integration\n- Responsive and intuitive UI\n- Easy to navigate\n\n\u003chr\u003e\u003cbr\u003e\n\n## Technologies Used\n\n- Kotlin\n- Android Studio\n- XML for layout design\n\n\u003chr\u003e\u003cbr\u003e\n\n## Project Setup\n\n1. **Clone this Repository**\n\n```bash\ngit clone https://github.com/n4vrl0s3/Navigation-Drawer.git\n```\n\n2. **Open the project in Android Studio**\n3. **Sync the project with Gradle files**\n4. **Build the project**\n\n\u003chr\u003e\u003cbr\u003e\n\n## Steps to Run\n\n1. **Connect an Android device or start an emulator**\n2. **Run the project from Android Studio**\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%2FNavigation-Drawer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsha-env%2FNavigation-Drawer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsha-env%2FNavigation-Drawer/lists"}