{"id":22962012,"url":"https://github.com/bhatiachirag2002/note_app_using_kotlin","last_synced_at":"2026-05-03T02:41:04.973Z","repository":{"id":255975752,"uuid":"853358506","full_name":"bhatiachirag2002/Note_App_using_kotlin","owner":"bhatiachirag2002","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-10T06:08:52.000Z","size":243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T03:28:13.949Z","etag":null,"topics":["android","kotlin","kotlin-android","kotlin-coroutines","mvvm-android","notes-app","room-database","xml"],"latest_commit_sha":null,"homepage":"https://drive.google.com/file/d/1jpdteOabRMLfBLU_WJePOgvpareQKrhN/view?usp=sharing","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/bhatiachirag2002.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":"2024-09-06T13:53:04.000Z","updated_at":"2024-09-11T07:20:19.000Z","dependencies_parsed_at":"2024-09-08T08:36:44.108Z","dependency_job_id":"1600f4bf-3670-4b54-ba39-42bbc6da75c5","html_url":"https://github.com/bhatiachirag2002/Note_App_using_kotlin","commit_stats":null,"previous_names":["bhatiachirag2002/note_app_using_kotlin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhatiachirag2002/Note_App_using_kotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhatiachirag2002%2FNote_App_using_kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhatiachirag2002%2FNote_App_using_kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhatiachirag2002%2FNote_App_using_kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhatiachirag2002%2FNote_App_using_kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhatiachirag2002","download_url":"https://codeload.github.com/bhatiachirag2002/Note_App_using_kotlin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhatiachirag2002%2FNote_App_using_kotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32556771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"online","status_checked_at":"2026-05-03T02:00:09.297Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","kotlin","kotlin-android","kotlin-coroutines","mvvm-android","notes-app","room-database","xml"],"created_at":"2024-12-14T19:14:48.682Z","updated_at":"2026-05-03T02:41:04.956Z","avatar_url":"https://github.com/bhatiachirag2002.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note App\n\u003cimg src=\"screenshot\\icon.png\" alt=\"Note App\" width=\"15%\" /\u003e\n\nThe **Note App** is an Android application built using Kotlin that allows users to create, edit, and manage notes efficiently. This app follows the MVVM architecture pattern, providing a clean separation between the UI and logic layers. It uses Room for local database storage and Coroutines for asynchronous operations. The app is designed for users who need a simple yet powerful tool to organize their thoughts and tasks.\n\n## Features\n\n- **Create Notes** : Add new notes with a title and detailed content using the floating \"+\" button.\n- **Edit and Delete Notes** : Modify existing notes or delete them via the edit screen.\n- **RecyclerView**: Efficiently display a list of notes in a scrollable view.\n- **Delete Option** : Available only when a note is clicked to go to the edit screen.\n- **Search Functionality** : Quickly find notes using the search feature.\n- **Room Database** : Efficiently stores all notes locally on the device.\n- **MVVM Architecture** : Ensures clean code and separation of concerns for easy maintenance.\n- **Material Design** : Provides a user-friendly interface with a modern design.\n- **Coroutines** : Used for handling asynchronous operations.\n\n## Technologies Used\n\n- **Kotlin** : The main programming language for Android development.\n- **Room** : For local storage of notes in a SQLite database.\n- **MVVM Architecture** : Ensures separation between business logic and UI components.\n- **ViewModel** : Used for managing UI-related data in a lifecycle-conscious way.\n- **LiveData** : Ensures the UI updates automatically when the data changes.\n- **XML** : Used for designing the app's user interface.\n- **Material Design** : Provides a modern and intuitive UI/UX experience.\n- **Coroutines** : For managing background tasks and asynchronous operations.\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshot/screenshot1.jpeg\" alt=\"Screenshot 1\" width=\"20%\" /\u003e\n  \u003cimg src=\"screenshot/screenshot2.jpeg\" alt=\"Screenshot 2\" width=\"20%\" /\u003e\n  \u003cimg src=\"screenshot/screenshot3.jpeg\" alt=\"Screenshot 3\" width=\"20%\" /\u003e\n  \u003cimg src=\"screenshot/screenshot4.jpeg\" alt=\"Screenshot 4\" width=\"20%\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\nTo run the Note app on your device or emulator, follow these steps:\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/bhatiachirag2002/Note_App_using_kotlin.git\n    ```\n\n2. **Open the project in Android Studio:**\n\n    - Launch Android Studio.\n    - Select `Open an existing Android Studio project`.\n    - Navigate to the cloned repository and select the project folder.\n\n3. **Build the project:**\n\n    - Ensure you have the correct Android SDK installed.\n    - Build the project by clicking on the \"Build\" menu and selecting \"Build Project\".\n\n4. **Run the app:**\n\n    - Connect an Android device or use an emulator.\n    - Click on the \"Run\" button to install and run the app.\n\n## Usage\n\n1. **Add New Note** : Tap the floating \"+\" button to create a new note.\n2. **Edit Note** : Tap on any existing note to edit its content.\n3. **Delete Note** : On the edit screen, use the delete option to remove the note.\n4. **Search Notes** : Use the search bar at the top to quickly find specific notes.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions, feature requests, or bug reports, feel free to create a pull request or open an issue.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhatiachirag2002%2Fnote_app_using_kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhatiachirag2002%2Fnote_app_using_kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhatiachirag2002%2Fnote_app_using_kotlin/lists"}